From f78e8de70d1010f8912c2bac5631542d92bfeb13 Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Wed, 22 Jul 2026 09:20:55 -0400 Subject: [PATCH] chore: Update adhoc.txt template with latest context --- foo_files.py | 71 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/foo_files.py b/foo_files.py index f6ac0222..8d288365 100644 --- a/foo_files.py +++ b/foo_files.py @@ -499,35 +499,48 @@ # > The AI should see what falsifying will be if it's gonna work smart. # The following files enable any Web-based ChatBot to help you edit your code with a patch system, turning you the human into an "actuator". - -# MOVE LATEST `adhoc.txt` TEMPLATE HERE - -~/repos/nixos/autognome.py # <-- Letting the AIs really understand my environment (the one of these which is not like the others) -scripts/foo_cartridge.py -scripts/foo_replay.py -prompt_foo.py # <-- Prompt Fu compiler, makes the very README for AGENTS-like payload you're reading right now, but it needs to be more like that -foo_files.py # <-- This is the router, evolving book outline and the things you pin-up to produced the recursive self-improvement loops ------------------------------------ !!! STANDARD WRAPPER: 2 -.gitattributes # <-- Model: understand that `nbstripout` and `jupytext` are both in play. Just talk the human through .ipynb patches. -.gitignore # <-- Creates "negative space" for sub-rep's to share parent environment and "snap" proprietary secret features into place. -init.lua # <-- Daily driver hot-keys that overlap with aliases in flake.nix -flake.nix # <-- Solves world's WRITE ONCE RUN ANYWHERE problem like Java never could. Also resolves the bootstrap paradox. -requirements.in # <-- All known dependencies and (necessary) version pinning. WORA gotcha's exposed. -apply.py # <-- How can "Web UI" ChatBots edit your code? With this Aider-inspired Player Piano patch applier. -scripts/xp.py # <-- Transforms host OS copy-paste buffer player-piano music into context-payload. -scripts/ai.py # <-- How I constantly use local AI to write git commit messages with `m` alias. -cli.py # <-- Catch-all actuator for PyPI envs, Python anchoring, MCP tool-call (plus alternatives) and **kwargs like wrapping for CLI - -# ACTUATORS & RELATED -scripts/crawl.py # <-- Feel free to ask for something to be crawled and included in the next turn. - -# scripts/webclip_2_markdown.py # <-- Lets you copy HTML from a browser and paste it elsewhere as Markdown (good for capturing AI thinking steps) - -# The following 3 files are the first huge context reveal that pull the curtains open. -__init__.py # <-- Master versioning -release.py # <-- How everything ends up where it does (GitHub, PyPI, etc.) -pyproject.toml # <-- The PyPI Packaging details - -scripts/release/version_sync.py # [1,730 tokens | 7,310 bytes] +# It is also the portion that mostly comprises the "Prompt Fu" (not FastHTML) side of this system and should always be in `adhoc.txt`. + +--- START `adhoc.txt` TEMPLATE --- + +# KEEP RE-MOVING LATEST `adhoc.txt` TEMPLATE TO BELOW! + +# adhoc.txt _ _ _ to set context____ _ ___ ____ _ Simpson Couch Gag Here (explain anything to the audience you feel needs it explained) +# / \ __| | | | | | ___ ___ / ___| | | |/ _ \| _ \| | +# ahe/ _ \ / _` | | |_| |/ _ \ / __| | | | |_| | | | | |_) | | Here, we put something clever that tweaks or perturbs or otherwise steepens the desired gradient descent. +# ahc ___ \ (_| | | _ | (_) | (__ | |___| _ | |_| | __/|_| This is not frivolity like it looks. It wouldn't have lasted over 3 decades on The Simpsons if it was. +# /_/ \_\__,_| |_| |_|\___/ \___| \____|_| |_|\___/|_| (_) This is the serious business of reinforcing past context like West African talking drums. +# Ad Hoc CHOP: The Not-Managed-by-Git Safe-for-Client-Data place + +# BIG STANDARD STUFF (Optionally comment out any) + +! python scripts/articles/lsa.py -t 1 --reverse --fmt dated-slugs # <-- The "Rolling Pin" that gives the 40K foot book-spine view of book-ore. +~/repos/nixos/autognome.py # <-- Letting the AIs really understand my environment (The Brave Little Tailor punches above Their Weight Class proving the dunning-kruger effect the gate-keeper's (lower-case) lament.) +scripts/foo_cartridge.py # Needs description +scripts/foo_replay.py # Needs description +pyproject.toml # <-- The PyPI Packaging details +prompt_foo.py # <-- Prompt Fu compiler, makes the very README for AGENTS-like payload you're reading right now, but it needs to be more like that +foo_files.py # <-- This is the router, evolving book outline and the things you pin-up to produced the recursive self-improvement loops ------------------------------------ !!! STANDARD WRAPPER: 2 +.gitattributes # <-- Model: understand that `nbstripout` and `jupytext` are both in play. Just talk the human through .ipynb patches. +.gitignore # <-- Creates "negative space" for sub-rep's to share parent environment and "snap" proprietary secret features into place. +init.lua # <-- Daily driver hot-keys that overlap with aliases in flake.nix +flake.nix # <-- Solves world's WRITE ONCE RUN ANYWHERE problem like Java never could. Also resolves the bootstrap paradox. +requirements.in # <-- All known dependencies and (necessary) version pinning. WORA gotcha's exposed. +apply.py # <-- How can "Web UI" ChatBots edit your code? With this Aider-inspired Player Piano patch applier. +scripts/xp.py # <-- Transforms host OS copy-paste buffer player-piano music into context-payload. +scripts/ai.py # <-- How I constantly use local AI to write git commit messages with `m` alias. +cli.py # <-- Catch-all actuator for PyPI envs, Python anchoring, MCP tool-call (plus alternatives) and **kwargs like wrapping for CLI +scripts/crawl.py # <-- Feel free to ask for something to be crawled and included in the next turn. +__init__.py # <-- Master versioning +release.py # <-- How everything ends up where it does (GitHub, PyPI, etc.) +scripts/webclip_2_markdown.py # <-- Lets you copy HTML from a browser and paste it elsewhere as Markdown (good for capturing AI thinking steps / need to shorten the name) +scripts/release/version_sync.py # <-- Needs to be wrapped into release.py and eliminated, I think. + +# --- Under this line is were you paste what the AI gives you --- +# --- We call it context but it's really just the right-hand --- +# --- blast-radius of the "probes" to make this all science. --- + +--- END `adhoc.txt` TEMPLATE --- # ============================================================================ # IV. THE WAND🪄 & THE WIZARD🧙‍♂️ - Everything's actually web development these days