chore(freeze): snapshot demo state before Plan-07 hardening work

Freeze current submission/demo baseline:
- casan-next-plans/: full task-level plan set (Plan 00 index + 02/04/06/07/08/09/12, QA, slide deck)
- optimize-docs/video-steps/: per-vector scene breakdown (commands/screen-text/script) + start-tmux
- run-all.sh / scorecard.sh / map-live.sh: REAL=1 live-battery wiring
- regenerated evidence + audit/telemetry logs from live REAL=1 run
- submission README + video recording guide updates
- dry-run pipeline logs for 001-okr-web-app

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
thanhnv
2026-07-03 22:03:44 +09:00
co-authored by Claude Opus 4.8
parent fabd5f8783
commit fbcef967e5
182 changed files with 3865 additions and 341 deletions
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# D2 — Negative control: KHÔNG báo động giả (khi không có spike)
# cwd = thư mục gốc dự án. Offline OK.
printf '%s\n' \
'{"step":"srs","total_tokens":210}' \
'{"step":"bd","total_tokens":195}' \
'{"step":"spec","total_tokens":230}' \
'{"step":"plan","total_tokens":240}' > /tmp/nospike.jsonl
bash .specify/scripts/bash/cost-spike-detect.sh /tmp/nospike.jsonl 3.0; echo "exit=$?"
# Kỳ vọng: COST_SPIKE_NONE · exit=0 — control không la làng
@@ -0,0 +1,18 @@
# TEXT HIỂN THỊ — D2
## Title card
```
D2 · NEGATIVE CONTROL (không báo động giả)
AgentOps · chống false positive
```
## Caption trong khi chạy
```
Telemetry 4 step đều bình thường: 210 · 195 · 230 · 240 (không step nào 3×)
```
## Caption kết quả
```
✅ COST_SPIKE_NONE · exit = 0
Cost bình thường → XANH. Control KHÔNG la làng — có cả positive (D1) và negative (D2)
```
@@ -0,0 +1,10 @@
# SCRIPT / MÔ TẢ — D2
**Mục tiêu:** chứng minh control **không báo động giả** (false positive). Cùng detector như D1 nhưng telemetry toàn step bình thường (240 vẫn dưới ngưỡng 660).
**Kết quả:** `COST_SPIKE_NONE`, **exit=0** → xanh. Có cặp **positive (D1) + negative (D2)** mới chứng minh detector đáng tin — không phải cứ chạy là báo đỏ.
**Text mô tả (phụ đề):**
> "Cost bình thường → xanh. Control không la làng — có cả positive và negative test."
**Lưu ý dựng:** đặt ngay sau D1 để tạo cặp đối chứng đỏ/xanh.