summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 37b1cc2..bdcf9f0 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -11,8 +11,6 @@ The Omni project is to leverage automation and asymmetries to create wealth.
- ✅ 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
- ❌ Do NOT create markdown TODO lists or task checklists
- ❌ Do NOT put TODO/FIXME comments in code
@@ -42,7 +40,6 @@ jr task create "Command X fails when Y" --discovered-from=<current-task-id> --js
## Directory Structure
- **`_/`** (cabdir) - All ephemeral/generated files. This directory is gitignored.
- - `_/llm/` - AI planning docs and agent logs
- `_/tmp/` - Temporary files, test databases, scratch data
- Never create dotfile directories (like `.tasks/`) in the repo root
@@ -78,6 +75,5 @@ Omni/Ide/run.sh Omni/Jr.hs # Build (if needed) and run
## Documentation
- **Project Context**: [README.md](README.md) - Goals, source layout, and coding conventions.
-- **Task Manager**: [`Omni/Task/README.md`](Omni/Task/README.md) - Detailed usage, dependency management, and agent best practices.
- **Build Tool (Bild)**: [`Omni/Bild/README.md`](Omni/Bild/README.md) - How to use `bild` and manage dependencies.
- **Development Tools**: [`Omni/Ide/README.md`](Omni/Ide/README.md) - `run.sh`, `lint`, `repl.sh`, git workflow.