claude-dev-env 2.21.2 → 2.22.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.
@@ -6,6 +6,7 @@ description: >-
6
6
  correction, plan, or stop. Triggers: '/orchestrator', 'orchestrator
7
7
  strategy', 'run with an orchestrator', 'executor-advisor mode',
8
8
  'orchestrator enforcement', 'agent routing', 'orchestrate'.
9
+ disable-model-invocation: true
9
10
  ---
10
11
 
11
12
  # Orchestrator Strategy
@@ -48,6 +48,7 @@ with the user.
48
48
  | `pr-name-by-capability` | Find driver or motive words on reusable capability surfaces | Naming findings and rename directions |
49
49
  | `pr-small-cl` | Choose one coherent pull request or an ordered replacement stack | Focused boundary and dependencies |
50
50
  | `source-command-sr-loop` | Run `e-simplify`, then `e-code-review low --fix` until clean | Review passes, fixes, and validation |
51
+ | `pr-summarizer` (repo-local) | When the repository under cleanup ships `.claude/skills/pr-summarizer/`, run it after Ready and post the secret-gist preview comment | Preview URL and comment confirmation |
51
52
 
52
53
  ## Task seeding
53
54
 
@@ -89,7 +90,12 @@ review passes, fixes, skips, tests, and commit SHAs.
89
90
 
90
91
  ### 6. Promote and report
91
92
 
92
- After the applicable gate passes, complete the [Finish report](#finish-report).
93
+ After the applicable gate passes, when the repository under cleanup includes
94
+ `.claude/skills/pr-summarizer/SKILL.md`, load and run that skill for each pull
95
+ request promoted to Ready in this cleanup run. Post the secret gist preview as a
96
+ pull request comment before completing the [Finish report](#finish-report).
97
+
98
+ When the skill is absent, record `N/A` for the summary step and continue.
93
99
 
94
100
  ## Promotion gates
95
101
 
@@ -110,6 +116,9 @@ Reapply every relevant fix to the child. Rerun child tests, `e-simplify`, and
110
116
  `e-code-review` after the merge. Record the new child head and every validation
111
117
  result before promoting the child to Ready.
112
118
 
119
+ When the repository ships `pr-summarizer`, run it on the child after child Ready
120
+ promotion if the child is in scope for this cleanup run.
121
+
113
122
  Use `reference/task-seeds.md` and `reference/process-inventory.md` to record promotion evidence.
114
123
 
115
124
  ## Finish report
@@ -118,6 +127,7 @@ Use `reference/task-seeds.md` and `reference/process-inventory.md` to record pro
118
127
  - `pr-refinement` outcome.
119
128
  - `source-command-sr-loop` passes, commits, and validation results.
120
129
  - Parent-ready and child-ready SHAs when a child is promoted.
130
+ - `pr-summarizer` preview URLs and comment confirmation for each Ready pull request, or `N/A` when the repo does not ship the skill.
121
131
  - Remaining hard block, or `null`.
122
132
 
123
133
  ## File index
@@ -125,5 +135,5 @@ Use `reference/task-seeds.md` and `reference/process-inventory.md` to record pro
125
135
  | Path | Purpose |
126
136
  |---|---|
127
137
  | `SKILL.md` | Hub for refinement, cleanup convergence, promotion gates, and reporting |
128
- | `reference/task-seeds.md` | Ordered session tasks for audits, delivery, validation, and promotion |
138
+ | `reference/task-seeds.md` | Ordered session tasks for audits, delivery, validation, promotion, and summary |
129
139
  | `reference/process-inventory.md` | Process classes, evidence homes, and paired task checks |
@@ -8,8 +8,10 @@
8
8
  | Apply or disposition findings | judgment | `SKILL.md` and `task-seed:reference/task-seeds.md` | Changed diff or exact disposition | task-tool |
9
9
  | Validate parent head | deterministic | `task-seed:reference/task-seeds.md` | Scoped test and confirmation results | task-tool |
10
10
  | Promote parent and record exact Ready SHA | deterministic | `task-seed:reference/task-seeds.md` | Remote parent Ready state and SHA | task-tool |
11
+ | Post parent PR summary gist comment | deterministic | `SKILL.md` and `task-seed:reference/task-seeds.md` | Preview URL, comment confirmation, or `N/A` | task-tool |
11
12
  | Merge exact parent SHA into child | deterministic | `task-seed:reference/task-seeds.md` | Child merge commit and parent SHA | task-tool |
12
13
  | Prove parent SHA ancestry | deterministic | `task-seed:reference/task-seeds.md` | `git merge-base --is-ancestor` exit code `0` | task-tool |
13
14
  | Reapply relevant fixes to child | judgment | `SKILL.md` and `task-seed:reference/task-seeds.md` | Child diff and reapplication record | task-tool |
14
15
  | Validate child and rerun confirmations | deterministic | `task-seed:reference/task-seeds.md` | New child-head tests, simplify, and review results | task-tool |
15
16
  | Promote child and report | deterministic | `task-seed:reference/task-seeds.md` | Child Ready state and finish report | task-tool |
17
+ | Post child PR summary gist comment | deterministic | `SKILL.md` and `task-seed:reference/task-seeds.md` | Preview URL, comment confirmation, or `N/A` | task-tool |
@@ -11,10 +11,12 @@ each task with evidence from the stated gate.
11
11
  6. Select, apply, validate, or exactly disposition every actionable preflight finding in the one-agent parent cleanup worktree.
12
12
  7. Run parent scoped tests and cleanup/review confirmation checks.
13
13
  8. Promote the parent to Ready and record the exact remote `parent_ready_sha`.
14
- 9. Create the child from its intended pre-parent base and merge the exact `parent_ready_sha`.
15
- 10. Prove `parent_ready_sha` is an ancestor of the child head and record the exit code.
16
- 11. Reapply every relevant preflight fix to the child.
17
- 12. Run child scoped tests on the new child head.
18
- 13. Rerun `e-simplify` and `e-code-review` on the new child head.
19
- 14. Promote the child to Ready after all child evidence passes.
20
- 15. Write the finish report with SHAs, evidence, states, and hard blocks.
14
+ 9. When `.claude/skills/pr-summarizer/SKILL.md` exists in the repository under cleanup, run that skill on the parent and post the gist preview comment; otherwise record `N/A`.
15
+ 10. Create the child from its intended pre-parent base and merge the exact `parent_ready_sha`.
16
+ 11. Prove `parent_ready_sha` is an ancestor of the child head and record the exit code.
17
+ 12. Reapply every relevant preflight fix to the child.
18
+ 13. Run child scoped tests on the new child head.
19
+ 14. Rerun `e-simplify` and `e-code-review` on the new child head.
20
+ 15. Promote the child to Ready after all child evidence passes.
21
+ 16. When the repository ships `pr-summarizer` and the child is in scope, run it on the child and post the gist preview comment; otherwise record `N/A`.
22
+ 17. Write the finish report with SHAs, evidence, summary preview URLs, states, and hard blocks.
@@ -5,6 +5,7 @@ description: >-
5
5
  it before substantive work, completion, commits, or when stuck. Triggers:
6
6
  'team-advisor', 'team advisor', 'second opinion', 'advisor', 'consult',
7
7
  'verify', 'validate', 'commit', 'push'.
8
+ disable-model-invocation: true
8
9
  ---
9
10
 
10
11
  # Team Advisor
package/AGENTS.md CHANGED
@@ -1,4 +1,4 @@
1
- # Scope
1
+ Avoid all redundant text for all output. IE: instead of "the review found 2 real issues", simply state "the review found 2 issues".
2
2
 
3
3
  ## User-facing language hierarchy
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-dev-env",
3
- "version": "2.21.2",
3
+ "version": "2.22.0",
4
4
  "description": "Claude Code development standards — rules, hooks, agents, commands, and skills",
5
5
  "type": "module",
6
6
  "bin": {