Skip to content

chore: extract agctl module and switch to Task - #48

Merged
vinodvx merged 1 commit into
mainfrom
chore/agctl-module
Jul 19, 2026
Merged

chore: extract agctl module and switch to Task#48
vinodvx merged 1 commit into
mainfrom
chore/agctl-module

Conversation

@vinodvx

@vinodvx vinodvx commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Description

Splits the agctl CLI into its own Go module and migrates all build tooling from Make to [Task].

  • Module split: cmd/ is now a separate module (cmd/go.mod, replace => ../) so CLI-only deps stay out of the SDK library's dependency graph. SDK and agctl are two independent builds.
  • Rename: agentctlagctl (binary, agent name, default log file agctl.log, docs).
  • Make → Task: dev commands moved to the root Taskfile.yml; cmd/Taskfile.yml for the CLI (included as task cmd:*). task check runs all local gates. Makefile deleted.
  • CI/Release: SDK job renamed cisdk; added a dedicated agctl CI job; Go module caching enabled; GoReleaser builds the cmd module (dir: ./cmd) as agctl.
  • Docs: maketask throughout; Task added as a prerequisite.
  • Versioning: local builds report dev; release binaries are stamped with the git tag by GoReleaser.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor / chore

Related issues

Closes #47

Checklist

  • I have run task check
  • I have run task examples:all
  • I have run task tidy if I added or removed dependencies
  • Commit messages follow conventional commits (e.g. feat:, fix:, docs:)
  • I have added/updated tests for my changes
  • Documentation is updated if needed

@mintlify

mintlify Bot commented Jul 19, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
agent-sdk-go 🟢 Ready View Preview Jul 19, 2026, 6:17 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@vinodvx
vinodvx merged commit b8b901a into main Jul 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split agctl CLI into its own Go module and migrate build tooling from Make to Task

1 participant