aboutsummaryrefslogtreecommitdiff
path: root/claude-rules/testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'claude-rules/testing.md')
-rw-r--r--claude-rules/testing.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/claude-rules/testing.md b/claude-rules/testing.md
index b91b76c..02c6ce0 100644
--- a/claude-rules/testing.md
+++ b/claude-rules/testing.md
@@ -275,3 +275,7 @@ If you catch yourself thinking any of these, stop and write the test.
- Non-deterministic tests (random without seed, network in unit tests)
- Testing framework behavior instead of your code
- Ignoring or skipping failing tests without a tracking issue
+
+## Content scope
+
+Test code, fixtures, docstrings, and comments are checked into the repo and visible to the team. They must follow the *Content scope for public artifacts* rule in [`commits.md`](commits.md): no local paths, no private repo names, no personal tooling references.