oh-my-customcode 0.172.0 → 0.173.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.
package/dist/cli/index.js CHANGED
@@ -241,7 +241,7 @@ var init_package = __esm(() => {
241
241
  workspaces: [
242
242
  "packages/*"
243
243
  ],
244
- version: "0.172.0",
244
+ version: "0.173.0",
245
245
  description: "Batteries-included agent harness for Claude Code",
246
246
  type: "module",
247
247
  bin: {
package/dist/index.js CHANGED
@@ -2031,7 +2031,7 @@ var package_default = {
2031
2031
  workspaces: [
2032
2032
  "packages/*"
2033
2033
  ],
2034
- version: "0.172.0",
2034
+ version: "0.173.0",
2035
2035
  description: "Batteries-included agent harness for Claude Code",
2036
2036
  type: "module",
2037
2037
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.172.0",
6
+ "version": "0.173.0",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -147,7 +147,12 @@ steps:
147
147
  - plan step: MAY replace release-plan skill spawn with orchestrator integrated analysis
148
148
  - deep-plan step: MAY replace deep-plan skill spawn with orchestrator integrated analysis
149
149
  - deep-verify step: perform via mgr-sauron R017 structural verification + core self-check
150
- (instead of full deep-verify skill spawn)
150
+ (instead of full deep-verify skill spawn). If the change set has NO structural surface
151
+ (no agent/skill/guide/rule frontmatter changed — e.g. a workflow-yaml-only or docs-only change),
152
+ the mgr-sauron R017 spawn MAY be skipped and replaced by deterministic self-check
153
+ (template-sync + md5 multi-copy + counts + bun test), under a MANDATORY justification log:
154
+ "[compression-mode] lite deep-verify — R017 spawn skipped (no structural surface); deterministic self-check only".
155
+ (#1311, extends #1309 substitution principle.)
151
156
  - implement / verify-build / release / ci-check / post-release-followup: execute normally (no compression)
152
157
  - MANDATORY justification log (REQUIRED whenever a skill stage is replaced by integrated analysis):
153
158
  "[compression-mode] lite — skill 단계 통합 분석 대체. 정당화: scope={n}, 모든 이슈 저위험(라벨 {labels}), 구현 대상 이슈 본문 명시 {issue_refs}"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.172.0",
2
+ "version": "0.173.0",
3
3
  "lastUpdated": "2026-05-20T00:00:00.000Z",
4
4
  "omcustomMinClaudeCode": "2.1.121",
5
5
  "omcustomMinClaudeCodeReason": "Sensitive-path direct Write/Edit on .claude/** under bypassPermissions (R010 deprecation, #1101)",
@@ -147,7 +147,12 @@ steps:
147
147
  - plan step: MAY replace release-plan skill spawn with orchestrator integrated analysis
148
148
  - deep-plan step: MAY replace deep-plan skill spawn with orchestrator integrated analysis
149
149
  - deep-verify step: perform via mgr-sauron R017 structural verification + core self-check
150
- (instead of full deep-verify skill spawn)
150
+ (instead of full deep-verify skill spawn). If the change set has NO structural surface
151
+ (no agent/skill/guide/rule frontmatter changed — e.g. a workflow-yaml-only or docs-only change),
152
+ the mgr-sauron R017 spawn MAY be skipped and replaced by deterministic self-check
153
+ (template-sync + md5 multi-copy + counts + bun test), under a MANDATORY justification log:
154
+ "[compression-mode] lite deep-verify — R017 spawn skipped (no structural surface); deterministic self-check only".
155
+ (#1311, extends #1309 substitution principle.)
151
156
  - implement / verify-build / release / ci-check / post-release-followup: execute normally (no compression)
152
157
  - MANDATORY justification log (REQUIRED whenever a skill stage is replaced by integrated analysis):
153
158
  "[compression-mode] lite — skill 단계 통합 분석 대체. 정당화: scope={n}, 모든 이슈 저위험(라벨 {labels}), 구현 대상 이슈 본문 명시 {issue_refs}"