Add agent governance and root version tracking - #25
Merged
Conversation
- Add AGENTS.md and Cursor rules so future agents start from the same repo context - Add agent brief and decision log docs for summarized architecture handoff - Require every change to update relevant summaries, durable decisions, and version records - Move module version manifest source of truth from backend/ to repo root - Add root VERSION_LOG.md for release and module-version history - Add documentation and agent-context modules to version tracking - Update Android source-tree guard to validate root module_versions.json and VERSION_LOG.md - Update backend /version loading to support root manifest locally and packaged manifest in Cloud Run - Add root Dockerfile and update backend deploy docs to use repo root build context - Bump coordinated release/app/backend version to 1.0.2 Verification: - .venv/bin/python -m pytest backend/tests/test_app.py backend/tests/test_benchmark_analyze.py -q - ./gradlew :app:verifySourceTreeForBuild - ./gradlew :app:compileDebugKotlin - git diff --check
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.
Merge: agent governance, decision tracking, and repo-level versioning
This merge adds the repo handoff layer needed for future agents and contributors to work from the same product, architecture, privacy, and
release decisions.
Key changes:
Validation:
Operational note:
Future backend deploys should use the repository root as the Cloud Run source/build context so the root Dockerfile and root & module_versions.json are included in the image.