From 380e944671add8fd5dda66d8702fc7e02b219115 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 9 Nov 2025 17:21:06 -0500 Subject: docs: Document task management and typecheck conventions in AGENTS.md - Document using 'task create' instead of TODO/FIXME comments - Document using Omni/Ide/typecheck.sh for fast Python typechecking - Create task t-1pIV0ZF for billing page UI implementation --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 50e5a90..e1f35f5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -445,6 +445,8 @@ repl.sh --bash Omni/Log.py # Start bash shell for namespace 1. **Test interface**: Every program must accept `test` as a first argument to run its test suite 2. **Entrypoint naming**: The entrypoint for every program shall be called `main` 3. **Always include tests**: Every new feature and bug fix must include tests. No code should be committed without corresponding test coverage +4. **No TODO/FIXME comments**: Instead of leaving TODO or FIXME comments in code, create a task with `task create` to track the work properly +5. **Fast typechecking**: Use `Omni/Ide/typecheck.sh ` for quick Python typechecking instead of `bild --test` when you only need to check types ## Git Workflow -- cgit v1.2.3