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
+1 -1
View File
@@ -148,7 +148,7 @@ From macOS with the project checked out:
export VAULT_ADDR=http://161.33.139.73:8200
export VAULT_TOKEN=<TOKEN>
cd Output_CASAN5_REFINED # repo root (app promoted from AINative_OKR_CASAN5/)
cd Output_CASAN5_REFINED # repo root (app promoted from )
# Test sign-policy-bundle with Vault
bash packages/casan-harness/scripts/bash/sign-policy-bundle.sh sign
+1 -1
View File
@@ -162,7 +162,7 @@ On the VPS (or via Gitea web UI), create a new repository:
On your local machine:
```bash
cd Output_CASAN5_REFINED # repo root (app promoted from AINative_OKR_CASAN5/)
cd Output_CASAN5_REFINED # repo root (app promoted from )
# Add Gitea as remote
git remote add gitea ssh://git@161.33.139.73:2222/<YOUR_USER>/casan5.git