oh-my-customcode 0.171.0 → 0.172.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
|
@@ -160,6 +160,19 @@ steps:
|
|
|
160
160
|
- All pipeline steps execute normally with full skill spawns
|
|
161
161
|
- Log: "[compression-mode] standard mode (scope={n}, mixed/high-risk labels, large scope, or code logic change)"
|
|
162
162
|
|
|
163
|
+
## Cross-tier — Pre-Existing Converged Artifact Substitution
|
|
164
|
+
|
|
165
|
+
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:
|
|
166
|
+
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.
|
|
167
|
+
2. The artifact covers the scoped issues' domain (not stale or unrelated).
|
|
168
|
+
3. The substitution is for a PLANNING/VERIFICATION step ONLY — never for implement, verify-build, release, or ci-check.
|
|
169
|
+
|
|
170
|
+
If substituted, emit a MANDATORY justification log naming the artifact:
|
|
171
|
+
"[compression-mode] step '{step}' satisfied by converged artifact {ref} (substitution); skill spawn skipped"
|
|
172
|
+
If the artifact's convergence or domain coverage cannot be concretely asserted, do NOT substitute — spawn the skill.
|
|
173
|
+
|
|
174
|
+
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).
|
|
175
|
+
|
|
163
176
|
## Output
|
|
164
177
|
|
|
165
178
|
compression_mode ∈ {docs-only, lite, standard} as pipeline state for downstream steps.
|
package/templates/manifest.json
CHANGED
|
@@ -160,6 +160,19 @@ steps:
|
|
|
160
160
|
- All pipeline steps execute normally with full skill spawns
|
|
161
161
|
- Log: "[compression-mode] standard mode (scope={n}, mixed/high-risk labels, large scope, or code logic change)"
|
|
162
162
|
|
|
163
|
+
## Cross-tier — Pre-Existing Converged Artifact Substitution
|
|
164
|
+
|
|
165
|
+
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:
|
|
166
|
+
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.
|
|
167
|
+
2. The artifact covers the scoped issues' domain (not stale or unrelated).
|
|
168
|
+
3. The substitution is for a PLANNING/VERIFICATION step ONLY — never for implement, verify-build, release, or ci-check.
|
|
169
|
+
|
|
170
|
+
If substituted, emit a MANDATORY justification log naming the artifact:
|
|
171
|
+
"[compression-mode] step '{step}' satisfied by converged artifact {ref} (substitution); skill spawn skipped"
|
|
172
|
+
If the artifact's convergence or domain coverage cannot be concretely asserted, do NOT substitute — spawn the skill.
|
|
173
|
+
|
|
174
|
+
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).
|
|
175
|
+
|
|
163
176
|
## Output
|
|
164
177
|
|
|
165
178
|
compression_mode ∈ {docs-only, lite, standard} as pipeline state for downstream steps.
|