Workflows
Resume The Repo
- Read
README.md.
- Read
docs/index.md and the relevant model or architecture entrypoint.
- Read
docs/context/contracts.md before making structural documentation changes.
- Check
git status --short --branch so active edits are not mistaken for clean baseline.
Update Model Or Integration Docs
- Edit the canonical markdown page under
docs/models/, docs/architecture/, or docs/development/.
- Update the corresponding PlantUML source in
docs/diagrams/ or docs/models/**/interactions/ when terminology or flow behavior changes.
- If the change affects cross-repo ownership, update
docs/reference/repo-boundaries.md and the relevant repo-context page.
- Rebuild the docs site from the repo root with
python -m mkdocs build -f D:\github\dirac-abs\mkdocs.yml.
Refresh Repo MCP Docs
- Run
python D:\github\workspace-mcp\scripts\mcp_provision.py dirac-abs.
- Keep existing repo-authored MCP docs unless explicit overwrite is intended.
- Refine
docs/agent/ and docs/context/ so they describe the real repo instead of generated defaults.
Wrap The Repo
- Remove transient logs or local scratch artifacts created during the session.
- Append session context to
.session.md.
- Stage intended repo changes, commit them, and push to the tracked remote.