Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-28 | Add typecheck.sh with Python support | Ben Sima | |
This runs a repl and calls mypy to typecheck the given target. Not only is this *much* faster than using bild to typecheck stuff, but it also produces less noise in the logs, so I can have aider call this and the output won't overwhelm the llm. | |||
2024-12-21 | Re-namespace some stuff to Omni | Ben Sima | |
I was getting confused about what is a product and what is internal infrastructure; I think it is good to keep those things separate. So I moved a bunch of stuff to an Omni namespace, actually most stuff went there. Only things that are explicitly external products are still in the Biz namespace. |