declarative Markdown workflow layer

This commit is contained in:
2026-05-04 12:35:59 +02:00
parent 33fa602fe5
commit 0bc63aab9f
19 changed files with 1854 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
---
status: accepted
---
# Record Contract Framework
## Context
Document generation needs clear semantic contracts.
## Decision
Use Markdown-native contracts with deterministic assertions before optional
assisted assessments.

View File

@@ -0,0 +1,13 @@
---
status: accepted
---
# Record Cache Backend
## Context
Repeated query and context workflows benefit from cached parsed structure.
## Decision
Use an optional local SQLite backend for snapshots, metadata, JSON, and FTS.