Deterministic templating and generation support
This commit is contained in:
parent
4f010315bb
commit
1a1b5ab39c
13 changed files with 1122 additions and 7 deletions
|
|
@ -106,7 +106,7 @@ and `mkt transform`, `mkt compose`, and `mkt include`.
|
|||
|
||||
```task
|
||||
id: MKTT-WP-0003-T006
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "307fa072-b1ce-42e8-9309-e2a92e130ae1"
|
||||
```
|
||||
|
|
@ -120,6 +120,12 @@ Keep this slice focused on deterministic templates and generation hooks. Rich
|
|||
processors, named chunks, weave/tangle, namespaces, and content-class
|
||||
inheritance are captured in `MKTT-WP-0010` after this hook surface is clear.
|
||||
|
||||
Initial implementation complete for deterministic `{{field.path}}` templates,
|
||||
template inspection, strict/lenient rendering, JSON/YAML/CSV data loading,
|
||||
contract-based stub generation, Markdown/YAML generation plans, provider-neutral
|
||||
generation hook protocols, docs, examples, tests, `mkt template inspect`,
|
||||
`mkt template render`, `mkt generate stub`, and `mkt generate rules`.
|
||||
|
||||
## P3.7 - Add caching and incremental processing
|
||||
|
||||
```task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue