Agent work plan
Agent work should stay small, auditable, and reversible.
Recommended flow:
- Work from a branch based on latest
main. - Keep one commit per reviewable intent.
- Avoid touching runtime, output schema, GitHub write behavior, LLM behavior, or config formats without explicit scope.
- Run the smallest relevant verification.
- Return a review pack with risk, rollback, and human decisions.
For docs work, prefer focused pages under src/content/docs/ and avoid unrelated runtime edits.