문서 추가: 제약 조건 평가 계약 정의 및 데이터 요구 사항 명시

This commit is contained in:
2025-12-27 02:32:19 +00:00
parent c11527cce9
commit da89f87eaf
2 changed files with 112 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ Move items into the main docs once they are finalized.
- Turn daemon scheduling details and preemption rules
- Turn daemon vs API server priority policy under load
- In-memory state lifecycle and DBMS flush checkpoints
- [AI suggestion] Define a constraint evaluation contract with explicit data requirements and a tri-state result (allow/deny/unknown) to support DB-backed prechecks vs in-memory full checks.
- Recovery behavior after partial flush or crash
- Observability: metrics, logs, and alerts for turn processing
- [AI suggestion] Define a stable in-memory AI state contract (snapshot + delta invalidation rules) aligned with `GeneralAI` inputs.