| name | doc-code-parallel |
| description | Require documentation updates alongside code changes for the Feldenkrais MVP repository. |
Purpose
Keep documentation and code in sync.
Rules
- Every implementation task must include both code changes and documentation updates
- Update the development log after each completed step
- If data structures change, update the related type definitions and engineering docs
- If routes or components change, explain the changes clearly
- If a new file is added, explain its purpose
Output format
Always include:
- Goal
- Files changed
- Why each file changed
- Documentation sections to update
- Suggested development log entry
- Validation steps