From 9b3cd64d9e7581256294ceaf7fa08f547a88925e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Dec 2025 13:55:31 -0500 Subject: System prompt improvements Worked with Gemini and Opus to improve the system prompt with learnings from the Amp prompt. Removed reference to Omni/Task/README.md because it is deprecated in favor of `jr task`. --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'AGENTS.md') 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= --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. -- cgit v1.2.3