docs(rules): add SR-016 one-writer convention and memory/agents/ scratch space - #46
Merged
Conversation
…tch space New soft rule SR-016 "One Writer per Branch": within a single branch, wiki/ has exactly one writing agent; other agents write to their namespaced scratch space memory/agents/<agent-id>/ and promote notes through the single writer. Coordination protocol, not enforced policy. Creates memory/agents/ (gitkeep), documents the convention in docs/git-workflow.md and the agent-config files, teaches doctor to recognize memory/agents/ subdirectories, and bumps soft-rule count references to 16. Filed as SR-016 (the issue proposed SR-017 — off-by-one; SR-015 was the previous maximum). Closes #13 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
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.
Summary
Implements #13: SR-016 "One Writer per Branch" — within a single branch,
wiki/has exactly one writing agent; other agents write to namespaced scratch spacememory/agents/<agent-id>/and promote notes through the single writer. Explicitly a coordination protocol, not enforced policy (per the issue).memory/agents/created (gitkeep); doctor recognizes its subdirectories without errordocs/git-workflow.md+ concise subsections in CLAUDE.md/AGENTS.mdFiled as SR-016, not the issue's proposed SR-017 — SR-015 was the previous maximum (per the triage correction on the issue).
Verification
markdownlint 0 errors on all touched files; doctor exit 0 with and without a
memory/agents/<id>/subdir; no "SR-017" anywhere; adversarial review: pass, zero findings.Closes #13
🤖 Generated with Claude Code