From f85ac2f6ecf9e4f7bf3a51d7cb30194ffcac1534 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 18 Mar 2026 17:05:21 -0700 Subject: [PATCH] agents --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e5dcb4f..416ff62 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -184,3 +184,5 @@ The `.opencode/skills/adventure-puzzle-analyzer/` directory contains: When possible, use subagents to complete work. For complex multi-step tasks (analyzing walkthroughs, creating new puzzle type documentation from scratch), delegate appropriately rather than attempting all steps in a single agent session. **For any user request**: Check TODOS.md first, then update cross-references after each task completion before committing. + +Always refer to @README.md, as it has the overall structure of this project.