807 B
807 B
Project Guide (CascadingDev)
Daily flow
- Work under
Docs/features/FR_*/... - Commit; the pre-commit hook ensures
*.discussion.sum.mdand (later) updates summaries/diagrams. - Use
Docs/features/.../discussions/*.discussion.mdfor stage talks.
End each comment withVOTE: READY|CHANGES|REJECT.
Start a new feature
- Create
Docs/features/FR_YYYY-MM-DD_<slug>/request.mdfrom the template. - Commit; the system seeds stage discussions and summaries automatically.
First run
- After installation, make an initial commit to activate the hook:
git add . git commit -m "chore: initial commit"
Notes
- Keep discussions append-only.
- Human READY is required at Implementation/Release.
- Ramble GUI (
ramble.py) is optional; use it to seed the first feature.