Skip to content

Releases: zakame/brooks-agent-team

v1.1.1

15 May 09:56

Choose a tag to compare

What's Changed

Fixed

  • .claude-plugin/plugin.json version was not updated for the v1.1.0 release

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 May 09:33

Choose a tag to compare

What's Changed

Fixed

  • OpenCode install section: corrected install path from ~/.opencode/plugins/ to a clone-anywhere + symlink approach; added mkdir -p prerequisites before ln -sf and cp commands

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-marketplace is now the primary path with copilot plugin update for 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, read with their exact tool scopes); Language Lawyer permission profile added

Full changelog: v1.0.0...v1.1.0

v1.0.0 — Brooks Surgical Team

15 May 02:49

Choose a tag to compare

  • 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-marketplace then /plugin install brooks-agent-team@zakame-skills-marketplace. For Copilot CLI or OpenCode, clone the repo and register the skills/ directory per the README.