claude-dev-env 1.22.1 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CLAUDE.md +4 -0
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -35,6 +35,10 @@
35
35
  - ☐ Tests (no existence checks, no constant value tests)
36
36
  - ☐ Self-checked before proposing?
37
37
 
38
+ ## Additional Non-overlapping Rules
39
+
40
+ - **task_scope:** Match every action to what was explicitly requested. When intent is ambiguous, research official docs and present options via AskUserQuestion before making any changes. Proceed with edits only on explicit instruction.
41
+
38
42
  ## Compaction
39
43
  When compacting, always preserve:
40
44
  - Active task and current goal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-dev-env",
3
- "version": "1.22.1",
3
+ "version": "1.23.0",
4
4
  "description": "Claude Code development standards — rules, hooks, agents, commands, and skills",
5
5
  "type": "module",
6
6
  "bin": {