docs: update architecture, README, and diagrams for v0.2.0#49
Merged
George-iam merged 1 commit intomainfrom Apr 7, 2026
Merged
docs: update architecture, README, and diagrams for v0.2.0#49George-iam merged 1 commit intomainfrom
George-iam merged 1 commit intomainfrom
Conversation
- README: add backlog tools (axme_backlog, axme_backlog_add, axme_backlog_update), update storage layout (backlog/, active-sessions/, per-session handoff), add audit-kb and stats CLI commands - ARCHITECTURE.md: add sections for #!axme gate protocol, backlog module, open questions, context pagination, test suite (413 tests/88 suites), repo mode vs workspace mode (D-116), update tool count to 19, update storage layout with backlog/ and open-questions.md - Diagrams: add backlog storage node to overview, architecture, and dot diagrams Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
George-iam
added a commit
that referenced
this pull request
Apr 7, 2026
Regenerated all diagram images from the .mmd/.dot sources updated in PR #49. Fixed 3-char hex colors in .dot file to 6-char (graphviz compatibility). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 tasks
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
audit-kbandstatsCLI commandsCloses B-002.
Test plan
npm run lint— cleannpm run build— cleannpm test— 413 tests, 0 failures🤖 Generated with Claude Code