Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion plugins/dev-team/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions plugins/dev-team/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading