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,20 @@
# Implementation Draft: OKR Web Application
## Scope
The implementation candidate is bounded by the manifest source roots and is not accepted before STEP12 build/test PASS.
## Source Roots
- apps/okr/backend
- apps/okr/frontend
## Implementation Evidence
- apps/okr/backend/src/auth/auth.service.ts
- apps/okr/backend/src/objectives/objectives.service.ts
- apps/okr/backend/src/key-results/key-results.service.ts
- apps/okr/backend/test/e2e.test.ts
- apps/okr/backend/test/services.test.ts
- apps/okr/frontend/src/lib/api.ts
- apps/okr/backend/prisma/seed.ts
## Acceptance Gate
STEP12 must execute manifest argv commands and write docs/output/specs/001-okr-web-app/implementation.accepted.json; no shell interpolation is permitted.