oh-my-customcode 0.59.0 → 0.59.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/dist/cli/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -156,7 +156,7 @@ Template:
|
|
|
156
156
|
## Pending Actions (Confirmation Required)
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
**5B: Issue comments** — Delegate to mgr-gitnerd to post on each analyzed issue:
|
|
159
|
+
**5B: Issue comments (MANDATORY)** — Every analyzed issue MUST receive a triage comment. This is not optional — even for issues created in the same session or with existing analysis. Skipping comments breaks the triage audit trail. Delegate to mgr-gitnerd to post on each analyzed issue:
|
|
160
160
|
|
|
161
161
|
```
|
|
162
162
|
## 🔬 Professor Triage — Cross-Analysis Result
|
|
@@ -170,6 +170,15 @@ Template:
|
|
|
170
170
|
_Cross-analyzed by `/professor-triage` with {N} related issues_
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
+
### Phase 5C: Comment Verification Gate
|
|
174
|
+
|
|
175
|
+
Before proceeding to Phase 6, verify ALL analyzed issues received comments:
|
|
176
|
+
```bash
|
|
177
|
+
# For each issue NNN in the batch:
|
|
178
|
+
gh issue view NNN --json comments --jq '.comments | map(select(.body | contains("Professor Triage"))) | length'
|
|
179
|
+
# Must be >= 1 for every issue. If any is 0, Phase 5B was skipped — go back and post.
|
|
180
|
+
```
|
|
181
|
+
|
|
173
182
|
### Phase 6: Act
|
|
174
183
|
|
|
175
184
|
Delegate ALL GitHub operations to mgr-gitnerd.
|
package/templates/manifest.json
CHANGED