artifact-contracts 0.32.1 → 0.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli-contract.yaml CHANGED
@@ -302,6 +302,39 @@ command_sets:
302
302
  "12":
303
303
  description: Adapter initialization error (missing API key, etc.)
304
304
 
305
+ # ── agents ──────────────────────────────────────────
306
+ agents:
307
+ summary: Output the full resolved agent DSL as structured data.
308
+ description: >-
309
+ Outputs the complete resolved agent-contracts DSL (agents, tasks,
310
+ workflows, handoff_types) embedded in this CLI binary.
311
+ Useful for debugging, external tooling integration, and DSL
312
+ inspection.
313
+ options:
314
+ - name: format
315
+ aliases: [F]
316
+ description: Output format.
317
+ schema:
318
+ type: string
319
+ enum: [yaml, json]
320
+ default: yaml
321
+
322
+ exits:
323
+ '0':
324
+ description: DSL output successfully.
325
+ stdout:
326
+ format: text
327
+ '1':
328
+ description: Failed to load embedded DSL.
329
+ stderr:
330
+ format: text
331
+
332
+ x-agent:
333
+ riskLevel: low
334
+ requiresConfirmation: false
335
+ idempotent: true
336
+ sideEffects: []
337
+
305
338
  env:
306
339
  OPENAI_API_KEY:
307
340
  description: >-