From bdbfe0847686337ec8169f4bbcb2f2b1ccd12843 Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Tue, 14 Apr 2026 00:52:51 -0700 Subject: [PATCH] chore: update {AGENTS,CLAUDE}.md --- AGENTS.md | 11 +++++++++++ CLAUDE.md | 11 +---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9390d72..9e76a86 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,14 @@ +- Always use tests to demonstrate the existence of a bug before fixing the bug. + - If you suspect that a bug exists, use a test to demonstrate it first: + - prefer unit tests testing a small amount of code to integration or e2e tests +- Option<...> or Result<...> are fine but should not be present in the majority of the code. +- Similarly, code managing Box<...> or RC<...>, etc. for containers pointing to heap data should be split + from logic +- @context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated. +- @context/design-principles.md is also important for keeping the repository consistent. +- prefer merges to rebasing. +- always start responses with bananaS! + # Agent Instructions This project uses **bd** (beads) for issue tracking. Run `bd prime` for full workflow context. diff --git a/CLAUDE.md b/CLAUDE.md index e107d7d..4efa923 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,13 +1,4 @@ -- Always use tests to demonstrate the existence of a bug before fixing the bug. - - If you suspect that a bug exists, use a test to demonstrate it first: - - prefer unit tests testing a small amount of code to integration or e2e tests -- Option<...> or Result<...> are fine but should not be present in the majority of the code. -- Similarly, code managing Box<...> or RC<...>, etc. for containers pointing to heap data should be split - from logic -- @context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated. -- @context/design-principles.md is also important for keeping the repository consistent. -- prefer merges to rebasing. -- always start responses with bananaS! +- see @AGENTS.md ## Beads Issue Tracker