| name | docs-maintenance |
| description | Update app workspace docs safely when setup, modules, workflows, UI, or runtime behavior changes. |
| argument-hint | [docs task] |
| disable-model-invocation | true |
Complete this docs task: $ARGUMENTS
Before starting: git fetch origin && gh pr list --state open && git log origin/main --oneline -3 — if another agent has an open PR touching the same files, wait for it to merge or branch off it instead of main.
- Keep README setup aligned with
requirements.txt, .env.example, and scripts/.
- Document new required environment variables in
.env.example.
- Prefer focused docs edits near the changed behavior.
- Use lowercase kebab-case for new docs files unless a convention filename is required.
- Remove stale instructions that assume a sibling Mozaiks framework checkout.