#!/usr/bin/env node /** * OCC CLI — Command-line interface for the Claude Chain Orchestrator. * * Usage: * occ list List all chains and pipelines * occ run [--input k=v] Execute a chain * occ validate [path] Lint and validate chains * occ dry-run [--input k=v] Preview execution without LLM calls * occ status Check execution status * occ logs Stream execution logs (SSE) * occ health Check server health */ export {};