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,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# A3 — Semantic model bắt câu A2 (ornith:9b · Computational×Inferential)
|
||||
# ⚠️ CẦN OLLAMA LIVE (bật tunnel ở preflight). Dùng lại /tmp/a2.txt từ A2.
|
||||
|
||||
bash .specify/scripts/bash/model-router.sh /tmp/a2.txt /tmp/v.json --role classify
|
||||
jq -r '.verdict' /tmp/v.json
|
||||
|
||||
# Kỳ vọng: INJECTION
|
||||
@@ -0,0 +1,18 @@
|
||||
# TEXT HIỂN THỊ — A3 🟢 CẦN OLLAMA
|
||||
|
||||
## Title card
|
||||
```
|
||||
A3 · SEMANTIC CLASSIFY
|
||||
ornith:9b · tầng Inferential (bù cho Computational)
|
||||
```
|
||||
|
||||
## Caption trong khi chạy
|
||||
```
|
||||
Chính CÂU LỌT ở A2 → đưa qua model-router (ollama:ornith:9b)
|
||||
```
|
||||
|
||||
## Caption kết quả (nhấn mạnh)
|
||||
```
|
||||
✅ verdict = INJECTION
|
||||
Tầng inferential bắt được thứ regex bỏ sót
|
||||
```
|
||||
@@ -0,0 +1,10 @@
|
||||
# SCRIPT / MÔ TẢ — A3 (🟢 cần Ollama live)
|
||||
|
||||
**Tấn công:** vẫn là câu paraphrase đã **lọt** ở A2 — nhưng lần này đưa qua **model-router** với vai `classify`, dùng model local `ornith:9b`.
|
||||
|
||||
**Control chặn thế nào:** model đọc **ngữ nghĩa** (không phụ thuộc từ khoá) → trả `verdict = INJECTION`. Đây là **tầng inferential** bổ sung cho tầng computational (regex): hai tầng cộng lại phủ cả mẫu đã biết lẫn diễn đạt mới.
|
||||
|
||||
**Vai trò AI local:** đây là chỗ ornith:9b làm **tầng suy luận** cho H4 — không cần API key OpenAI/Anthropic.
|
||||
|
||||
**Text mô tả (phụ đề):**
|
||||
> "Chính câu đó, qua model → INJECTION. Tầng inferential bù cho tầng computational."
|
||||
Reference in New Issue
Block a user