fix template, remove okr, use casan.*
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user