Skip to content

Release Notes: v0.4.0

Release Date: 2026-03-16

Highlights

  • Migrate GitHub organization from agentplexus to plexusone
  • Update to structured-plan v0.9.0 with plexusone/structured-evaluation v0.3.0

Changes

Organization Migration

The project has migrated from github.com/agentplexus to github.com/plexusone:

  • Module path updated to github.com/plexusone/agent-team-prd
  • All import paths updated for plexusone org
  • Documentation URLs updated throughout

Dependency Updates

Package Previous New
github.com/grokify/structured-plan v0.8.0 v0.9.0
github.com/plexusone/structured-evaluation v0.2.0 v0.3.0
github.com/plexusone/mcpkit v0.3.1 v0.4.0
github.com/modelcontextprotocol/go-sdk - v1.4.1

Bug Fixes

  • G703 Path Traversal: Added input validation to prevent path traversal in deploy.go
  • G115 Integer Overflow: Fixed integer conversion warning using fmt.Sprintf in prd_test.go
  • Formatting: Resolved gofmt formatting issues

Documentation

  • Added UTF-8 feature icons to README.md Features section
  • Updated README shields and URLs for plexusone org

Infrastructure

  • Updated CI workflows to use shared workflows
  • Renamed workflow filenames for better specificity

Upgrade Guide

Update your go.mod:

go get github.com/plexusone/agent-team-prd@v0.4.0

If you have imports from this package, update them:

// Before
import "github.com/agentplexus/agent-team-prd/pkg/prd"

// After
import "github.com/plexusone/agent-team-prd/pkg/prd"