oh-my-customcode 0.65.0 → 0.65.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/README.md CHANGED
@@ -30,8 +30,8 @@ npm install -g oh-my-customcode && cd your-project && omcustom init
30
30
  | **Graph Accessibility** | WCAG keyboard navigation, aria-live announcements, skip link, focus-visible, reduced-motion support |
31
31
  | **CI Lockfile-Sync Gate** | New CI job validates bun.lockb consistency before lint/test |
32
32
  | **Token Optimization** | HTML comment technique reduces CLAUDE.md from 550→286 lines (48% reduction) |
33
- | **Workflow Engine** | YAML-defined workflow pipelines with `auto-dev` 7-step release batch |
34
- | **CC v2.1.83–v2.1.85 Compat** | Conditional hook `if` field, CwdChanged/FileChanged events, managed-settings.d |
33
+ | **Workflow Engine** | YAML-defined workflow pipelines with `auto-dev` 8-step release batch |
34
+ | **CC v2.1.83–v2.1.87 Compat** | Conditional hook `if` field, CwdChanged/FileChanged events, managed-settings.d |
35
35
 
36
36
  ---
37
37
 
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.65.0",
9328
+ version: "0.65.1",
9329
9329
  description: "Batteries-included agent harness for Claude Code",
9330
9330
  type: "module",
9331
9331
  bin: {
package/dist/index.js CHANGED
@@ -1674,7 +1674,7 @@ var package_default = {
1674
1674
  workspaces: [
1675
1675
  "packages/*"
1676
1676
  ],
1677
- version: "0.65.0",
1677
+ version: "0.65.1",
1678
1678
  description: "Batteries-included agent harness for Claude Code",
1679
1679
  type: "module",
1680
1680
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.65.0",
6
+ "version": "0.65.1",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.65.0",
2
+ "version": "0.65.1",
3
3
  "lastUpdated": "2026-03-24T00:00:00.000Z",
4
4
  "components": [
5
5
  {
@@ -1,12 +1,17 @@
1
1
  # /omcustom:workflow auto-dev — Full-auto release pipeline
2
- # Collects verify-done issues → triage → plan → implement → verify → PR → followup
2
+ # Pre-triages professor-labeled issues → triage verify-done → plan → implement → verify → PR → followup
3
3
 
4
4
  name: auto-dev
5
- description: "verify-done issues release batch: triage → plan → implement → verify → PR → followup"
5
+ description: "Full-auto release pipeline: pre-triage → triage → plan → implement → verify → PR → followup"
6
6
  mode: auto
7
7
  error: halt-and-report
8
8
 
9
9
  steps:
10
+ - name: pre-triage
11
+ skill: professor-triage
12
+ description: Run professor-triage on professor-labeled issues that lack verify-done label
13
+ condition: "issues with label:professor but NOT label:verify-done exist"
14
+
10
15
  - name: triage
11
16
  skill: professor-triage
12
17
  description: Cross-analyze verify-done issues with omc_issue_analyzer comments