Skip to content

Commit 651c9e4

Browse files
committed
About to add accessibility tree to Onboarding Excel deliverable
1 parent c83e4ad commit 651c9e4

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

foo_files.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
# # scripts/articles/lsa.py # [2,280 tokens | 10,180 bytes]
3737
# .gitignore # [573 tokens | 2,089 bytes]
3838
39-
# prompt_foo.py # [12,990 tokens | 59,609 bytes]
39+
prompt_foo.py # [12,990 tokens | 59,609 bytes]
4040
foo_files.py # [10,245 tokens | 33,406 bytes]
4141
4242
# AD HOC STUFF
4343
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
4546
pipulate/core.py # [22,424 tokens | 108,599 bytes]
4647
tools/scraper_tools.py # [4,449 tokens | 21,625 bytes]
4748
tools/llm_optics.py # [2,574 tokens | 11,257 bytes]
@@ -741,6 +742,14 @@
741742
/home/mike/repos/bookforge/30_drafts/{target_chapter}_0_blueprint.md
742743
"""
743744

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+
744753
# ============================================================================
745754
# VIII. THE PAINTBOX (Unused Colors)
746755
# ============================================================================

0 commit comments

Comments
 (0)