update first - 84

This commit is contained in:
thanhnv
2026-06-30 02:21:39 +09:00
commit 07ac1bdcdd
561 changed files with 88164 additions and 0 deletions
@@ -0,0 +1,25 @@
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
.specify/scripts/bash/casan-harness.sh input.txt output.txt agent_step
```
Verification:
```bash
bash .specify/tests/run-casan4-harness-tests.sh
```