docs(plans): sync roadmap status + paths to post-restructure state
- Plan-01 marked ✅ DONE (INDEX table + P3 tier + BACKLOG row + plan header). - Plan-06 / Plan-12 dependency on 01 satisfied → 🔓 unblocked (headers + BACKLOG rows). - Repoint command/path refs in all plans (except Plan-01's migration narrative): .specify/{scripts,tests,security,config,templates,governance} -> packages/casan-harness/...; golden-runs/traceability-map/docs-input -> apps/okr/domain/...; `cd AINative_OKR_CASAN5` -> `cd $(git rev-parse --show-toplevel)`; fix relative links + Plan-13 control-plane location. 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
09ac4c674d
commit
4918012199
@@ -3,10 +3,10 @@
|
||||
> Năng lực **nén prompt/context để giảm token · latency · cost** — nhưng **không phá governance**.
|
||||
>
|
||||
> Status 2026-07-06: **🟡 Track 3 MVP implemented + tested (CASAN-native token-killer).**
|
||||
> `.specify/scripts/bash/context-compress.py` — compressor deterministic của CASAN
|
||||
> `packages/casan-harness/scripts/bash/context-compress.py` — compressor deterministic của CASAN
|
||||
> (KHÔNG dùng lại RTK): modes `dedup`/`extractive`/`structural`, must-keep luôn giữ,
|
||||
> tee raw-passthrough khi lệnh fail, báo `token_saved`/`ratio`, và gate must-keep
|
||||
> fail-able. Test `.specify/tests/phase08-compression-tests.sh` **7/0 (WSL)**; đã nối
|
||||
> fail-able. Test `packages/casan-harness/tests/phase08-compression-tests.sh` **7/0 (WSL)**; đã nối
|
||||
> vào `ci-harness-gate.sh` (`phase08-compression`). Còn: Track 1 nén INPUT + Track 2
|
||||
> nén VIEW liên-bước + Track 4 abstractive (gated) + nối H4/H5 scan/hash trong pipeline thật.
|
||||
>
|
||||
@@ -73,10 +73,10 @@ Nén là **capability cắt ngang**, không phải harness thứ 8 (tránh phìn
|
||||
## 6. Module layout (đề xuất)
|
||||
Trước restructure (hiện tại):
|
||||
```
|
||||
.specify/scripts/bash/compress-context.sh # H1 owner
|
||||
.specify/scripts/python/context-compress.py # extractive/structural/dedup
|
||||
.specify/scripts/bash/token-budget-check.sh # H6
|
||||
.specify/scripts/python/verify-compression.py # H3 faithfulness + must-keep
|
||||
packages/casan-harness/scripts/bash/compress-context.sh # H1 owner
|
||||
packages/casan-harness/scripts/python/context-compress.py # extractive/structural/dedup
|
||||
packages/casan-harness/scripts/bash/token-budget-check.sh # H6
|
||||
packages/casan-harness/scripts/python/verify-compression.py # H3 faithfulness + must-keep
|
||||
.specify/level5/compression-policy.yaml # mode, ratio, must-keep, budget
|
||||
```
|
||||
Sau restructure (khớp Plan 01):
|
||||
|
||||
Reference in New Issue
Block a user