Contract robustness and bottleneck test
This commit is contained in:
parent
ef8391e6a7
commit
fcd50bdfe8
14 changed files with 654 additions and 79 deletions
21
examples/markitect-tool-contract/README.md
Normal file
21
examples/markitect-tool-contract/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# markitect-tool Contract Examples
|
||||
|
||||
This directory is a small interface lab for the `kontextual-engine` dependency
|
||||
on `markitect-tool`.
|
||||
|
||||
The files are intentionally ordinary Markdown/YAML fixtures rather than inline
|
||||
test strings. They should help us validate Markitect behavior before engine
|
||||
workplans depend on it, and they should be updated whenever the expected
|
||||
integration contract changes.
|
||||
|
||||
Covered examples:
|
||||
|
||||
- Markdown parsing with frontmatter, headings, sections, lists, and source
|
||||
paths.
|
||||
- Selector extraction for sections, frontmatter paths, and blocks.
|
||||
- Include resolution, heading shifts, composition, and operation provenance.
|
||||
- Snapshot identity for Markdown files.
|
||||
- Context-package creation from sources and manifests.
|
||||
- Local label policy filtering for public versus internal context.
|
||||
- Basic document contract validation for decision records.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue