|
36 | 36 | # # scripts/articles/lsa.py # [2,280 tokens | 10,180 bytes] |
37 | 37 | # .gitignore # [573 tokens | 2,089 bytes] |
38 | 38 |
|
39 | | -# prompt_foo.py # [12,990 tokens | 59,609 bytes] |
| 39 | +prompt_foo.py # [12,990 tokens | 59,609 bytes] |
40 | 40 | foo_files.py # [10,245 tokens | 33,406 bytes] |
41 | 41 |
|
42 | 42 | # AD HOC STUFF |
43 | 43 |
|
44 | | -# pipulate/core.py # [28,546 tokens | 138,551 bytes] |
| 44 | +tools/dom_tools.py # Let's see the summarize_accessibility_tree logic! |
| 45 | +tools/advanced_automation_tools.py # The heavy lifter |
45 | 46 | pipulate/core.py # [22,424 tokens | 108,599 bytes] |
46 | 47 | tools/scraper_tools.py # [4,449 tokens | 21,625 bytes] |
47 | 48 | tools/llm_optics.py # [2,574 tokens | 11,257 bytes] |
|
741 | 742 | /home/mike/repos/bookforge/30_drafts/{target_chapter}_0_blueprint.md |
742 | 743 | """ |
743 | 744 |
|
| 745 | +CHOP_A11Y_VISION = """\ |
| 746 | +# THE PHANTOM UI PARSERS (How the machine sees) |
| 747 | +# COMMAND: python prompt_foo.py --chop CHOP_A11Y_VISION --no-tree |
| 748 | +
|
| 749 | +tools/dom_tools.py # Let's see the summarize_accessibility_tree logic! |
| 750 | +tools/advanced_automation_tools.py # The heavy lifter |
| 751 | +""" |
| 752 | + |
744 | 753 | # ============================================================================ |
745 | 754 | # VIII. THE PAINTBOX (Unused Colors) |
746 | 755 | # ============================================================================ |
|
0 commit comments