claude-dev-env 1.28.0 → 1.28.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-dev-env",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "description": "Claude Code development standards — rules, hooks, agents, commands, and skills",
5
5
  "type": "module",
6
6
  "bin": {
@@ -94,6 +94,7 @@ Then call `Agent`:
94
94
  ```
95
95
  Agent(
96
96
  subagent_type="clean-coder",
97
+ model="sonnet",
97
98
  description="qbug audit/fix cycle for PR <number>",
98
99
  prompt="<filled cycle XML; see § Subagent cycle prompt>",
99
100
  run_in_background=False