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,46 @@
# Submission Checklist
## Required Package
- [x] Source package: `../AINative_OKR_CASAN5`
- [x] Zip package: `../AINative_OKR_CASAN5.zip`
- [x] PPT deck: `presentation/HarnessAthon_CASAN_Level5_Demo.pptx`
- [x] Video guide: `video/01_video_recording_guide.md`
- [x] Judge Q&A: `docs/03_judge_qna.md`
- [x] AI context: `ai_context/AI_README.md`
## Demo Flow
1. Open the deck.
2. Explain baseline: H4=20, H5=25, H6=30.
3. Show the new runtime controls:
- H4 security
- H5 governance
- H6 AgentOps
4. Run the verification command.
5. Open `central-agentops-dashboard.html`.
6. Explain Level 5 evidence and production boundary.
## Verification
```bash
cd ../AINative_OKR_CASAN5
bash .specify/tests/run-casan4-harness-tests.sh
```
Must show:
- H4 blocks prompt injection.
- H4 masks PII.
- H5 denies high-risk action by default.
- H5 audit-chain validates.
- H6 records latency/cost/status and alerts.
- Level 5 drift/fallback/tool registry/rollback/KPI/policy signature/provider telemetry/reuse/dashboard checks pass.
## Recommended Submission Files
- `AINative_OKR_CASAN5.zip`
- `00_SUBMISSION_PACKAGE/presentation/HarnessAthon_CASAN_Level5_Demo.pptx`
- `00_SUBMISSION_PACKAGE/docs/03_judge_qna.md`
- Video recording made using `video/01_video_recording_guide.md`