Triatu Dev Workflow
Quick start
- •Read the core docs before changing architecture.
- •Keep docs updated with any flow or structure change.
- •Run tests before any PR.
Workflow
- •Read
README.md,guia.md, andarquitectura_triatu.md. - •Follow Clean Architecture rules for new work.
- •Apply TDD: write tests first.
- •Update docs:
- •
guia.md - •
arquitectura_triatu.md - •
docs/PROJECT_AUDIT.mdfor new risks/tech debt
- •
- •Run:
- •
pnpm test - •
pnpm test:e2ewhen UI flows change
- •
References
- •
README.md - •
docs/DEVELOPMENT.md - •
docs/CONTRIBUTING.md