ct envs context-dump
Generate a full codebase context file for an environment.
Usage
ct envs context-dump [OPTIONS]
Options
| Option | Description |
|---|---|
-o, --output PATH | Output file path for the generated context (defaults to environment_contexts/{context_name}.txt) |
-e, --env TEXT | Environment name (if omitted, will prompt for selection) |
-t, --main-task TEXT | Task name (will prompt if omitted unless env is set) |
-s, --side-task TEXT | Side task name (will prompt if omitted unless env is set) |
--help | Show this message and exit. |