Releases: existential-birds/beagle
Releases · existential-birds/beagle
v2.4.0
[2.4.0] - 2026-02-12
Added
- beagle-docs:
review-ai-writingskill and command — detect AI-generated writing patterns in docs, docstrings, commits, PR descriptions, and code comments using parallel subagents. Includes 6 reference files covering content, vocabulary, formatting, communication, filler, and code docs patterns (#63) - beagle-docs:
humanizeskill and command — apply fixes from a priorreview-ai-writingrun to humanize AI-generated developer text with safe/risky classification and developer voice guidelines (#63)
v2.3.1
[2.3.1] - 2026-02-11
Fixed
- beagle-core:
fetch-pr-feedbackandrespond-pr-feedbackcommands use file-based jq filters to avoid shell escaping issues with!=, regex patterns,<,>operators (#61) - beagle-testing:
gen-test-plannow prioritizes core functionality tests over config-only coverage — previously a new feature could generate 6 settings page tests but zero tests exercising the actual feature (#61)
v2.3.0
[2.3.0] - 2026-02-10
Added
- reviews: Review Convergence rules added to all 6 review commands (
review-python,review-go,review-tui,review-elixir,review-ios,review-frontend) — ensures reviews complete in 1-2 iterations instead of 5+ with single-pass completeness, scope rules, fix complexity budget, and iteration policy (#59) - reviews: Informational severity category added to all 6 verification protocols — observations that don't require changes are now captured separately from actionable issues (#59)
Changed
- reviews: Verdict criteria updated to only block on Critical/Major issues; Minor issues no longer block approval (#59)
v2.2.0
[2.2.0] - 2026-02-07
Added
- beagle-elixir:
elixir-writing-docsskill — Elixir documentation authoring patterns for@moduledoc,@doc, doctests, admonitions, and cross-references (#57) - beagle-elixir:
exdoc-configskill — ExDoc configuration for mix.exs, cheatsheets, livebooks, extras, and advanced formatting (#57) - beagle-elixir:
elixir-docs-reviewskill — review Elixir documentation for quality, spec coverage, and completeness (#57)
v2.1.1
[2.1.1] - 2026-02-07
Fixed
- beagle-core: Move noise stripping into jq pipelines for
fetch-pr-feedbackcommand — bot reviewer comments (e.g. CodeRabbit) contained massive<details>blocks and HTML noise inflating feedback files; stripping now happens at the jq level with a 4000-char per-comment safety net (#55)
v2.1.0
[2.1.0] - 2026-02-07
Added
- beagle-go:
go-architectskill — project structure, dependency injection, graceful shutdown patterns - beagle-go:
go-concurrency-webskill — worker pools, rate limiting, race detection for web services - beagle-go:
go-data-persistenceskill — sqlx/pgx patterns, transactions, migrations, connection pooling - beagle-go:
go-middlewareskill — net/http middleware chains, slog structured logging, context propagation, error handling - beagle-go:
go-web-expertskill — net/http server patterns, request validation, handler testing
Changed
- beagle-go: Enhanced
go-code-reviewwith functional options and sync.Pool patterns - beagle-go: Enhanced
go-testing-code-reviewwith benchmarks, fuzz tests, HTTP handler tests, and golden file patterns - docs: Add DeepWiki badge to README
v2.0.3
v2.0.2
[2.0.2] - 2026-02-06
Fixed
- marketplace: Add deprecated
beaglestub plugin for backward compatibility — users with the pre-v2beagle@existential-birdsreference no longer get load errors on startup (#49)
Changed
- license: Switch from MIT to Apache License 2.0
Added
- Upgrade notice in README with uninstall instructions for the old monolithic plugin