Markitect boundary and reuse tests

This commit is contained in:
2026-05-05 19:41:32 +02:00
parent 9f1b8da87a
commit ef8391e6a7
15 changed files with 490 additions and 6 deletions

View File

@@ -201,8 +201,11 @@ Required MVP ports:
Adapter rules:
- `markitect-tool` is an adapter for markdown syntax and context-package
interoperability.
- `markitect-tool` is an adapter for markdown syntax, selector extraction,
deterministic markdown operations, snapshot identity, contracts/runtime
checks, and context-package interoperability. Engine domain code must not
import it directly; adapter code should persist serializable Markitect
outputs as adapter provenance or representation metadata.
- `llm-connect` or equivalent is an adapter for LLM providers.
- `phase-memory` is an adjacent memory runtime; this engine may exchange opaque
memory references or context packages but should not implement memory phases.