docs: align all documentation with the new repo structure

Update agent protocols (.claude/agents, .github/agents), guides, runbooks and READMEs
to the post-restructure layout: .specify/{scripts,tests,security,config,templates,
governance,memory,level5-config} -> packages/casan-harness/...; docs/input +
golden-runs + traceability-map -> apps/okr/domain/...; drop AINative_OKR_CASAN5/ prefix.
Runtime-state paths (.specify/logs, .specify/agentops, .specify/level5/central-governance)
kept as-is. Historical evidence under docs/output/ left untouched (immutable run records).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
thanhnv
2026-07-08 14:36:27 +09:00
co-authored by Claude Opus 4.8
parent 36a4812ef3
commit 18997caf49
53 changed files with 167 additions and 167 deletions
+3 -3
View File
@@ -52,7 +52,7 @@ You are a Senior Code Reviewer specializing in Node.js/NestJS/TypeScript impleme
$ARGUMENTS
```
If `$ARGUMENTS` is empty, run `.specify/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly` to detect the current active feature.
If `$ARGUMENTS` is empty, run `packages/casan-harness/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly` to detect the current active feature.
## Constraints
@@ -82,7 +82,7 @@ Add a dedicated section in the report:
## Setup
1. Run `.specify/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly -RequireTasks -IncludeTasks` and parse:
1. Run `packages/casan-harness/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly -RequireTasks -IncludeTasks` and parse:
- `FEATURE_DIR` — feature specs directory
- `AVAILABLE_DOCS` — list of generated artifacts
2. Load reference documents:
@@ -90,7 +90,7 @@ Add a dedicated section in the report:
- `specs/<feature-id>/tasks.md` — task completion checklist
- `specs/<feature-id>/plan.md` — implementation plan
- `specs/<feature-id>/data-model.md` — entity model
- `.specify/memory/constitution.md` — project Constitution
- `packages/casan-harness/memory/constitution.md` — project Constitution
- `docs/technical_architecture.md` — system architecture
3. Identify implementation module directory (e.g., `backend/src/modules/workspace/`)