Skip to content

Commit 4a05ea6

Browse files
committed
chore: bump version to 2.2.1
1 parent 71c1ea4 commit 4a05ea6

4 files changed

Lines changed: 13 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.2.0",
11+
"version": "2.2.1",
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.2.0",
4+
"version": "2.2.1",
55
"author": {
66
"name": "Duc Do"
77
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.1] - 2026-03-06
9+
10+
### Changed
11+
- **Communication protocol consolidated** — new `docs/communication-protocol.md` as canonical source; 11 spawn templates now use `{COMMUNICATION_PROTOCOL}` placeholder injected at spawn time
12+
- **Terminology standardized** — renamed `worker-roles.md``teammate-roles.md`; "worker" eliminated from all active file references
13+
- **SKILL.md restructured** — moved Setup Failures, Workspace Update Protocol, file-locks/events.log details to docs; replaced with one-line references
14+
- **Quick Start section** added to SKILL.md for fast orientation
15+
- **Concrete examples** added: Phase 2 plan example and Phase 3 spawn prompt assembly example
16+
- **Protocol injection instruction** added to Phase 3 for lead to read and substitute protocol at spawn time
17+
818
## [2.2.0] - 2026-03-05
919

1020
### 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.2.0",
3+
"version": "2.2.1",
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)