Record Milestone 0 performance baseline
This commit is contained in:
parent
fd4759096e
commit
cb59a822a8
5 changed files with 542 additions and 11 deletions
|
|
@ -131,6 +131,8 @@ DocForge describes them as a source graph.
|
|||
- [Core contract](docs/CONTRACT.md) — invariants and security boundary.
|
||||
- [Milestone 0 compatibility](docs/COMPATIBILITY.md) — preserved package, CLI, MCP, adapter,
|
||||
schema, changeset, rendering, and no-AST guarantees.
|
||||
- [Milestone 0 baseline](docs/MILESTONE_0_BASELINE.md) — validation evidence, cold and warm
|
||||
performance, memory, rendering and response sizes, bottlenecks, and missing coverage.
|
||||
- [MCP contract](docs/MCP_CONTRACT.md) — exact tool and process boundary.
|
||||
- [Viewer manager](docs/VIEWER_MANAGER.md) — native service setup and lifecycle.
|
||||
- [Adapter decision](docs/APPLICATION_DECISION.md) — why custom adapters own canonical
|
||||
|
|
@ -154,4 +156,6 @@ make gate
|
|||
Focused entry points are available as `make contract`, `make test`, `make type`,
|
||||
`make benchmark-smoke`, and `make benchmark`.
|
||||
|
||||
The committed 1,000-node baseline and its measurement method are under `benchmarks/`.
|
||||
|
||||
See [AGENTS.md](AGENTS.md) before changing core boundaries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue