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>
26 lines
544 B
Markdown
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
|
|
```
|