diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-23 21:31:09 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-23 21:31:09 -0400 |
| commit | 6ad044254ee6e7504429b4aba0ef39a71242e599 (patch) | |
| tree | 8559cd7e0c7bf3b5d5a0a23ed4879c30fd3f92e9 /claude-rules/working-files.md | |
| parent | 3da27255a6e0b2fdac9e124820aae567fa353644 (diff) | |
| download | rulesets-6ad044254ee6e7504429b4aba0ef39a71242e599.tar.gz rulesets-6ad044254ee6e7504429b4aba0ef39a71242e599.zip | |
refactor(rules): use agent-neutral language in shared rules
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.
Diffstat (limited to 'claude-rules/working-files.md')
| -rw-r--r-- | claude-rules/working-files.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
