Skip to content

M2 — generation tools (agent-driven governed loop)

Latest

Choose a tag to compare

@ryandmonk ryandmonk released this 03 Jul 17:01
3ee69e9

Milestone 2: ds-mcp became the agent-driven governed loop's front door (plan PR-11, ADR-10).

  • get-generation-context / validate-ui: compile a dspack 0.3 contract into generation context (system prompt + generation schema + few-shot) and lint submitted surfaces through gates S1/S2/S3 — both pure computation via @aestheticfunction/dspack-gen's zero-network core subpath (git-pinned; network-boundary test scans the compiled tool path). generate_ui is deliberately absent: the MCP host is the generator.
  • dspack 0.3 loader support (vendored v0.3 schema, same pattern as v0.1/v0.2).
  • First CI workflow for this repo; copy drift checks against the spec repo and dspack-gen's F1 goldens (dspack-gen#7).
  • Version staged at 0.3.0 for the next npm publish.

Companion M2 tags: dspack@m2, dspack-emit@m2, dspack-gen@m2.