877 B
877 B
FLOW Redirect
Canonical FLOW specification:
docs/qa/feature-checks/FLOW.md
This compatibility path is intentionally short, but the contract is mandatory:
- Read
docs/qa/feature-checks/FLOW.mdbefore selecting a feature. - Enforce problems-first ordering across all module state files in
docs/qa/feature-checks/state/*.json. - Do not start any
queuedfeature while any feature is inchecking,failed,triaged,confirmed,fixing, orretesting. - Run Tier 0, Tier 1, and Tier 2 for every feature (Tier 2 is required verification, not optional).
- Capture fresh run artifacts under
docs/qa/feature-checks/runs/<module>/<feature>/<run-id>/. - Update module state and sprint/task trackers immediately after each transition.
If there is any ambiguity between this file and the canonical FLOW file, docs/qa/feature-checks/FLOW.md is the source of truth.