Releases: agentplexus/agent-team-release
Releases · agentplexus/agent-team-release
v0.7.0
Release v0.7.0
docs(MkDocs): update mkdocs.yml
Changelog
Features
Bug Fixes
Refactoring
Other
- ea734a4: build(deps): bump github.com/agentplexus/multi-agent-spec/sdk/go (@dependabot[bot])
- 747b7c4: chore(checks): remove obsolete language-specific checkers (@grokify)
- 737f1d2: docs(MkDocs): update
mkdocs.yml(@grokify) - 813cc53: docs(agents): expand agent documentation with detailed workflows (@grokify)
Full Changelog: v0.6.0...v0.7.0
Installation
# Go install
go install github.com/agentplexus/agent-team-release/cmd/atrelease@v0.7.0
# Homebrew (macOS/Linux)
brew tap agentplexus/tap
brew install atreleasev0.6.0
Release v0.6.0
refactor!: rename binary from releaseagent to atrelease
Changelog
Features
- a07def7: feat(cli): add
install kirocommand with embedded agent files (@grokify) - 6a1ef4d: feat(specs): add skill specifications for commit-classification and version-analysis (@grokify)
Refactoring
- 51bb23f: refactor!: rename binary from
releaseagenttoatrelease(@grokify) - 99926c9: refactor!: rename project from release-agent-team to agent-team-release (@grokify)
- 5a14430: refactor(plugins/kiro): restructure agents with tools/allowedTools arrays (@grokify)
- 5336159: refactor(specs): add allowedTools field and update Claude plugin (@grokify)
Other
- 7bd6a87: chore(ci):
release.yaml: update go versions (@grokify) - 34aa944: chore(deps):
go mod: update (@grokify)
Full Changelog: v0.5.1...v0.6.0
Installation
# Go install
go install github.com/agentplexus/agent-team-release/cmd/atrelease@v0.6.0
# Homebrew (macOS/Linux)
brew tap agentplexus/tap
brew install atreleasev0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Release v0.5.0
docs: update changelog for v0.5.0
Changelog
Features
- d72d668: feat(report): add DAG dependency tracking for team ordering (@grokify)
- 9011cac: feat(workflow): make release-validation depend on all validation steps (@grokify)
- 5fc0e72: feat: add PM validation and multi-agent IR for v0.5.0 (@grokify)
- 734385f: feat: add team spec loader and improve report header (@grokify)
Bug Fixes
- 1c8adae: fix(docs): add missing PM → Release edge in DAG diagram (@grokify)
- 187b71f: fix(docs): use darker text colors in DAG diagram for dark mode (@grokify)
- 19d0863: fix(security): exclude security.go from hardcoded secrets scan (@grokify)
Refactoring
- cfa5497: refactor(report): use multiagentspec types from multi-agent-spec SDK (@grokify)
- be6a15a: refactor: consolidate agent/team/deployment specs under specs/ directory (@grokify)
- 9f8b2c0: refactor: update to multi-agent-spec SDK v0.2.0 (@grokify)
- e3ff5ef: refactor: update to multi-agent-spec SDK v0.3.0 (@grokify)
Other
- e0f5e78: docs(README.md): fix formatting (@grokify)
- d35d8be: docs(multi): update to name as "Release Agent Team" (@grokify)
- 5c2e958: test(report): update tests to use multiagentspec types (@grokify)
Full Changelog: v0.4.0...v0.5.0
Installation
# Go install
go install github.com/agentplexus/release-agent-team/cmd/releaseagent@v0.5.0
# Homebrew (macOS/Linux)
brew install agentplexus/tap/release-agent-team