ComfyUI Node
Claude Context Builder
Convert Claude Code output folders into context/memory for subsequent commands
Claude Context Builder
- memory
◄output_folder►
◄context_modesummary►
◄base_memory►
◄file_filter*.py,*.js,*.ts,*.md,*.txt,*.json►
◄custom_template# Previous Output
The following files were generated:
{file_list}
Key files:
{file_contents}►
◄max_file_size_kb100►
Categoryclaude_code
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| output_folder | STRING | The output folder from a previous ClaudeCodeCommand | |
| context_mode | COMBO | summary | How to build the context from the folder |
| base_memoryopt | STRING | Base memory to append the folder context to | |
| file_filteropt | STRING | *.py,*.js,*.ts,*.md,*.txt,*.json | Comma-separated file extensions to include |
| custom_templateopt | STRING | # Previous Output The following files were generated: {file_list} Key files: {file_contents} | Custom template for context (available vars: {file_list}, {file_contents}, {metadata}) |
| max_file_size_kbopt | INT | 1001–1000 | Maximum file size in KB to include in full content |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| memory | STRING | — |