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
12 changes: 6 additions & 6 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.0.0",
"ref": "dev-team-v13.1.0",
"source": "git-subdir",
"url": "https://github.com/bdfinst/agentic-dev-team.git"
},
"version": "13.0.0"
"version": "13.1.0"
},
{
"author": {
Expand All @@ -35,11 +35,11 @@
"repository": "https://github.com/bdfinst/agentic-dev-team",
"source": {
"path": "plugins/security-assessment",
"ref": "security-assessment-v3.7.4",
"ref": "security-assessment-v3.7.5",
"source": "git-subdir",
"url": "https://github.com/bdfinst/agentic-dev-team.git"
},
"version": "3.7.4"
"version": "3.7.5"
},
{
"author": {
Expand All @@ -52,11 +52,11 @@
"repository": "https://github.com/bdfinst/agentic-dev-team",
"source": {
"path": "plugins/marketplace-dev",
"ref": "marketplace-dev-v1.2.2",
"ref": "marketplace-dev-v1.2.3",
"source": "git-subdir",
"url": "https://github.com/bdfinst/agentic-dev-team.git"
},
"version": "1.2.2"
"version": "1.2.3"
}
]
}
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins/dev-team": "13.0.0",
"plugins/security-assessment": "3.7.4",
"plugins/marketplace-dev": "1.2.2"
"plugins/dev-team": "13.1.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.0.0",
"version": "13.1.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
32 changes: 32 additions & 0 deletions plugins/dev-team/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [13.1.0](https://github.com/bdfinst/agentic-dev-team/compare/dev-team-v13.0.0...dev-team-v13.1.0) (2026-09-08)


### Features

* **agents:** carry the blocker rule into the authoring lane ([#2138](https://github.com/bdfinst/agentic-dev-team/issues/2138)) ([af0bea0](https://github.com/bdfinst/agentic-dev-team/commit/af0bea0373073ca8be7a56aced757171ad8ad6d4))
* **agents:** split improper-mocking detection across the review lane ([#2139](https://github.com/bdfinst/agentic-dev-team/issues/2139)) ([acf4ff8](https://github.com/bdfinst/agentic-dev-team/commit/acf4ff8ef46da5afd280baabbf6ad35d14b2e5d4))
* **hooks:** wire the internal-double detector into a blocking gate ([#2137](https://github.com/bdfinst/agentic-dev-team/issues/2137)) ([6661d6a](https://github.com/bdfinst/agentic-dev-team/commit/6661d6afe955c06a706347a37dfbf42dedf57bc1))
* **knowledge:** author the internal-collaborator blocker rule ([#2133](https://github.com/bdfinst/agentic-dev-team/issues/2133)) ([f93eaaf](https://github.com/bdfinst/agentic-dev-team/commit/f93eaaf0c3489f1e754429cba8f5c91191672ebd))
* **setup:** ask about concise-response preference and append to CLAUDE.md ([#2112](https://github.com/bdfinst/agentic-dev-team/issues/2112)) ([488eb8e](https://github.com/bdfinst/agentic-dev-team/commit/488eb8ea7e4f40e4c8fcb5615307fa2cf8c6e723))
* **test-design:** add a language-neutral internal-double detector with waiver support ([#2136](https://github.com/bdfinst/agentic-dev-team/issues/2136)) ([9131d18](https://github.com/bdfinst/agentic-dev-team/commit/9131d18915eb86ab4deb2d476089474a7f5e1101))


### Bug Fixes

* **dev-team:** address session-review findings [#2103](https://github.com/bdfinst/agentic-dev-team/issues/2103)-[#2111](https://github.com/bdfinst/agentic-dev-team/issues/2111) ([#2116](https://github.com/bdfinst/agentic-dev-team/issues/2116)) ([b6514a7](https://github.com/bdfinst/agentic-dev-team/commit/b6514a7bb6a09747857b7de312145aef8f0f6d4b))
* **docs:** convert 133 cross-tree hand-written links to GitHub source ([#2119](https://github.com/bdfinst/agentic-dev-team/issues/2119)) ([e453828](https://github.com/bdfinst/agentic-dev-team/commit/e4538289ff9df0436962778cca954e769d2c5bca)), closes [#2113](https://github.com/bdfinst/agentic-dev-team/issues/2113)
* **docs:** fix 72 broken links/anchors against the assembled site tree ([#2118](https://github.com/bdfinst/agentic-dev-team/issues/2118)) ([#2121](https://github.com/bdfinst/agentic-dev-team/issues/2121)) ([9f5cfa0](https://github.com/bdfinst/agentic-dev-team/commit/9f5cfa0f81e1381175a8c5575a261a517c71154b))
* **knowledge:** correct stack profiles that double internal collaborators unconditionally ([#2140](https://github.com/bdfinst/agentic-dev-team/issues/2140)) ([538b796](https://github.com/bdfinst/agentic-dev-team/commit/538b796eebdfb3f6019a406d795f7671a8c44bd0))
* **knowledge:** make sociable the default across existing test guidance ([#2134](https://github.com/bdfinst/agentic-dev-team/issues/2134)) ([182b684](https://github.com/bdfinst/agentic-dev-team/commit/182b684d87012b1284f72f0e387ad5e5bbd7e012))
* **skills:** reconcile farley-score and mutation-testing triage with sociable-by-default ([#2141](https://github.com/bdfinst/agentic-dev-team/issues/2141)) ([f9439f1](https://github.com/bdfinst/agentic-dev-team/commit/f9439f1d2e9a0a6c42aa9bdc2ed0f7a483752157))


### Documentation

* make CLAUDE.md more concise ([#2117](https://github.com/bdfinst/agentic-dev-team/issues/2117)) ([8958f57](https://github.com/bdfinst/agentic-dev-team/commit/8958f57cef5e9bc9bec66ccd9074401888e4a620))


### Miscellaneous

* **repo:** enforce single-sourcing of the blocker rule with a check that can fail ([#2135](https://github.com/bdfinst/agentic-dev-team/issues/2135)) ([b91a677](https://github.com/bdfinst/agentic-dev-team/commit/b91a677abdf089493b42f07023236c1d0ef50039))

## [13.0.0](https://github.com/bdfinst/agentic-dev-team/compare/dev-team-v12.11.0...dev-team-v13.0.0) (2026-08-31)


Expand Down
2 changes: 1 addition & 1 deletion plugins/marketplace-dev/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marketplace-dev",
"version": "1.2.2",
"version": "1.2.3",
"description": "Scaffold, audit, and maintain Claude Code plugins and plugin marketplaces: structural review agent, markdown-vs-script decision framework, scaffolding skills (plugin, marketplace, eval), a generalized plugin-audit, and the migrated agent/skill authoring toolkit. Companion plugin to dev-team.",
"author": {
"name": "Bryan Finster",
Expand Down
13 changes: 13 additions & 0 deletions plugins/marketplace-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.3](https://github.com/bdfinst/agentic-dev-team/compare/marketplace-dev-v1.2.2...marketplace-dev-v1.2.3) (2026-09-08)


### Bug Fixes

* **dev-team:** address session-review findings [#2103](https://github.com/bdfinst/agentic-dev-team/issues/2103)-[#2111](https://github.com/bdfinst/agentic-dev-team/issues/2111) ([#2116](https://github.com/bdfinst/agentic-dev-team/issues/2116)) ([b6514a7](https://github.com/bdfinst/agentic-dev-team/commit/b6514a7bb6a09747857b7de312145aef8f0f6d4b))
* **docs:** fix 72 broken links/anchors against the assembled site tree ([#2118](https://github.com/bdfinst/agentic-dev-team/issues/2118)) ([#2121](https://github.com/bdfinst/agentic-dev-team/issues/2121)) ([9f5cfa0](https://github.com/bdfinst/agentic-dev-team/commit/9f5cfa0f81e1381175a8c5575a261a517c71154b))


### Documentation

* make CLAUDE.md more concise ([#2117](https://github.com/bdfinst/agentic-dev-team/issues/2117)) ([8958f57](https://github.com/bdfinst/agentic-dev-team/commit/8958f57cef5e9bc9bec66ccd9074401888e4a620))

## [1.2.2](https://github.com/bdfinst/agentic-dev-team/compare/marketplace-dev-v1.2.1...marketplace-dev-v1.2.2) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/security-assessment/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "security-assessment",
"version": "3.7.4",
"version": "3.7.5",
"description": "Deep security assessment + adversarial ML red-team: SARIF-first tool orchestration, narrowly-scoped LLM agents, FP-reduction with fallback banner, compliance mapping, service-comm diagramming, and a self-owned-target red-team harness. Companion plugin to dev-team.",
"author": {
"name": "finsterb",
Expand Down
13 changes: 13 additions & 0 deletions plugins/security-assessment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.7.5](https://github.com/bdfinst/agentic-dev-team/compare/security-assessment-v3.7.4...security-assessment-v3.7.5) (2026-09-08)


### Bug Fixes

* **dev-team:** address session-review findings [#2103](https://github.com/bdfinst/agentic-dev-team/issues/2103)-[#2111](https://github.com/bdfinst/agentic-dev-team/issues/2111) ([#2116](https://github.com/bdfinst/agentic-dev-team/issues/2116)) ([b6514a7](https://github.com/bdfinst/agentic-dev-team/commit/b6514a7bb6a09747857b7de312145aef8f0f6d4b))
* **docs:** fix 72 broken links/anchors against the assembled site tree ([#2118](https://github.com/bdfinst/agentic-dev-team/issues/2118)) ([#2121](https://github.com/bdfinst/agentic-dev-team/issues/2121)) ([9f5cfa0](https://github.com/bdfinst/agentic-dev-team/commit/9f5cfa0f81e1381175a8c5575a261a517c71154b))


### Documentation

* make CLAUDE.md more concise ([#2117](https://github.com/bdfinst/agentic-dev-team/issues/2117)) ([8958f57](https://github.com/bdfinst/agentic-dev-team/commit/8958f57cef5e9bc9bec66ccd9074401888e4a620))

## [3.7.4](https://github.com/bdfinst/agentic-dev-team/compare/security-assessment-v3.7.3...security-assessment-v3.7.4) (2026-08-25)


Expand Down
Loading