Releases: zakame/brooks-agent-team
Releases · zakame/brooks-agent-team
v1.1.1
v1.1.0
What's Changed
Fixed
- OpenCode install section: corrected install path from
~/.opencode/plugins/to a clone-anywhere + symlink approach; addedmkdir -pprerequisites beforeln -sfandcpcommands
Changed
- Copilot CLI install section restructured into "Via marketplace (recommended)" and "Manual install (alternate)" subsections, matching the Claude Code section structure; marketplace install via
zakame/skills-marketplaceis now the primary path withcopilot plugin updatefor upgrades - Copilot CLI custom agents are now auto-discovered after
copilot plugin install; manual copy to~/.copilot/agents/documented as fallback only .claude-plugin/manifest directory now recognized by both Claude Code and Copilot CLI for marketplace loading- OpenCode install section restructured into "Skills" and "Subagent roles" subsections; corrected install path from
~/.opencode/plugins/to a clone-anywhere + symlink approach targeting.opencode/skills/or~/.config/opencode/skills/ - OpenCode doc links updated to specific pages (
/docs/agents/,/docs/skills/) - OpenCode compatibility section: permission key descriptions clarified (
edit,bash,webfetch,readwith their exact tool scopes); Language Lawyer permission profile added
Full changelog: v1.0.0...v1.1.0
v1.0.0 — Brooks Surgical Team
- Eight surgical team roles — Surgeon, Copilot, Tester, Administrator, Editor, Toolsmith, Language Lawyer, and Program Clerk — each implemented as an Agent Skills standard
SKILL.md, compatible with GitHub Copilot CLI, Claude Code, and OpenCode. - Multi-platform subagent dispatch — Copilot, Tester, and Language Lawyer can run as independent parallel agents via Claude Code Agent Teams, Copilot CLI fleet mode, or OpenCode's task tool.
- Language Lawyer role — A new specialized subagent that cites the spec on language/framework edge cases, version-specific behaviors, and deprecation traps; available as a dispatchable agent on all three platforms.
- Install via Claude Code marketplace:
/plugin marketplace add zakame/skills-marketplacethen/plugin install brooks-agent-team@zakame-skills-marketplace. For Copilot CLI or OpenCode, clone the repo and register theskills/directory per the README.