@mutmutco/codex-plugin 3.139.12 → 4.0.1
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/.codex-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/skills/release/SKILL.md +16 -5
package/package.json
CHANGED
package/skills/release/SKILL.md
CHANGED
|
@@ -440,11 +440,22 @@ Before running `--apply` for MMI-Hub, resolve the real tag first:
|
|
|
440
440
|
`v2.43.0`) in summaries, Slack, chat, and the final report; never a placeholder like `vX.Y.0` or
|
|
441
441
|
`v0.x.0`.
|
|
442
442
|
|
|
443
|
-
Write
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
443
|
+
**Write the announcement per `docs/Guides/release-notes.md`** — the canonical org guide for every
|
|
444
|
+
release type. It is the authoritative contract; follow it and its checklist before posting. Key rules:
|
|
445
|
+
|
|
446
|
+
- **Audience is the whole org** — no issue/PR numbers, repo names, commit SHAs, or internal tool jargon.
|
|
447
|
+
- **Scale length and depth by release type** (major > minor > patch > hotfix): a major is a broad,
|
|
448
|
+
migration-focused announcement; a minor is scannable grouped bullets; a patch is factual and minimal;
|
|
449
|
+
a hotfix is incident-style (impact/status/workaround) with a concise durable note.
|
|
450
|
+
- **Front-load**: one lead sentence stating the most important thing, then grouped bold sections;
|
|
451
|
+
breaking changes and required actions get their own visible section.
|
|
452
|
+
- **Benefits, active voice, addressed to the reader** — no hype, no internal identifiers.
|
|
453
|
+
|
|
454
|
+
Write the curated summary to a fresh temp file (`f=$(mktemp tmp/release-summary.XXXXXX)`, so a stale prior
|
|
455
|
+
summary is never reused). Source from **Hub PR titles only** (`origin/main..origin/development` on
|
|
456
|
+
`mutmutco/MMI-Hub`), but **rewrite** each line in neutral Hub-subsystem terms (CLI, skills, plugin,
|
|
457
|
+
workflows, registry, deploy hub) and to the release-type depth the guide demands — **never** a
|
|
458
|
+
product or brand name (FoFu, Katip, etc.) anywhere in the summary file, Slack post, chat, or release
|
|
448
459
|
report. Product names are allowed only when releasing **that product's repo**. Then pass the file through:
|
|
449
460
|
`mmi-cli devops release --apply --announce-summary-file "$f"`. After the GitHub Release publishes, the CLI posts
|
|
450
461
|
the summary to the org alerts channel as the MMI-Future Slack app (token + channel from SSM at run time).
|