You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(release): 4.3.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs(changelog): note daydream review bot CI in 4.3.0
The daydream review workflows (#138) merged to main and will ship in the
v4.3.0 tag, so document them in the 4.3.0 changelog section.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,18 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version
6
6
7
7
## [Unreleased]
8
8
9
+
## [4.3.0] - 2026-06-16
10
+
11
+
### Added
12
+
-**CI:** Added the daydream review bot as three GitHub Actions workflows under `.github/workflows/` (analyze → command → post), so beagle PRs are reviewed by [daydream](https://github.com/existential-birds/daydream) with findings posted as inline comments via a GitHub App. The review job is Codex-backed (`daydream --review --backend codex`); all jobs run on Blacksmith runners. This is repo infrastructure and does not change any installable plugin ([#138](https://github.com/existential-birds/beagle/pull/138))
13
+
-**beagle-docs:draft-docs**: Made the full Diataxis doc suite spec-compliant so it can draft and refine all four Diataxis types. `draft-docs` now drafts Tutorials and Explanations (previously only Reference/How-To) — keyword detection, ambiguity prompt, skill loading, generation guidance, publish menu, type gate, and checklist all cover the added types. Added a self-contained canonical reference (`docs-style/references/diataxis-compass.md`) with the two axes, 2×2 map, compass decision procedure, and quality model; `docs-style` now leads with type selection; `ensure-docs` gains a Diataxis type-balance lens; and the four type skills got fidelity polish ([#136](https://github.com/existential-birds/beagle/pull/136))
14
+
15
+
### Changed
16
+
-**beagle-analysis:brainstorm-beagle**: Added a Prior Art Check step — a neutral capability-keyword sweep across the whole workspace, run independent of issue/brief framing, so brownfield features can't be framed as new work that duplicates already-shipped, tested code. Treats "X was removed / doesn't exist" as a hypothesis to disprove, briefs any subagent with the keyword sweep rather than the narrative scope, and is wired into the workflow, self-review, and the spec-reviewer backstop checklist ([#135](https://github.com/existential-birds/beagle/pull/135))
17
+
9
18
### Fixed
10
-
-**Codex install:** Reworked `.codex/INSTALL.md` to link each skill directory individually into Codex's flat `~/.agents/skills/` path instead of linking whole plugin `skills/` directories, so each skill resolves as a top-level entry in Codex's namespace-free discovery. The installer now fails on unexpected duplicate skill names and links the canonical `beagle-core` copy of `review-verification-protocol`; `docs/README.codex.md` updated to match
11
-
-**Docs:** Corrected the marketplace skill count from 144 to 131 active skills in `README.md`, `CLAUDE.md`, and `AGENTS.md` (144 includes the 13 deprecated `beagle-ai` skills still on disk) and fixed the same counts in the 4.1.0 changelog entry. The commands → skills migration these docs describe shipped in [2.9.0]
19
+
-**Codex install:** Reworked `.codex/INSTALL.md` to link each skill directory individually into Codex's flat `~/.agents/skills/` path instead of linking whole plugin `skills/` directories, so each skill resolves as a top-level entry in Codex's namespace-free discovery. The installer now fails on unexpected duplicate skill names and links the canonical `beagle-core` copy of `review-verification-protocol`; `docs/README.codex.md` updated to match ([#134](https://github.com/existential-birds/beagle/pull/134))
20
+
-**Docs:** Corrected the marketplace skill count from 144 to 131 active skills in `README.md`, `CLAUDE.md`, and `AGENTS.md` (144 includes the 13 deprecated `beagle-ai` skills still on disk) and fixed the same counts in the 4.1.0 changelog entry. The commands → skills migration these docs describe shipped in [2.9.0] ([#134](https://github.com/existential-birds/beagle/pull/134))
12
21
13
22
## [4.2.0] - 2026-06-08
14
23
@@ -513,7 +522,8 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version
513
522
- Development commands: `skill-builder`, `ensure-docs`
0 commit comments