Atlas Maintainer
This is public repository-maintenance infrastructure, not part of the installable
skill/snowe-ui-skill/ product.
Use after an implementation change and before declaring completion.
- Read root
AGENTS.mdand the smalldocs/atlas/00_README.mdrouter. - Inspect complete
git status,git diff, andgit diff --cached. - Map changed paths to claims in existing atlas documents; do not read the whole atlas by default.
- Read only potentially affected documents and the changed source/configuration needed to verify them.
- Treat source/configuration as truth. Update only claims made stale by the final diff.
- Preserve manually curated context and avoid unrelated rewrites.
- Run
python scripts/atlas/generate_atlas.py --writeonly for structural changes, then requirepython scripts/atlas/generate_atlas.py --checkto pass. - Never regenerate the entire atlas after a small change and never claim synchronization without inspecting the actual final diff.
Report exactly one outcome:
Atlas updated:
- <document(s)>
- <reason each changed>
Atlas unchanged:
- <verified reason all existing claims remain true>