plan: update plan20

This commit is contained in:
thanhnv
2026-07-22 00:20:12 +07:00
parent 6faf589694
commit 0cc43d94d3
8 changed files with 566 additions and 4 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
# CASAN — Mục lục Plan
> Cập nhật: 2026-07-08. File này là **mục lục thuần** cho bộ plan CASAN. Trạng thái
> Cập nhật: 2026-07-22. File này là **mục lục thuần** cho bộ plan CASAN. Trạng thái
> chi tiết **không** lặp ở đây để tránh lệch: "còn gì phải làm" xem
> `CASAN_BACKLOG_STATUS.md` (có legend nhãn chuẩn); "control nào đã implement+test"
> xem `CASAN_HARDENING_STATUS.md`. Ba file phân vai rõ, một sự thật ghi một nơi.
@@ -36,6 +36,8 @@
| 16 | `CASAN_PLAN_16_SECURITY_AUDIT_REMEDIATION.md` | Security audit core harness + kế hoạch vá (tamper-evidence/injection/fail-open) | � P0/P1/P2 done |
| 17 | `CASAN_PLAN_17_LOOP_ENGINEERING.md` | Loop Engineering / Agentic Loop Governance (budget governor, convergence, verify-contract, loop trace/replay, meta-loop) | 📋 |
| 18 | `CASAN_PLAN_18_CHAT_CONSOLE.md` | Governed Chat Console (MVP-0 Ask CASAN + MVP-1 Operator + MVP-2 Chat-as-Loop/Agent/Replay + MVP-3 multi-tenant) | ✅ done+test |
| 19 | `CASAN_PLAN_19_HARNESS_REPORTING.md` | H1–H7 reporting contract + H6 JSON/HTML report | ✅ H6 done+test |
| 20 | `CASAN_PLAN_20_AGENTIC_CLIENT_INTEGRATION.md` | Gõ prompt native qua CASAN: Claude Code → Codex → VS Code | 🔬 spike GO có điều kiện / 📋 implementation |
| Future | `CASAN_PLAN_FUTURE_PHASES.md` | Approval workflow, state machine, benchmark, memory, remediation, KPI | 💤 vision |
> **Không có plan số 11:** số 11 được bỏ trống có chủ ý — nhánh eval/traceability đã
@@ -89,6 +91,9 @@ flowchart LR
P17 --> P18["18 Chat Console<br/>chat = governed loop-run"]
P13 --> P18
P14 --> P18
P18 --> P20["20 Agentic clients<br/>Claude → Codex → VS Code"]
P19["19 Harness reports<br/>H6 HTML/JSON"] --> P20
P07T2 --> P20
style CORE fill:#d0e8ff,stroke:#2c3e91,stroke-width:2px
style STRONG fill:#d0ffd0,stroke:#1e8449,stroke-width:2px
```