Complete memory graph and document value workplans

This commit is contained in:
2026-05-15 13:30:50 +02:00
parent f49ebb563b
commit 6cc44da628
25 changed files with 1546 additions and 168 deletions

View File

@@ -138,6 +138,16 @@ extension descriptors, `mkt source` commands, API exports, fake adapter
fixtures, and sibling-repo migration notes. Concrete EPUB3 extraction remains
`markitect-filter` scope.
`MKTT-WP-0015` has been narrowed to document-function typed value contracts.
The former render-and-function extension scope is split across native
workplans: `MKTT-WP-0020` owns render/export adapter contracts,
`MKTT-WP-0021` owns passive render reference and asset manifests,
`MQD-WP-0001` owns concrete Quarkdown adapter implementation in
`markitect-quarkdown`, and `MKTF-WP-0003` owns read-side source attachment
metadata compatibility in `markitect-filter`. This preserves the
`markitect-filter` read-only boundary and avoids pulling renderer execution
into `markitect-tool`.
## State Hub Mirror
Native State Hub dependency edges should mirror the whole-workstream
@@ -182,3 +192,8 @@ dependencies:
- `MKTT-WP-0018 -> MKTT-WP-0013`
- `MKTT-WP-0018 -> MKTT-WP-0017`
- `MKTT-WP-0018 -> MKTT-WP-0019`
- `MKTT-WP-0020 -> MKTT-WP-0013`
- `MKTT-WP-0020 -> MKTT-WP-0015`
- `MKTT-WP-0021 -> MKTT-WP-0010`
- `MKTT-WP-0021 -> MKTT-WP-0015`
- `MKTT-WP-0021 -> MKTT-WP-0020`