fix template, remove okr, use casan.*

This commit is contained in:
thanhnv
2026-07-18 16:45:31 +07:00
parent 0dfd1742d3
commit 13fae3e6c3
249 changed files with 4881 additions and 5702 deletions
@@ -0,0 +1,16 @@
# __PROJECT_NAME__
Production-ready CASAN-governed NestJS + React project shell.
## Development
```bash
npm install
npm test
npm run build
CASAN_PROJECT_MANIFEST=apps/__PROJECT_SLUG__/domain/project.manifest.json bin/casan gate
```
The shell intentionally contains only health/bootstrap functionality. Product behavior must be
implemented from `apps/__PROJECT_SLUG__/domain/input/requirement.md` and may not bypass the
manifest build, test, verification, security, traceability, or approval gates.