docs: Add repomap workflow automation#23
Merged
jeremyeder merged 2 commits intoambient-code:mainfrom Jan 16, 2026
Merged
Conversation
- Add scripts/update-repomap.sh for automated repomap management - Add pre-commit hook to auto-update repomap on code changes - Add CI validation to ensure repomap stays current - Update documentation (README.md, CLAUDE.md, docs/patterns/repomap.md) - Add scripts/README.md documenting all automation scripts The repomap now automatically updates when committing code changes and CI validates it's current on every push/PR. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update all package installation commands to use uv - Update CI workflow to install and use uv - Update error messages in scripts to recommend uv - Keep pip only for bootstrapping uv in CI environments Per project standards: always prefer uv over pip for package management. Co-Authored-By: Claude Sonnet 4.5 <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
scripts/update-repomap.shfor repomap managementscripts/README.mdWhat Changed
Automation Added
.repomap.txtwhen committing code changesscripts/update-repomap.shfor manual updates and validationDocumentation Updated
README.md- Updated development setup with automation stepsCLAUDE.md- Added automation sections and CI workflow detailsdocs/patterns/repomap.md- Comprehensive automation documentationscripts/README.md- New documentation for all repository scriptsBenefits
Test Plan
scripts/update-repomap.sh).pre-commit-config.yaml).github/workflows/ci.yml)🤖 Generated with Claude Code