E2e tests and frist use docs

This commit is contained in:
2026-05-04 22:58:59 +02:00
parent 5dfb403979
commit a7ab4904d5
9 changed files with 583 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ id: MKTT-WP-0017
type: workplan
title: "CLI/API Polish And Practical Adoption"
domain: markitect
status: active
status: done
owner: markitect-tool
topic_slug: markitect
planning_priority: P1
@@ -123,7 +123,7 @@ Output: `docs/practical-usecase-relevance.md` and links from intent/README.
```task
id: MKTT-WP-0017-T005
status: in_progress
status: done
priority: high
state_hub_task_id: "1159ec82-00e6-45cd-8a2c-e61ae03e758a"
```
@@ -149,22 +149,22 @@ Required coverage:
Output: deterministic tests and fixtures with no network dependency.
Initial coverage has been added for:
Coverage has been added for:
- small, typical, and large synthetic corpus parse/query/cache/search/context
package flow
- example-backed contract, template, function, workflow, reference, processor,
policy, literate tangle, and explode/implode flows
Remaining work: expand the matrix into explicit small/typical/large variants
for every high-relevance workflow and add performance assertions where they are
stable.
- small, typical, and large contract/form-state validation flows
- small, typical, and large transform/compose/include flows
- workflow inspect/plan and backend refresh-planning flows
- large local cache/index/search performance smoke
## P17.6 - Run coverage and performance iteration
```task
id: MKTT-WP-0017-T006
status: todo
status: done
priority: high
state_hub_task_id: "8dd5afe5-cefa-4388-bf4c-a975ba5c77c3"
```
@@ -175,11 +175,15 @@ or performance issues exposed by the E2E matrix.
Output: passing test suite, documented coverage gaps, and targeted performance
notes for large synthetic corpora.
Implementation adds `docs/performance-notes.md` and a portable smoke test with
generous bounds for local index build and indexed search. Full-suite validation
is run before closing the workplan.
## P17.7 - Improve first-use accessibility
```task
id: MKTT-WP-0017-T007
status: todo
status: done
priority: medium
state_hub_task_id: "590af805-0cc0-4585-b85f-9e95679afa77"
```
@@ -198,6 +202,14 @@ Possible improvements:
Output: README/docs/examples polish and tests where executable.
Implementation adds:
- `docs/getting-started.md`
- `docs/command-cheatsheet.md`
- `docs/examples-index.md`
- `docs/performance-notes.md`
- README and intent links to the practical docs
## Exit Criteria
- Every implemented subsystem has CLI access, public API access, docs, examples,