summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-28 02:12:22 -0500
committerBen Sima <ben@bensima.com>2025-11-28 02:12:22 -0500
commit02cc1cadb77ece392d95e64b3778d0f33e93f51a (patch)
tree41f13616489b9d44a6e6ab866f6404e3cd8db2b0 /AGENTS.md
parent717fd14986fea45f2a539068be67a7f132cdedad (diff)
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
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index bd1bb5b..c345093 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