oh-my-customcode 0.182.0 → 1.0.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
|
@@ -306,9 +306,12 @@ steps:
|
|
|
306
306
|
[ -f scripts/verify-version-sync.sh ] && bash scripts/verify-version-sync.sh || echo "::warning::verify-version-sync.sh not found, version sync verification skipped"
|
|
307
307
|
(verify-version-sync.sh 가 exit 1 시 release 단계 halt)
|
|
308
308
|
|
|
309
|
-
Version decision (semver):
|
|
309
|
+
Version decision (semver) — PATCH-PREFERRED policy (post-1.0.0):
|
|
310
310
|
- No existing tags → v0.1.0
|
|
311
|
-
- Previous tag exists → patch
|
|
311
|
+
- Previous tag exists → DEFAULT to patch. When in doubt, patch — do NOT reflexively bump minor for rule/doc/skill edits.
|
|
312
|
+
- patch (DEFAULT): rule/doc/skill/config/wiki/workflow changes, bugfixes, hardening, CC-compat notes — the vast majority of this project's changes
|
|
313
|
+
- minor: ONLY a genuinely NEW user-facing capability (a new skill/agent/command adding user-visible surface), not a refinement of an existing one
|
|
314
|
+
- major: breaking changes to user-facing contracts (CLI flags, public skill/command names, public API), or a deliberate milestone declaration (e.g., v1.0.0)
|
|
312
315
|
- Previous tag is ahead of source version (e.g., tag v0.136.1, package.json 0.136.0): use next available skip-version (0.136.2)
|
|
313
316
|
|
|
314
317
|
2. Release notes via omcustom-release-notes skill
|
package/templates/manifest.json
CHANGED
|
@@ -306,9 +306,12 @@ steps:
|
|
|
306
306
|
[ -f scripts/verify-version-sync.sh ] && bash scripts/verify-version-sync.sh || echo "::warning::verify-version-sync.sh not found, version sync verification skipped"
|
|
307
307
|
(verify-version-sync.sh 가 exit 1 시 release 단계 halt)
|
|
308
308
|
|
|
309
|
-
Version decision (semver):
|
|
309
|
+
Version decision (semver) — PATCH-PREFERRED policy (post-1.0.0):
|
|
310
310
|
- No existing tags → v0.1.0
|
|
311
|
-
- Previous tag exists → patch
|
|
311
|
+
- Previous tag exists → DEFAULT to patch. When in doubt, patch — do NOT reflexively bump minor for rule/doc/skill edits.
|
|
312
|
+
- patch (DEFAULT): rule/doc/skill/config/wiki/workflow changes, bugfixes, hardening, CC-compat notes — the vast majority of this project's changes
|
|
313
|
+
- minor: ONLY a genuinely NEW user-facing capability (a new skill/agent/command adding user-visible surface), not a refinement of an existing one
|
|
314
|
+
- major: breaking changes to user-facing contracts (CLI flags, public skill/command names, public API), or a deliberate milestone declaration (e.g., v1.0.0)
|
|
312
315
|
- Previous tag is ahead of source version (e.g., tag v0.136.1, package.json 0.136.0): use next available skip-version (0.136.2)
|
|
313
316
|
|
|
314
317
|
2. Release notes via omcustom-release-notes skill
|