Skip to content

Commit ce9e7f7

Browse files
committed
chore: bump version to 2.5.1
1 parent 5d73b95 commit ce9e7f7

3 files changed

Lines changed: 17 additions & 2 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.5.0",
11+
"version": "2.5.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.5.0",
4+
"version": "2.5.1",
55
"author": {
66
"name": "Duc Do"
77
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.5.1] - 2026-03-17
9+
10+
### Changed
11+
- **Split `coordination-patterns.md`** (633 lines) into core (316) + advanced (332) per skill best practices 500-line guidance
12+
- **Split `teammate-roles.md`** (536 lines) into overview (168) + spawn-templates (407)
13+
- **Added TOC to `shared-phases.md`** — explicit Contents section with anchor links
14+
15+
### Added
16+
- **Concrete decomposition examples** in `agent-research`, `agent-audit`, `agent-plan` SKILL.md files
17+
- **`docs/coordination-advanced.md`** — advanced coordination patterns (re-plan, adversarial review, checkpoint/rollback, escalation)
18+
- **`docs/spawn-templates.md`** — detailed spawn prompt templates for all 11 teammate roles
19+
20+
### Fixed
21+
- Missing `communication-protocol.md` in README Plugin Structure tree (pre-existing)
22+
823
## [2.5.0] - 2026-03-17
924

1025
### Added

0 commit comments

Comments
 (0)