oh-my-customcodex 0.5.14 → 0.5.15

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
@@ -3091,7 +3091,7 @@ var init_package = __esm(() => {
3091
3091
  workspaces: [
3092
3092
  "packages/*"
3093
3093
  ],
3094
- version: "0.5.14",
3094
+ version: "0.5.15",
3095
3095
  requiresCC: ">=2.1.121",
3096
3096
  claudeCode: {
3097
3097
  minimumVersion: "2.1.121",
package/dist/index.js CHANGED
@@ -2316,7 +2316,7 @@ var package_default = {
2316
2316
  workspaces: [
2317
2317
  "packages/*"
2318
2318
  ],
2319
- version: "0.5.14",
2319
+ version: "0.5.15",
2320
2320
  requiresCC: ">=2.1.121",
2321
2321
  claudeCode: {
2322
2322
  minimumVersion: "2.1.121",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.5.14",
6
+ "version": "0.5.15",
7
7
  "requiresCC": ">=2.1.121",
8
8
  "claudeCode": {
9
9
  "minimumVersion": "2.1.121",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.14",
2
+ "version": "0.5.15",
3
3
  "requiresCC": ">=2.1.121",
4
4
  "claudeCode": {
5
5
  "minimumVersion": "2.1.121",
@@ -74,9 +74,20 @@ steps:
74
74
  Gate transparency:
75
75
  - Do not add or change labels solely to qualify for docs-only or lite mode.
76
76
  - If labels were changed during triage and affect compression eligibility, state that fact in the mode decision.
77
+ - Whenever a skill stage is replaced by integrated analysis, log a concrete justification:
78
+ `[compression-mode] lite — skill stage replaced by integrated analysis; scope={n}; low-risk evidence={issue_refs}`.
79
+ - If the justification cannot be stated concretely, do not compress that stage; run the full skill.
80
+
81
+ Cross-tier pre-existing converged artifact substitution:
82
+ - A triage, plan, deep-plan, or deep-verify step may be satisfied by an existing converged research/plan/verification artifact instead of a fresh skill spawn, even in standard mode.
83
+ - The artifact must explicitly cover the scoped issue domain, be current for the release scope, and provide output equivalent to the skipped step.
84
+ - This substitution never applies to implement, verify-build, release, publish, or CI/publish verification.
85
+ - Log the artifact path or URL and why it is equivalent before substituting.
77
86
 
78
87
  In docs-only mode, replace heavyweight triage/plan/deep-plan/deep-verify spawns with direct summaries plus local self-review.
79
88
  In lite mode, keep a concise implementation plan and local self-review, but still run verify-build.
89
+ In lite mode deep-verify, if the change set has no structural surface (for example workflow-YAML/docs-only with no agent/skill/guide/rule frontmatter changes), the R017/deep-verify spawn may be skipped and replaced by deterministic self-checks: template parity, multi-copy checksum, YAML parse, and the normal verify-build gate. Log:
90
+ `[compression-mode] lite deep-verify — R017 spawn skipped (no structural surface); deterministic self-check only`.
80
91
  Otherwise use standard mode.
81
92
  Output the selected compression_mode for downstream steps.
82
93
  description: Evaluate docs-only compression eligibility
@@ -130,7 +141,7 @@ steps:
130
141
  - name: verify
131
142
  depends_on: verify-build
132
143
  skill: deep-verify
133
- description: Multi-angle release quality verification; self-review checklist only if compression_mode=docs-only
144
+ description: Multi-angle release quality verification; self-review checklist if compression_mode=docs-only, or deterministic self-check in lite mode when no structural surface changed
134
145
 
135
146
  - name: release
136
147
  depends_on: verify