Commit f027c67
committed
fix(docs): add markdown output and commit messages
Statistics: 42 files changed, 6928 insertions, 5613 deletions
Summary:
- Dirs: project=23, .=5, code2llm=5, tests=4, batch_1=1, code2llm_part2=1
- Exts: .yaml=18, .py=8, .md=6, .mmd=3, .png=3, .html=1
- A/M/D: 6/34/2
- Added: examples/docker-doql-example/DEPENDENCY_ANALYSIS.md, project/code2llm/analysis.toon.yaml, project/code2llm_part2/analysis.toon.yaml, tests/test_cache_invalidation_e2e.py, tests/test_declarative_collection.py, tests/test_file_analyzer_tagging.py
- Deleted: analysis.toon.yaml, evolution.toon.yaml
- Symbols: test_all_extensions_includes_declarative, class setup__read_version, test_stale_export_removed, test_all_filenames_includes_dockerfile_and_makefile, test_run_hash_stable_when_nothing_changes
Added files:
- examples/docker-doql-example/DEPENDENCY_ANALYSIS.md (+97/-0)
- project/code2llm/analysis.toon.yaml (+241/-0)
- project/code2llm_part2/analysis.toon.yaml (+241/-0)
- tests/test_cache_invalidation_e2e.py (+113/-0)
- tests/test_declarative_collection.py (+204/-0)
- tests/test_file_analyzer_tagging.py (+69/-0)
Modified files:
- README.md (+12/-14)
- batch_1/analysis.toon.yaml (+62/-57)
- code2llm/analysis.toon.yaml (+27/-27)
- code2llm/core/analyzer.py (+45/-11)
- code2llm/core/config.py (+71/-2)
- code2llm/core/file_analyzer.py (+10/-0)
- code2llm/core/persistent_cache.py (+127/-14)
- code2llm_part2/analysis.toon.yaml (+32/-34)
- context.md (+59/-60)
- docs/README.md (+325/-301)
- project/README.md (+4/-4)
- project/analysis.toon.yaml (+61/-57)
- project/batch_1/analysis.toon.yaml (+167/-99)
- project/calls.mmd (+472/-453)
- project/calls.png (+0/-0)
- project/calls.toon.yaml (+56/-67)
- project/calls.yaml (+3117/-3132)
- project/compact_flow.mmd (+12/-9)
- project/compact_flow.png (+0/-0)
- project/context.md (+118/-125)
- ... and 14 more
Deleted files:
- analysis.toon.yaml (+0/-300)
- evolution.toon.yaml (+0/-44)
Implementation notes (heuristics):
- Type inferred from file paths + diff keywords + add/delete ratio
- Scope prefers 'goal' when goal/* is touched; otherwise based on top-level dirs
- For <=6 files: generate short per-file notes from added lines (defs/classes/click options/headings)
- A/M/D derived from git name-status; per-file +X/-X from git numstat1 parent 017e88e commit f027c67
47 files changed
Lines changed: 6961 additions & 5612 deletions
File tree
- batch_1
- code2llm_part2
- code2llm
- core
- nlp
- docs
- examples/docker-doql-example
- project
- batch_1
- code2llm_part2
- code2llm
- root
- root
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
3 | 32 | | |
4 | 33 | | |
5 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
340 | 343 | | |
341 | 344 | | |
342 | 345 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
| 213 | + | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | | - | |
227 | 225 | | |
228 | | - | |
| 226 | + | |
| 227 | + | |
229 | 228 | | |
230 | | - | |
231 | | - | |
| 229 | + | |
| 230 | + | |
232 | 231 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 232 | | |
| 233 | + | |
| 234 | + | |
237 | 235 | | |
238 | 236 | | |
| 237 | + | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments