What problem does it solve?
When requirements evolve or bugs appear during WikiFlow development, the docs can drift from the actual implementation. wf-fix helps you correct that drift by updating the planning artifacts and recording the decisions that explain the “why”.
Core Features & Use Cases
- Bug vs. requirement change detection: AI classifies the input as a bug fix or a requirement improvement and applies the right update pattern.
- Synchronized documentation updates: updates spec.md and tasks.md (and decisions.md when needed) so the documentation remains the source of truth.
- Controlled code changes via paths.code: directs code modifications through the configured code-repo path while keeping documentation files in the documentation repo.
- Decision logging for traceability: appends a structured entry to decisions.md for requirement improvements, capturing rationale and impact.
Quick Start
Run wf-fix with your change request so it automatically updates spec.md and tasks.md (and decisions.md if it’s a requirement improvement) after validating you are in the documentation repository.