docs(claude-md): refresh CLAUDE.md (tier line, stale claims, commands) - #78
Merged
Conversation
The architecture tree omitted src/cli, src/federation and src/services, the commands block was missing docs:tools and test:watch, and there were no pointers to docs/tools-reference.md, docs/storage-backends.md or the non-src root directories. Agents reading this file were working from a stale map of the repo. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟡 Changes recommended
The storage-backend description and MCP tool count remain outdated.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Refreshes CLAUDE.md with an updated repository map, commands, and documentation references.
Changes:
- Adds
test:watchanddocs:tools. - Documents missing source and root directories.
- Adds links to key documentation.
File summaries
| File | Summary and findings |
|---|---|
CLAUDE.md |
Updates navigation and commands. Nit (3 votes): clarify all supported storage backends. Nit (1 vote): update the MCP tool count to 60. |
Review details
Suppressed comments (1)
CLAUDE.md:32
- The architecture refresh still leaves the following MCP entry at
27+tools, while the generated reference and README report 60. Since this PR is intended to remove stale repository claims, please update that adjacent count to the current canonical total.
├── federation/ # Peer discovery via sigil, cross-instance queries
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| ## Docs | ||
|
|
||
| - `docs/tools-reference.md` — generated MCP tool reference (`npm run docs:tools`) | ||
| - `docs/storage-backends.md` — SQLite vs Firestore backend contract |
idapixl
enabled auto-merge (squash)
September 11, 2026 04:47
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.
The architecture tree omitted src/cli, src/federation and src/services,
the commands block was missing docs:tools and test:watch, and there were
no pointers to docs/tools-reference.md, docs/storage-backends.md or the
non-src root directories. Agents reading this file were working from a
stale map of the repo.
Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com