Tags: agentcompose/spec
Tags
feat: make the contract importable at runtime; v0.1.1 Ship a compiled entry that exports the canonical schemas as objects (schemas, schemaList, schemaIds), a schemaFor() lookup, registerSchemas(ajv) to load them (with cross-$refs) into a validator, and SCHEMA_BASE / AGENTCOMPOSE_VERSION. Schemas are generated into the build from schemas/*.json; the raw JSON stays available under ./schemas/*. No contract/schema changes — this turns the package from loose files into a consumable runtime artifact (its first real consumer is the SDK). Co-Authored-By: Minimalist Agent <[email protected]>