Skip to content

Commit 59769f5

Browse files
committed
update CLAUDE.md
1 parent c2d25b9 commit 59769f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ black . --check && isort . --check-only && flake8 . && mypy . --check-untyped-de
125125
3. **Rendering Orchestration** (`module_renderer.py`): Coordinates render process across modules
126126
4. **State Machine** (`render_machine/`): Hierarchical state machine drives the render lifecycle
127127
5. **API Communication** (`codeplain_REST_api.py`): HTTP client for Codeplain API
128-
6. **Code Generation** (`render_machine/code_renderer.py`): Template-based code synthesis using Liquid2
128+
6. **Code Generation** (`render_machine/code_renderer.py`): Main code renderer class that orchestrates the code generation workflow using a hierarchical state machine.
129129
7. **TUI** (`tui/`): Textual-based terminal UI showing render progress
130130

131131
### Key Concepts

0 commit comments

Comments
 (0)