Skip to content

Commit 81c6c03

Browse files
committed
chore: bump version to 2.2.0
1 parent 965ba2d commit 81c6c03

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"name": "agent-team",
1010
"description": "Orchestrates parallel work via Agent Teams with automated coordination, workspace tracking, and hook enforcement",
11-
"version": "2.1.0",
11+
"version": "2.2.0",
1212
"source": {
1313
"source": "url",
1414
"url": "https://github.com/ducdmdev/agent-team-plugin.git"

.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": "agent-team",
33
"description": "Orchestrates parallel work via Agent Teams with automated coordination, workspace tracking, and hook enforcement",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"author": {
66
"name": "Duc Do"
77
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0] - 2026-03-05
9+
10+
### Added
11+
- **5 team archetypes** — Implementation, Research, Audit, Planning, Hybrid with auto-detection from task trigger patterns, phase profile overrides, and archetype-specific completion gates
12+
- **6 new roles** — Analyst, Planner, Writer, Strategist, Auditor, Scout with full spawn templates, subagent type annotations, and structured output formats
13+
- **3 report variants** — Findings Report (research), Audit Report (audit), Plan Report (planning) with shared outer structure and domain-specific content sections
14+
- **Archetype dispatch in SKILL.md** — Phase 1 detection, Phase 2 team type display with user override, Phase 3-5 override callouts referencing team-archetypes.md
15+
- **Team archetypes reference** (`docs/team-archetypes.md`) — trigger patterns, phase profiles, Strictest Gate Rule for Hybrid teams, disambiguation notes for ambiguous triggers
16+
- **Role variants** — Migrator/Integrator/Debugger (Implementer), Facilitator (Challenger), Validator (Tester), Documenter (Writer)
17+
18+
### Changed
19+
- Role Selection Guide expanded with Archetype column and 8 new task type entries
20+
- custom-roles.md intro updated to list all 12 built-in roles
21+
822
## [2.1.0] - 2026-03-04
923

1024
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-team-plugin",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Orchestrate parallel AI teammates in Claude Code — with hook enforcement, workspace tracking, and structured coordination across 5 phases",
55
"license": "MIT",
66
"keywords": ["claude-code", "plugin", "agent-team", "orchestration", "parallel"],

0 commit comments

Comments
 (0)