diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 61d3de291..f3f5dae07 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -18,11 +18,11 @@ "repository": "https://github.com/bdfinst/agentic-dev-team", "source": { "path": "plugins/dev-team", - "ref": "dev-team-v13.2.0", + "ref": "dev-team-v13.3.0", "source": "git-subdir", "url": "https://github.com/bdfinst/agentic-dev-team.git" }, - "version": "13.2.0" + "version": "13.3.0" }, { "author": { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a07e124b6..2be095c33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "plugins/dev-team": "13.2.0", + "plugins/dev-team": "13.3.0", "plugins/security-assessment": "3.7.5", "plugins/marketplace-dev": "1.2.3" } diff --git a/plugins/dev-team/.claude-plugin/plugin.json b/plugins/dev-team/.claude-plugin/plugin.json index 456941473..083bb6b90 100644 --- a/plugins/dev-team/.claude-plugin/plugin.json +++ b/plugins/dev-team/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dev-team", - "version": "13.2.0", + "version": "13.3.0", "description": "Persona-driven AI development team: orchestrator, team agents, review agents, skills (agent-loaded and user-invocable slash commands), and advisory hooks for Claude Code", "author": { "name": "finsterb", diff --git a/plugins/dev-team/CHANGELOG.md b/plugins/dev-team/CHANGELOG.md index b9d2e2ec2..5d0a1be66 100644 --- a/plugins/dev-team/CHANGELOG.md +++ b/plugins/dev-team/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [13.3.0](https://github.com/bdfinst/agentic-dev-team/compare/dev-team-v13.2.0...dev-team-v13.3.0) (2026-09-23) + + +### Features + +* **code-review:** scope backstop and repeat runs to the unreviewed delta ([#2199](https://github.com/bdfinst/agentic-dev-team/issues/2199)) ([b4e3ed1](https://github.com/bdfinst/agentic-dev-team/commit/b4e3ed1172733161c39a46b4d3ee05cbf6c9e448)) +* **hooks:** boundary-events write guard and per-lens verdict ledger ([#2195](https://github.com/bdfinst/agentic-dev-team/issues/2195)) ([210faa6](https://github.com/bdfinst/agentic-dev-team/commit/210faa6a51b13276dbf07a5ab1de905f684c0f98)) +* **review:** abort-on-cheap-blocker, countable test-review, tiered findings ([#2197](https://github.com/bdfinst/agentic-dev-team/issues/2197)) ([ee2bc42](https://github.com/bdfinst/agentic-dev-team/commit/ee2bc429e542976daa63a54901683d13d94f740e)) + + +### Bug Fixes + +* **agent-eval:** wire test-review Phase 0 into unit-tier dispatch ([#2198](https://github.com/bdfinst/agentic-dev-team/issues/2198)) ([f52f21a](https://github.com/bdfinst/agentic-dev-team/commit/f52f21afd4ee949a24bdc7041a1661f29c0f8c93)) + ## [13.2.0](https://github.com/bdfinst/agentic-dev-team/compare/dev-team-v13.1.2...dev-team-v13.2.0) (2026-09-22)