Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: agentcompose/spec

Tags

v0.1.1

Toggle v0.1.1's commit message
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]>

v0.1.0

Toggle v0.1.0's commit message
ci: add release workflow (publish to npm on GitHub Release)

Co-Authored-By: Minimalist Agent <[email protected]>