diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-28 02:12:22 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-28 02:12:22 -0500 |
| commit | 02cc1cadb77ece392d95e64b3778d0f33e93f51a (patch) | |
| tree | 41f13616489b9d44a6e6ab866f6404e3cd8db2b0 | |
| parent | 717fd14986fea45f2a539068be67a7f132cdedad (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
| -rw-r--r-- | AGENTS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
