commit 02cc1cadb77ece392d95e64b3778d0f33e93f51a
Author: Ben Sima <ben@bensima.com>
Date: Fri Nov 28 02:12:22 2025
Update AGENTS.md to instruct workers to add facts as they discover them
The build passes with no errors. The AGENTS.md update adds the
instructi
Task-Id: t-158.8
diff --git a/AGENTS.md b/AGENTS.md
index bd1bb5b3..c3450936 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -9,6 +9,7 @@ The Omni project is to leverage automation and asymmetries to create wealth.
- ✅ Use `jr task` for ALL task/TODO tracking (`jr task create ... --json`)
- ✅ Link discovered work with `--discovered-from=<parent-id>`
- ✅ File bugs IMMEDIATELY when you discover unexpected behavior
+- ✅ Add facts to the knowledge base when you learn something useful (`jr facts add ...`)
- ✅ Run `jr task ready --json` before asking "what should I work on?"
- ✅ Store AI planning docs in `_/llm` directory (NEVER in repo root)
- ❌ Do NOT use `todo_write` tool