Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agentplexus/agent-team-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: agentplexus/agent-team-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 9 commits
  • 65 files changed
  • 3 contributors

Commits on Jan 26, 2026

  1. build(deps): bump github.com/agentplexus/multi-agent-spec/sdk/go

    Bumps [github.com/agentplexus/multi-agent-spec/sdk/go](https://github.com/agentplexus/multi-agent-spec) from 0.4.0 to 0.5.0.
    - [Release notes](https://github.com/agentplexus/multi-agent-spec/releases)
    - [Changelog](https://github.com/agentplexus/multi-agent-spec/blob/main/CHANGELOG.md)
    - [Commits](agentplexus/multi-agent-spec@v0.4.0...sdk/go/v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/agentplexus/multi-agent-spec/sdk/go
      dependency-version: 0.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    ea734a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from agentplexus/dependabot/go_modules/github.c…

    …om/agentplexus/multi-agent-spec/sdk/go-0.5.0
    
    build(deps): bump github.com/agentplexus/multi-agent-spec/sdk/go from 0.4.0 to 0.5.0
    grokify authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    7e03359 View commit details
    Browse the repository at this point in the history
  3. feat(checks): replace language-specific checks with releasekit integr…

    …ation
    
    - Add releasekit.go to shell out to releasekit CLI for validation
    - Remove golang.go and typescript.go language-specific checks
    - Update assistantkit to v0.8.0
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    grokify and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    ed7da9c View commit details
    Browse the repository at this point in the history
  4. refactor(plugins): restructure plugin layout with specs directory

    - Move canonical specs from plugins/spec to specs/
    - Add scripts/generate-plugins.sh for plugin generation
    - Add Gemini agent toml files (documentation, pm, qa, release, security)
    - Update plugin configurations for claude, gemini, kiro
    - Remove obsolete generate/main.go and README files
    - Add deployment specs (cloud.json, local.json)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    grokify and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    5761d0a View commit details
    Browse the repository at this point in the history
  5. chore(checks): remove obsolete language-specific checkers

    These are now handled by releasekit CLI integration.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    grokify and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    747b7c4 View commit details
    Browse the repository at this point in the history
  6. docs(agents): expand agent documentation with detailed workflows

    Significantly expand agent specifications with:
    - Detailed task workflows and decision trees
    - Input/output format specifications
    - Tool usage guidelines
    - Error handling procedures
    - Integration patterns
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    grokify and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    813cc53 View commit details
    Browse the repository at this point in the history
  7. fix(checks): remove unused helper functions

    Remove buildReleasekitArgs and parseReleasekitOutput which duplicated
    inline logic in RunReleasekit and RunReleasekitRaw.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    grokify and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    14b6fb2 View commit details
    Browse the repository at this point in the history
  8. docs: add changelog and release notes for v0.7.0

    - Update CHANGELOG.json with v0.7.0 and missing v0.6.0 commit hashes
    - Regenerate CHANGELOG.md
    - Add docs/releases/v0.7.0.md release notes
    - Update README with releasekit dependency
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    grokify and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    9e6651d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    737f1d2 View commit details
    Browse the repository at this point in the history
Loading