@sakia/command-schemas
v0.4.0
Published
JSON Schema definitions for Sakia Command System (AI / validation)
Readme
@sakia/command-schemas
JSON Schema definitions for the Sakia Command System.
Use with LLM function-calling, host-side validation, or @sakia/core CommandRegistry.validateParams (dev).
Index
See index.json for commandId → schema path mapping.
Example envelope (AI)
{
"schemaVersion": 1,
"commandId": "kicad.sch.translate",
"params": {
"uuids": ["a1b2c3d4-e5f6-7890-abcd-ef1234567890"],
"delta": { "x": 2.54, "y": 0 }
},
"meta": { "source": "ai", "correlationId": "turn-1" }
}Batch file
See @sakia/core parseSakiaCommandBatch and .sakia-cmd.json format in ARCHITECTURE_PLAN §17.7.
