JSON Schemas
Use schemas before scripting against command output.
Jumpspace is alpha software. JSON schemas are published so agents and scripts can inspect the current contract, but schema names, fields, and command output shapes may change before a stable 1.0 release. Pin versions in CI and review changelogs before upgrading.
npx @jumpspace/cli schema list --jsonnpx @jumpspace/cli schema show task.work --jsonnpx @jumpspace/cli schema coverage --jsonJSON failures use the standard envelope:
{ "ok": false, "errors": [{ "code": "CODE", "message": "What happened" }] }Generated schema artifacts are published under schemas/.
Useful contracts include:
task.findtask.asktask.worktask.plan.savetask.step.completetask.verifychangedtask.drifttask.citask.pr.comment