|
1 | 1 | # code2llm - Generated Analysis Files |
| 2 | +<!-- generated in 0.00s --> |
2 | 3 |
|
3 | | -This directory contains the complete analysis of your project generated by `code2llm`. Each file serves a specific purpose for understanding, refactoring, and documenting your codebase. |
| 4 | +This directory contains the complete analysis of your project generated by `code2llm`. Each file serves a specific purpose for understanding, refactoring, and documenting your codebase. # noqa: E501 |
4 | 5 |
|
5 | 6 | ## 📁 Generated Files Overview |
6 | 7 |
|
@@ -142,13 +143,13 @@ grep -E "^ .*[0-9]{3,}$" project.toon.yaml | sort -t',' -k2 -n -r | head -10 |
142 | 143 |
|
143 | 144 | ### `prompt.txt` - Ready-to-Send LLM Prompt |
144 | 145 | **Purpose**: Pre-formatted prompt listing all generated files for LLM conversation |
145 | | -**Generation**: Written when `code2llm` runs with a source path and requests `-f all` (including `--no-chunk`) or `code2logic` |
| 146 | +**Generation**: Written when `code2llm` runs with a source path and requests `-f all` (including `--no-chunk`) or `code2logic` # noqa: E501 |
146 | 147 | **Contents**: |
147 | | -- **Files section**: Lists all existing generated files with descriptions, including `project.toon.yaml` when generated by `-f all` |
| 148 | +- **Files section**: Lists all existing generated files with descriptions, including `project.toon.yaml` when generated by `-f all` # noqa: E501 |
148 | 149 | - **Source files section**: Highlights important source files such as `cli_exports/orchestrator.py` |
149 | 150 | - **Missing section**: Shows which files weren't generated (if any) |
150 | 151 | - **Task section**: Refactoring brief with concrete execution instructions, not just analysis |
151 | | -- **Priority Order section**: State-dependent refactoring priorities, starting with blockers and then architecture cleanup |
| 152 | +- **Priority Order section**: State-dependent refactoring priorities, starting with blockers and then architecture cleanup # noqa: E501 |
152 | 153 | - **Requirements section**: Guidelines for suggested changes |
153 | 154 |
|
154 | 155 | **Example usage**: |
@@ -322,9 +323,9 @@ code2llm ./ -f yaml --separate-orphans |
322 | 323 | --- |
323 | 324 |
|
324 | 325 | **Generated by**: `code2llm ./ -f all --readme` |
325 | | -**Analysis Date**: 2026-05-25 |
326 | | -**Total Functions**: 3385 |
327 | | -**Total Classes**: 142 |
328 | | -**Modules**: 250 |
| 326 | +**Analysis Date**: 2026-06-09 |
| 327 | +**Total Functions**: 0 |
| 328 | +**Total Classes**: 0 |
| 329 | +**Modules**: 0 |
329 | 330 |
|
330 | 331 | For more information about code2llm, visit: https://github.com/tom-sapletta/code2llm |
0 commit comments