From d5243fe795482967367002f821d6b62642e962e8 Mon Sep 17 00:00:00 2001 From: REPPL <77722411+REPPL@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:58:15 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20roll=20v0.4.0=20=E2=80=94=20the=20clea?= =?UTF-8?q?n-cutover=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assembles the [Unreleased] block into a dated heading per the derived-changelog plan's cutover: the last hand-cut release before abcd launch ship takes over. Introduces the Breaking section the file header promises (first pre-1.0 breaking release): the strict banned_tokens schema (iss-51) moves there from Changed, and the two Fixed sections merge into one. breaking -> minor under the pre-1.0 rule, so 0.3.0 -> 0.4.0. The tag this heading triggers will be the first release whose tree carries the surface baseline, unwedging every future derived cut. Assisted-by: Claude:claude-fable-5 --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f6ee0..866231e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,9 @@ called out in a **Breaking** section. ## [Unreleased] -### Fixed +## [0.4.0] - 2026-07-22 -- **The published plugin now ships its agents and hooks.** The launch payload's - include list named neither the `agents/` nor the `hooks/` surface directory, - so the released bundle omitted both — the plugin installed without its agents - and without its hook wiring. Both directories are added to the payload - includes, and a bundle-completeness check now fails if any auto-discovered - plugin-surface directory present on disk is neither included nor explicitly - excluded with a reason, so a newly-added surface can never be silently dropped. -### Changed +### Breaking - **The record-lint banlist now requires a machine-readable successor and context.** Every `banned_tokens` entry must declare a non-empty `successor` @@ -72,6 +65,13 @@ called out in a **Breaking** section. ### Fixed +- **The published plugin now ships its agents and hooks.** The launch payload's + include list named neither the `agents/` nor the `hooks/` surface directory, + so the released bundle omitted both — the plugin installed without its agents + and without its hook wiring. Both directories are added to the payload + includes, and a bundle-completeness check now fails if any auto-discovered + plugin-surface directory present on disk is neither included nor explicitly + excluded with a reason, so a newly-added surface can never be silently dropped. - **The history-store bootstrap error names the verb that exists.** When a transcript capture found the store's owned directories absent, the preflight error told the user to "run `abcd install`" — a verb that does not exist. The