CLI
Root options
Section titled “Root options”ccode --config <config-path>ccode --ccode-path <path>ccode --output-path <path>--config chooses a specific YAML config file. --ccode-path and --output-path override config values for that invocation.
Initialize
Section titled “Initialize”ccode init [path] --version <version>Initializes a workspace, writes or updates ccode.yaml, refreshes generated support files, and prepares the build cache.
ccode run <process>Runs a TypeScript process under ccode_path. The process path is relative and may omit .ts.
List accelerated artifacts
Section titled “List accelerated artifacts”ccode list accelerated [scopeId]ccode list accelerated [scopeId] --include-resolvedccode list accelerated [scopeId] --for-agentLists unresolved accelerated artifacts by default. Use --include-resolved to include adjusted artifacts.
List instruction references
Section titled “List instruction references”ccode list instructionsccode list instructions --include-resolvedccode list instructions --for-agentLists instruction references attached to accelerated artifacts.
Get an accelerated artifact
Section titled “Get an accelerated artifact”ccode get accelerated <scopeId>:<artifactId>ccode get accelerated <scopeId>:<artifactId> --instructionsccode get accelerated <scopeId>:<artifactId> --instructions --for-agentWithout --instructions, the command returns metadata. With --instructions, it returns a composed adjustment bundle containing instruction markdown and decoded accelerated content.
Get an instruction file
Section titled “Get an instruction file”ccode get instruction <path>ccode get instruction <path> --for-agentReads raw instruction markdown. The path is resolved using Cohesive Code’s accelerator instruction rules.