declarative Markdown workflow layer
This commit is contained in:
parent
33fa602fe5
commit
0bc63aab9f
19 changed files with 1854 additions and 11 deletions
14
examples/workflows/adrs/001-record-contract-framework.md
Normal file
14
examples/workflows/adrs/001-record-contract-framework.md
Normal 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.
|
||||
13
examples/workflows/adrs/002-record-cache-backend.md
Normal file
13
examples/workflows/adrs/002-record-cache-backend.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue