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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/manifest.json +1 -1
- package/templates/workflows/auto-dev.yaml +12 -1
package/dist/cli/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/templates/manifest.json
CHANGED
|
@@ -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
|
|
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
|