Workflows
Resume The Repo
- Read
README.md.
- Read
docs/index.md.
- Read the relevant active design page and any linked ADRs.
- Check
git status --short --branch before making changes.
Update Design Docs
- Edit the canonical markdown page under
docs/.
- Update
docs/terminology/index.md if the change affects shared vocabulary.
- Update or add an ADR in
docs/adr/ when the change records a durable design decision.
- Update
docs/reference/repo-boundaries.md if the change affects the split between Odoo, ABS, and commercial-operations ownership.
- Rebuild the docs site from the repo root with
python -m mkdocs build -f D:\github\dirac-odoo\mkdocs.yml.
Refresh Repo MCP Docs
- Run
python D:\github\workspace-mcp\scripts\mcp_provision.py dirac-odoo.
- Preserve existing repo-authored agent/context docs unless explicit overwrite is intended.
- Refine
docs/agent/ and docs/context/ so they describe the real repo rather than generated defaults.
Wrap The Repo
- Remove transient logs or local scratch artifacts created during the session.
- Append session context to
.session.md.
- Stage intended changes, commit them, and push to the tracked remote.