fix(proto): close 12 critical gaps from Karpathy Protocol audit#13
Open
nimmitstar wants to merge 2 commits intomasterfrom
Open
fix(proto): close 12 critical gaps from Karpathy Protocol audit#13nimmitstar wants to merge 2 commits intomasterfrom
nimmitstar wants to merge 2 commits intomasterfrom
Conversation
SOUL.md: Think-Out-Loud ALL multi-step tasks, Think Before Acting (rename), verification criteria table, Caveman alignment, 5 new anti-patterns, decision retrieval, task abandonment, emergency protocol, human handoff triggers, requires-human-review list. AGENTS.md: single source of truth (SOUL.md), role handoff protocol, emergency protocol, metadata trust model, git conflict resolution. HEARTBEAT.md: failure modes, escalation path, token budget. MEMORY.md: memory type decision tree, context budget. HANDOFF.md: new file — handoff format, processing, templates.
After ≥5 tool calls, auto-save non-trivial workflows as reusable skills. Covers error recovery, user corrections, first-time task types. Skills self-improve during use.
rithythul
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Self-audit via Claude Code found 38 issues (12 critical) in brain files. This PR fixes all 12 criticals.
Changes
SOUL.md — Think-Out-Loud applies to ALL multi-step tasks (no exceptions), renamed Think Before Coding→Acting, verification criteria table, fixed Caveman vs Think-Out-Loud conflict, 5 new anti-patterns, decision retrieval protocol, task abandonment protocol, emergency protocol, human handoff triggers, requires-human-review list, reserved NON-NEGOTIABLE for safety only.
AGENTS.md — Karpathy Protocol references SOUL.md as single source of truth, role handoff protocol, emergency protocol, metadata trust model, git conflict resolution, project-specific routing clarification.
HEARTBEAT.md — Workspace sync failure modes, scheduled task failure modes, role health check inline fallback, pattern definition (3x/7d), token efficiency target, urgent escalation path.
MEMORY.md — Memory type decision tree, context budget per session, Khmer review spec.
HANDOFF.md — New file. Handoff format, processing checklist, response templates, archive rules.
Trigger
Hermes Agent competitive analysis task revealed Nimmit skipped its own protocol. Audit exposed systematic gaps.