docs: update CLAUDE.md and ADR cross-references after Python migration#455
Merged
Conversation
✅ Dependency Audit
See the Security tab for detailed findings. Workflow: Dependency Audit |
Security Scan Results
Recommendations
Workflow: Security Scanning |
752e75c to
8808869
Compare
- Add new "Python Orchestration Layer" subsection documenting extracted modules - Update section title to reference both ADR-006 and ADR-015 - Bump version from 2.0 to 3.0 reflecting complete decoupling - Create ADR-016 documenting Python module extraction rationale and consequences Closes #433 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updates modules.md to reflect Keystone as pure transport layer with actual src/ layout (core/, concurrency/, network/, transport/, monitoring/, simulation/). Removes references to old module-based design and agent hierarchy (moved to ProjectAgamemnon per ADR-006/ADR-015).
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.
Closes #433
Closes #366
Updates CLAUDE.md to document Python orchestration extraction to ProjectAgamemnon (ADR-015/ADR-016), updates modules.md and build-system.md to reflect pure transport scope.