claude-dev-env 2.23.0 → 2.24.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.
|
@@ -13,6 +13,11 @@ Run the converging cleanup loop on the target the user names (a PR URL,
|
|
|
13
13
|
a branch, or blank for the current branch's diff). Each phase invokes an
|
|
14
14
|
existing skill and repeats it until a pass returns zero new findings.
|
|
15
15
|
|
|
16
|
+
### Effort
|
|
17
|
+
|
|
18
|
+
Set every model call to `max` effort. If that model has no `max` effort, use
|
|
19
|
+
`xhigh`.
|
|
20
|
+
|
|
16
21
|
### Stack context
|
|
17
22
|
|
|
18
23
|
Before any fixes, load and review the full PR stack, from its base through the
|
package/commands/sr-loop.md
CHANGED
|
@@ -10,6 +10,11 @@ tool and repeats it until a pass returns zero new findings.
|
|
|
10
10
|
Use `rules/asd-ste100-language.md` for user-facing wording. Keep the loop's
|
|
11
11
|
cleanup, verification, commit, push, and finish-report fields.
|
|
12
12
|
|
|
13
|
+
## Effort
|
|
14
|
+
|
|
15
|
+
Set every model call to `max` effort. If that model has no `max` effort, use
|
|
16
|
+
`xhigh`.
|
|
17
|
+
|
|
13
18
|
## Stack context
|
|
14
19
|
|
|
15
20
|
Before any fixes, load and review the full PR stack, from its base through the
|