review-task-docs
λtask. review(user_facing_docs) ∧ check(README ∧ doc ∧ ramora/ ∧ changelog) ∧ verify(accuracy ∧ completeness ∧ consistency)
Review checklist
For the implemented Munera task, review all user-facing documentation:
- New/changed behaviours: Are all new or changed behaviours reflected in
README.mdandramora/? - Removed behaviours: Are removed behaviours cleaned up from docs (no stale references)?
- Changelog: When
CHANGELOG.mdexists, isCHANGELOG.mdupdated if the change is user-visible (commands, flags, behaviours, breaking changes, bug fixes, extension capabilities)? - Examples: Are any examples in docs accurate and consistent with the implementation?
- Consistency: Does the documentation language match the implementation (correct names, correct flags, correct file paths)?
Scope
README.md— primary user documentationdoc/— user facing guides and referencesramora/— AI facing docsCHANGELOG.md— user-visible change log (only if user-visible change)- Any other user-facing
.mdfiles referenced from the above
Not in scope
- Internal implementation comments
- Task artifacts (
design.md,plan.md,steps.md,implementation.md) - Test files