oh-my-customcode 0.171.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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -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}"
|
|
@@ -160,6 +165,19 @@ steps:
|
|
|
160
165
|
- All pipeline steps execute normally with full skill spawns
|
|
161
166
|
- Log: "[compression-mode] standard mode (scope={n}, mixed/high-risk labels, large scope, or code logic change)"
|
|
162
167
|
|
|
168
|
+
## Cross-tier — Pre-Existing Converged Artifact Substitution
|
|
169
|
+
|
|
170
|
+
Independent of the tier selected above, an INDIVIDUAL planning/verification step (triage / plan / deep-plan / deep-verify) MAY be satisfied by a pre-existing converged artifact instead of a fresh skill spawn — even in standard mode — when ALL of the following hold for that step:
|
|
171
|
+
1. A scoped issue carries (in its body or a linked artifact) a CONVERGED research/plan output equivalent to the step's skill — e.g. a `/research` multi-team analysis that explicitly converged, a `/deep-plan` artifact, or a prior `professor-triage`/`release-plan` output.
|
|
172
|
+
2. The artifact covers the scoped issues' domain (not stale or unrelated).
|
|
173
|
+
3. The substitution is for a PLANNING/VERIFICATION step ONLY — never for implement, verify-build, release, or ci-check.
|
|
174
|
+
|
|
175
|
+
If substituted, emit a MANDATORY justification log naming the artifact:
|
|
176
|
+
"[compression-mode] step '{step}' satisfied by converged artifact {ref} (substitution); skill spawn skipped"
|
|
177
|
+
If the artifact's convergence or domain coverage cannot be concretely asserted, do NOT substitute — spawn the skill.
|
|
178
|
+
|
|
179
|
+
This authorizes, under an audit log, a substitution that would otherwise be a standard-mode contract deviation. Origin: #1309 (a converged `/research` artifact was used in place of triage/plan/deep-plan under standard mode without an authorizing rule).
|
|
180
|
+
|
|
163
181
|
## Output
|
|
164
182
|
|
|
165
183
|
compression_mode ∈ {docs-only, lite, standard} as pipeline state for downstream steps.
|
package/templates/manifest.json
CHANGED
|
@@ -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}"
|
|
@@ -160,6 +165,19 @@ steps:
|
|
|
160
165
|
- All pipeline steps execute normally with full skill spawns
|
|
161
166
|
- Log: "[compression-mode] standard mode (scope={n}, mixed/high-risk labels, large scope, or code logic change)"
|
|
162
167
|
|
|
168
|
+
## Cross-tier — Pre-Existing Converged Artifact Substitution
|
|
169
|
+
|
|
170
|
+
Independent of the tier selected above, an INDIVIDUAL planning/verification step (triage / plan / deep-plan / deep-verify) MAY be satisfied by a pre-existing converged artifact instead of a fresh skill spawn — even in standard mode — when ALL of the following hold for that step:
|
|
171
|
+
1. A scoped issue carries (in its body or a linked artifact) a CONVERGED research/plan output equivalent to the step's skill — e.g. a `/research` multi-team analysis that explicitly converged, a `/deep-plan` artifact, or a prior `professor-triage`/`release-plan` output.
|
|
172
|
+
2. The artifact covers the scoped issues' domain (not stale or unrelated).
|
|
173
|
+
3. The substitution is for a PLANNING/VERIFICATION step ONLY — never for implement, verify-build, release, or ci-check.
|
|
174
|
+
|
|
175
|
+
If substituted, emit a MANDATORY justification log naming the artifact:
|
|
176
|
+
"[compression-mode] step '{step}' satisfied by converged artifact {ref} (substitution); skill spawn skipped"
|
|
177
|
+
If the artifact's convergence or domain coverage cannot be concretely asserted, do NOT substitute — spawn the skill.
|
|
178
|
+
|
|
179
|
+
This authorizes, under an audit log, a substitution that would otherwise be a standard-mode contract deviation. Origin: #1309 (a converged `/research` artifact was used in place of triage/plan/deep-plan under standard mode without an authorizing rule).
|
|
180
|
+
|
|
163
181
|
## Output
|
|
164
182
|
|
|
165
183
|
compression_mode ∈ {docs-only, lite, standard} as pipeline state for downstream steps.
|