Add versioned independent projection contracts
This commit is contained in:
parent
4c5773c865
commit
96e3965855
22 changed files with 3561 additions and 133 deletions
|
|
@ -1,19 +1,16 @@
|
|||
# Active milestone
|
||||
|
||||
```text
|
||||
Milestone: 2 — agent retrieval and MCP experience
|
||||
Goal: Let one project-bound server return compact, task-shaped, explainable context under an explicit effective policy.
|
||||
In scope: Capability modes; capability-aware bootstrap; versioned retrieval plans and context capsules; task-shaped context; generation diffs; evidence-gap diagnostics; generated client configuration; doctor checks.
|
||||
Out of scope: Independent render-plan packages; adapter SDK expansion; self-hosting; storage replacement; embeddings; WorldForge or ScrapeStation changes; production MCP repointing; tags and releases.
|
||||
Done when: Policy and capabilities are explicit; bootstrap recommends only available actions; task context is compact, deterministic, provenance-bearing, and bounded; generation and evidence gaps are explainable; generated configuration and doctor checks are safe and tested; the complete repository gate and Milestone 2 benchmark pass.
|
||||
Status: Complete. Effective policy, versioned task retrieval, latest-generation diff receipts,
|
||||
logarithmic bounded page packing, deterministic client configuration, and the read-only integration
|
||||
doctor are implemented and contract-tested. The complete repository gate passes with 205 tests and
|
||||
120 subtests. Three independent adversarial audits found no remaining implementation blocker. The
|
||||
clean 1,000-node baseline is recorded against candidate commit
|
||||
`fb0df5e4a1c591c2a84788fd4814d98550f11863`, including task/generation reconstruction,
|
||||
response-size behavior, zero-hidden-work counters, and isolated memory. No tag or release was
|
||||
created, no production integration was repointed, and self-hosting remains out of scope.
|
||||
Milestone: 3 — independent projections
|
||||
Goal: Make manual output, portable graph artifacts, and the live viewer independent generation-pinned consumers of the validated graph.
|
||||
In scope: Versioned ManualRenderPlan and GraphViewPlan; immutable projection packages and receipts; independent manual and graph renderers; projection policies; incremental fragments; equivalence, recovery, accessibility, response-size, performance, and memory gates.
|
||||
Out of scope: Adapter SDK expansion; remote render services; shared render farms; third-party renderer ecosystems; self-hosting; storage replacement; WorldForge or ScrapeStation changes; production MCP repointing; tags and releases.
|
||||
Done when: Manual and graph plans are versioned and bounded; renderers cannot crawl project state or mutate canonical facts; portable and live graph modes remain separate; policies are enforced independently; status is receipt-only; full/incremental output is equivalent; accessibility and maintained scale gates pass.
|
||||
Status: Active implementation. Three independent audits were reconciled before source changes. The
|
||||
versioned plan/package/receipt contracts, pure manual and graph planners, isolated manual renderer,
|
||||
legacy byte-compatibility shim, packaged schemas, and pinned live-source correction are implemented
|
||||
and focused-green. Durable publication, portable graph artifacts, detached workers, fragment
|
||||
equivalence, independent policy enforcement, accessibility, and maintained scale gates remain.
|
||||
```
|
||||
|
||||
Milestones 3–5 remain directional context and are not active.
|
||||
Milestones 4–5 remain directional context and are not active.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue