From 6ad044254ee6e7504429b4aba0ef39a71242e599 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 23 Jun 2026 21:31:09 -0400 Subject: refactor(rules): use agent-neutral language in shared rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A non-Claude agent (Codex, a local model) reading the shared rules gets told it's "Claude" in prose that's really about whatever agent is running. I replaced the agent-as-actor references — "how Claude communicates," "when Claude needs the user to pick," a "wrong-context Claude session" — with "the agent." Left untouched: file and path names (CLAUDE.md, .claude/, claude-rules/), and every reference in commits.md, which names Claude and Anthropic on purpose as the things never to attribute a commit to. Neutralizing those would invert the rule. --- claude-rules/working-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'claude-rules/working-files.md') diff --git a/claude-rules/working-files.md b/claude-rules/working-files.md index 9a72702..2432268 100644 --- a/claude-rules/working-files.md +++ b/claude-rules/working-files.md @@ -120,7 +120,7 @@ When the task is marked done: - *Inbox content* — `inbox/` and `daily-prep/` follow their own conventions (dated filenames, processed and moved on cadence). -## Implementation Note for Claude Sessions +## Implementation Note for Agent Sessions When the user starts a new task that's going to produce file artifacts: -- cgit v1.2.3