Structured Feature Revision & Bugfix Flow
Mandatory flow
- Update PRD (change scope)
- Implement changes
- Update technical docs:
docs/api/openapi.yaml (+ request/response examples)
docs/db/schema.dbml
docs/BUSINESS_FLOW.md
- Run:
php artisan starter:quality-gate
- Regenerate docs bundle:
php artisan starter:docs-regenerate v1
- Record the change in
docs/PRODUCT_CHANGELOG.md
Rules
- Do not claim done if docs are not synced.
- Do not merge if quality gate fails.