When reviewing a specific track (identified by the presence of a plan.md), review-related changes must be committed and tracked in the project plan.
If you choose to commit changes for a track, the following protocol is followed:
- Update Plan: A new phase
## Phase: Review Fixes with the task - [~] Task: Apply review suggestions is appended to plan.md. - Commit Code: Code changes (excluding
plan.md) are committed with the message: fix(conductor): Apply review suggestions for track '<track_name>'. - Record SHA: The short SHA (first 7 characters) is retrieved and the task in
plan.md is updated to: - [x] Task: Apply review suggestions <sha>. - Commit Plan: The updated
plan.md is committed with the message: conductor(plan): Mark task 'Apply review suggestions' as complete.
## Phase: Review Fixes
- [~] Task: Apply review suggestions
# After commit
- [x] Task: Apply review suggestions <sha>