Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 02:14
· 69 commits to main since this release

Changelog

  • 3bd1b85: docs(readme): add version badge (auto latest release) (@AllenMuu)
  • 08ebca0: docs(readme): split quick start into human and AI agent sections (@AllenMuu)
  • 3184ed6: docs(spec): add npx install + init multi-agent design (@AllenMuu)
  • 2e335d2: docs(plan): add Plan 1 implementation plan for init + agents (Go side) (@AllenMuu)
  • e1ff1df: docs(plan): remove unused os import hack from Task 6 init test (@AllenMuu)
  • 7053f30: feat(agents): add skill merge primitives (SkillBody/MergeInstructionFile/makeMDC) (@AllenMuu)
  • 5713370: style(agents): gofmt merge primitives (trailing newlines) (@AllenMuu)
  • 06867db: feat(agents): add agent detection (Detect) mirroring install-skills.sh (@AllenMuu)
  • e9e3e0b: feat(agents): add native installers for claude and cursor (@AllenMuu)
  • 8adbab2: fix(agents): return copySkillTree RemoveAll error; strengthen cursor DryRun/guard tests (@AllenMuu)
  • 3be3e32: feat(agents): add merge installers for codex/opencode/copilot/windsurf/aider (@AllenMuu)
  • 66ee2c0: feat(agents): add Install dispatcher and Run selection (auto/all/list) (@AllenMuu)
  • a4adf7d: test(agents): assert Detected flag in SelAll and comma-list modes (@AllenMuu)
  • e68e748: feat(cli): add mysql-cli init command to install skills into detected agents (@AllenMuu)
  • 7e2a533: style(cli): gofmt errors_test.go (pre-existing trailing blank line) (@AllenMuu)
  • b74c74d: docs: deprecate install-skills.sh in favor of mysql-cli init (@AllenMuu)
  • 6c1cf89: fix(agents): JSON field name->name per spec; skipped status when no paths written; writeMerged ReadFile error handling (@AllenMuu)
  • 7e14065: feat: mysql-cli init command + internal/agents package (Plan 1) (@AllenMuu)
  • e13e977: docs(plan): add Plan 2 implementation plan for npx distribution (@AllenMuu)
  • 652c89c: feat(npm): add @allenmuu/mysql-cli wrapper (postinstall downloader + tests) (@AllenMuu)
  • 48de4ed: feat(npm): add bin/mysql-cli.js shim (install command + binary exec) (@AllenMuu)
  • 6799b40: fix(npm): use node --test (default discovery) - node --test test/ is broken on Node 20+ (@AllenMuu)
  • 3e6bca8: ci: add goreleaser config for cross-platform binary releases (@AllenMuu)
  • 3239390: ci: add release workflow (goreleaser on tag, npm publish gated by NPM_PUBLISH) (@AllenMuu)
  • 64ea17f: docs(readme): add npx one-line install as recommended option (@AllenMuu)
  • de6fc89: fix(npm): add download timeout; reorder extraction checks; clean up archive on failure (@AllenMuu)
  • 8b15817: feat: npx distribution for mysql-cli (@allenmuu/mysql-cli + GoReleaser) (Plan 2) (@AllenMuu)