Skip to content

Commit ed1649c

Browse files
anderskevclaude
andauthored
chore(release): 4.3.0 (#137)
* 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>
1 parent 0ac007a commit ed1649c

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Framework-aware code review skills and workflows for modern development",
9-
"version": "4.2.0"
9+
"version": "4.3.0"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version
66

77
## [Unreleased]
88

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+
918
### 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))
1221

1322
## [4.2.0] - 2026-06-08
1423

@@ -513,7 +522,8 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version
513522
- Development commands: `skill-builder`, `ensure-docs`
514523
- Cursor IDE command equivalents
515524

516-
[Unreleased]: https://github.com/existential-birds/beagle/compare/v4.2.0...HEAD
525+
[Unreleased]: https://github.com/existential-birds/beagle/compare/v4.3.0...HEAD
526+
[4.3.0]: https://github.com/existential-birds/beagle/compare/v4.2.0...v4.3.0
517527
[4.2.0]: https://github.com/existential-birds/beagle/compare/v4.1.0...v4.2.0
518528
[4.1.0]: https://github.com/existential-birds/beagle/compare/v4.0.0...v4.1.0
519529
[4.0.0]: https://github.com/existential-birds/beagle/compare/v3.11.0...v4.0.0

plugins/beagle-analysis/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beagle-analysis",
33
"description": "Architecture analysis, brainstorming, ADR generation, LLM-as-judge comparison, and spec gap resolution.",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"author": {
66
"name": "Existential Birds, LLC",
77
"email": "tech@existentialbirds.com"

plugins/beagle-docs/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beagle-docs",
33
"description": "Documentation quality, generation, and improvement using Diataxis principles. Pairs with beagle-core for full workflow.",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"author": {
66
"name": "Existential Birds, LLC",
77
"email": "tech@existentialbirds.com"

0 commit comments

Comments
 (0)