Skip to content

Commit 1130da6

Browse files
theo-learnerclaude
andcommitted
chore: sync docs, proposals, and website footer icon
- lessons.md: add deployment doc vs runtime alignment lesson - docs/todo.md: updated proposal index - Move proposals 22-24 to docs/done/ (implemented) - Remove proposals 27-28 (superseded) - Add proposals 29-30 to docs/todo/ - website: replace Activity with ShieldCheck in footer logo (matches navbar) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 932d827 commit 1130da6

11 files changed

+323
-877
lines changed
File renamed without changes.

docs/todo/proposal-23-agent-memory-and-reasoning-trace.md renamed to docs/done/proposal-23-agent-memory-and-reasoning-trace.md

File renamed without changes.

docs/todo/proposal-24-model-routing-and-cost-policy.md renamed to docs/done/proposal-24-model-routing-and-cost-policy.md

File renamed without changes.

docs/lessons.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
- Approval token logic (hashing, expiry, consume-once) is easy to fork incorrectly when implemented inline in handlers.
139139
- Rule: Keep approval ticket issue/validate/consume in a dedicated engine and call it from handlers instead of re-implementing.
140140

141+
## 2026-02-26
142+
143+
- 배포 문서와 설치 스크립트의 실제 동작이 어긋나면(예: 인증 헤더 필요 여부, health 응답 스키마, setup 책임 분리) 신규 사용자 실패율이 급격히 올라간다.
144+
- Rule: Every deployment-facing doc change must be validated against real script/runtime behavior with a `docs-vs-runtime` checklist before release.
145+
141146
## 2026-02-21
142147

143148
- A quarterly roadmap request becomes implementable only when each epic is split into file-level interface, env, and test contracts.

docs/todo.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# TODO: SentinAI Implementation
22

3-
> **Last Updated:** 2026-02-25
3+
> **Last Updated:** 2026-02-26
44
55
## Current Status
66

7+
### Planned (2026-02-26 Verifiable Accountability Framework)
8+
- [ ] 검증 가능한 책임 체계 통합 계획 문서화 (`docs/todo/proposal-29-verifiable-accountability-framework.md`)
9+
- [ ] WS-A: SLO gate 표준화 (`operation-verifier` + verify API 확장)
10+
- [ ] WS-B: reason provenance 정형 저장 (`agent-loop`/`goal-planner`/`memory`)
11+
- [ ] WS-C: 실패 책임 분류 + 정책 학습 루프(`policy_defect` vs `execution_defect`)
12+
- [ ] WS-D: Autonomy Cockpit 책임 추적 뷰(24h/7d PASS-FAIL, rollback, liability)
13+
- [ ] WS-E: tamper-evident audit ledger
14+
15+
### Planned (2026-02-26 Deployment Readiness and Hardening)
16+
- [ ] 사용자 배포 경로 점검/개선안 문서화 (`docs/todo/proposal-30-deployment-readiness-and-hardening.md`)
17+
- [ ] P0: quickstart/setup 문서 정합성 패치
18+
- [ ] P0: install 후 smoke 검증 확장 (`health + agent-loop + goal-manager`)
19+
- [ ] P1: 버전 고정 배포 옵션(`SENTINAI_REF`) 추가
20+
- [ ] P1: preflight-check 스크립트 추가
21+
- [ ] P2: update + rollback 자동화 스크립트 추가
22+
723
### Done (2026-02-24 Network Stack Dashboard/Feature Differences Guide)
824
- [x] 스택별 차이 기준(ChainPlugin capability + adapter action) 정리
925
- [x] 신규 운영 가이드 작성 (`docs/guide/network-stack-dashboard-feature-differences.md`)

docs/todo/proposal-27-l1-l2-core-ops-hardening.md

Lines changed: 0 additions & 291 deletions
This file was deleted.

0 commit comments

Comments
 (0)