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:
co-authored by
Claude Opus 4.8
parent
fabd5f8783
commit
fbcef967e5
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# B4 — No-bypass: cấm --no-verify / short-circuit (governance bypass)
|
||||
# cwd = thư mục gốc dự án. Offline OK.
|
||||
|
||||
bash .specify/scripts/bash/circuit-breaker-check.sh; echo "exit=$?"
|
||||
|
||||
# Kỳ vọng: "No bypass patterns found" + "Circuit breaker closed" · exit=0
|
||||
@@ -0,0 +1,18 @@
|
||||
# TEXT HIỂN THỊ — B4
|
||||
|
||||
## Title card
|
||||
```
|
||||
B4 · NO-BYPASS
|
||||
governance bypass · cấm --no-verify / short-circuit
|
||||
```
|
||||
|
||||
## Caption trong khi chạy
|
||||
```
|
||||
Quét toàn bộ control: có script nào có đường tắt --no-verify không?
|
||||
```
|
||||
|
||||
## Caption kết quả
|
||||
```
|
||||
✅ No bypass patterns found + Circuit breaker closed · exit = 0
|
||||
Gate KHÔNG thể bị vô hiệu hoá lén
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
# SCRIPT / MÔ TẢ — B4
|
||||
|
||||
**Tấn công:** **governance bypass** — kẻ tấn công (hoặc dev vội) tìm đường tắt để tắt gate: cờ `--no-verify`, short-circuit, hoặc điều kiện luôn-đúng làm control bị vô hiệu.
|
||||
|
||||
**Control chặn thế nào:** `circuit-breaker-check.sh` quét toàn bộ script control, xác nhận **không script nào chứa mẫu bypass** và circuit breaker ở trạng thái đóng → `No bypass patterns found` + `Circuit breaker closed`, **exit=0**.
|
||||
|
||||
**Text mô tả (phụ đề):**
|
||||
> "Quét toàn bộ control: không có đường tắt `--no-verify`. Gate không thể bị vô hiệu hoá lén."
|
||||
Reference in New Issue
Block a user