π docs(README): correct DB-path claim + link new architecture docs (v0.5.0)#192
Merged
Conversation
β¦0.5.0) Two updates surfaced by v0.5.0 work: 1. Line 106 claimed "tmb/ for stable, tmb-rc/ for the RC channel β fully isolated". Wrong: both channels write to .claude/tmb/ because plugin.json ships with name='tmb' regardless. Documented in tests/manual/setup.md (#189). Updated README to reflect the actual single-path reality. Proper isolation tracked as v0.6.0 work in #190. 2. Two new architecture docs landed in v0.5.0: - RESPONSIBILITIES.md (design philosophy + per-agent contract) - ENFORCEMENT.md (6-layer model + coverage matrix) Added both to the "Architecture reference for new contributors" list at the bottom of README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 27, 2026
ZaxShen
added a commit
that referenced
this pull request
Apr 27, 2026
β¦0.5.0) (#192) (#194) Two updates surfaced by v0.5.0 work: 1. Line 106 claimed "tmb/ for stable, tmb-rc/ for the RC channel β fully isolated". Wrong: both channels write to .claude/tmb/ because plugin.json ships with name='tmb' regardless. Documented in tests/manual/setup.md (#189). Updated README to reflect the actual single-path reality. Proper isolation tracked as v0.6.0 work in #190. 2. Two new architecture docs landed in v0.5.0: - RESPONSIBILITIES.md (design philosophy + per-agent contract) - ENFORCEMENT.md (6-layer model + coverage matrix) Added both to the "Architecture reference for new contributors" list at the bottom of README. Co-authored-by: Zax Shen <ZaxShen@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Two README updates for v0.5.0 ground-truth alignment:
1. DB-path claim corrected
Previous text claimed:
Wrong: both channels actually write to `.claude/tmb/` because `plugin.json` ships with `name: "tmb"` regardless of channel (documented in setup.md via #189). Proper isolation tracked as v0.6.0 work in #190.
Updated to the actual single-path reality.
2. New architecture docs linked
`RESPONSIBILITIES.md` and `ENFORCEMENT.md` shipped in v0.5.0 β added both to the "Architecture reference for new contributors" list at the bottom of README so contributors discover them.
Test plan
π€ Generated with Claude Code