update first - 84
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
# Video Recording Guide
|
||||
|
||||
## Recommended Length
|
||||
|
||||
5-7 minutes for submission video. Keep it focused on evidence.
|
||||
|
||||
## Recording Setup
|
||||
|
||||
Use Zoom, Microsoft Teams, OBS, or QuickTime screen recording.
|
||||
|
||||
Recommended screen layout:
|
||||
|
||||
- Left: terminal
|
||||
- Right: VS Code/Finder/browser with evidence files
|
||||
- Optional: open PPT in presenter mode before recording intro
|
||||
|
||||
## Video Structure
|
||||
|
||||
### 0:00-0:30 - Opening
|
||||
|
||||
Say:
|
||||
|
||||
> This submission upgrades the SDD Speckit OKR pipeline from CASAN Level 3/4 transition to Level 4 achieved and Level 5 demonstrated locally.
|
||||
|
||||
Show:
|
||||
|
||||
- `00_SUBMISSION_PACKAGE/README.md`
|
||||
- final zip
|
||||
|
||||
### 0:30-1:30 - Baseline and Architecture
|
||||
|
||||
Show:
|
||||
|
||||
- `before-after-scorecard.md`
|
||||
- `casan-level4-assessment.md`
|
||||
|
||||
Explain the original gaps: H4 Security, H5 Governance, H6 AgentOps.
|
||||
|
||||
### 1:30-3:30 - Live Verification
|
||||
|
||||
Run:
|
||||
|
||||
```bash
|
||||
cd Output_CASAN5_REFINED/AINative_OKR_CASAN5
|
||||
bash .specify/tests/run-casan4-harness-tests.sh
|
||||
```
|
||||
|
||||
Pause on PASS lines:
|
||||
|
||||
- H4 injection block
|
||||
- H5 audit-chain valid
|
||||
- Level 5 drift/fallback/tool registry/rollback/KPI/policy/provider telemetry/reuse/dashboard
|
||||
|
||||
### 3:30-4:30 - Evidence Files
|
||||
|
||||
Open:
|
||||
|
||||
- `docs/output/casan/evidence/harness-test-report.md`
|
||||
- `docs/output/output_logs/casan-demo/pipeline-context.yaml`
|
||||
- `docs/output/casan/central-agentops-dashboard.html`
|
||||
|
||||
### 4:30-5:30 - Level 5 Boundary
|
||||
|
||||
Say:
|
||||
|
||||
> Level 4 is achieved. Level 5 is demonstrated locally with verifiable controls. For enterprise production, these contracts should be connected to IdP, WORM log storage, live provider telemetry API, and hosted dashboard.
|
||||
|
||||
### 5:30-6:30 - Closing
|
||||
|
||||
Show:
|
||||
|
||||
- `presentation/HarnessAthon_CASAN_Level5_Demo.pptx`
|
||||
- `docs/03_judge_qna.md`
|
||||
|
||||
End with:
|
||||
|
||||
> The key difference is that the harness is no longer a document. It is executable, auditable, measurable, and testable.
|
||||
|
||||
## Recording Tips
|
||||
|
||||
- Do one dry run before recording.
|
||||
- Zoom terminal font to at least 16pt.
|
||||
- Keep the terminal command history clean.
|
||||
- Do not show secrets or personal desktop notifications.
|
||||
- Keep the final video file name simple: `HarnessAthon_CASAN_Level5_Demo.mp4`.
|
||||
|
||||
Reference in New Issue
Block a user