Files
CASAN/packages/casan-harness/scripts/bash/guideH4-H5-H6.md
T
thanhnvandClaude Opus 4.8 18997caf49 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>
2026-07-08 14:36:27 +09:00

26 lines
544 B
Markdown

INPUT
↓
security-check.sh input (H4: prompt injection, PII, secret)
↓
governance-check.sh (H5: risk, approval, hash-chain audit)
↓
agent-metrics.sh (H6: latency, tokens, cost, retry, status, alert)
↓
security-check.sh output (H4: output redaction/filter)
↓
OUTPUT
↓
LOG + TRACE + METRICS + AUDIT
Unified wrapper:
```bash
packages/casan-harness/scripts/bash/casan-harness.sh input.txt output.txt agent_step
```
Verification:
```bash
bash packages/casan-harness/tests/run-casan4-harness-tests.sh
```