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
@@ -9325,7 +9325,7 @@ var init_package = __esm(() => {
9325
9325
  workspaces: [
9326
9326
  "packages/*"
9327
9327
  ],
9328
- version: "0.59.0",
9328
+ version: "0.59.1",
9329
9329
  description: "Batteries-included agent harness for Claude Code",
9330
9330
  type: "module",
9331
9331
  bin: {
package/dist/index.js CHANGED
@@ -1672,7 +1672,7 @@ var package_default = {
1672
1672
  workspaces: [
1673
1673
  "packages/*"
1674
1674
  ],
1675
- version: "0.59.0",
1675
+ version: "0.59.1",
1676
1676
  description: "Batteries-included agent harness for Claude Code",
1677
1677
  type: "module",
1678
1678
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.59.0",
6
+ "version": "0.59.1",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.59.0",
2
+ "version": "0.59.1",
3
3
  "lastUpdated": "2026-03-24T00:00:00.000Z",
4
4
  "components": [
5
5
  {