**Old idea**: bot reads code, edits code using `function` calls. Turns out bots suck at editing documents, even with `function` calls.
**New idea**: bot reads code, writes a series of files along side of main file, e.g.
code.py ⬅️ my code
--- bot writes these ---
code_review.md
code_doc_strings.py ⬅️ for manual merge
code_annotate.py ⬅️ for manual merge
test_code.py ⬅️ not going to work 1st try
code_TODO.md
etc...
This would be a companion tool to regular build scripts.