Skip to content

Releases: hookie-sh/cli

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:32
Immutable release. Only release title and notes can be modified.

Changelog

Others

  • refactor: update command flags and application structure for clarity (@foxted)

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:18
Immutable release. Only release title and notes can be modified.

Changelog

Others

  • chore: update environment variable names and documentation for consistency (@foxted)
  • ci: gate release on Go tests before publish (@foxted)
  • ci: run Go tests on main push and PRs (@foxted)
  • refactor: move create-release to .agents skill with .cursor symlink (@foxted)

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:04
Immutable release. Only release title and notes can be modified.

Changelog

Bug fixes

  • fix(ci): run GUI build in subshell so dist copy path is correct (@foxted)
  • fix: make release workflow idempotent for npm retries (@foxted)
  • fix: simplify npm publish for initial @hookie-sh/cli release (@foxted)
  • fix: use NPM_TOKEN secret for npm publish (@foxted)

Others

  • ci: use OIDC and npm stage publish for releases (@foxted)
  • docs: add Cursor create-release command for CLI repo (@foxted)

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 02:44

Changelog

Features

  • feat: initial public CLI monorepo extraction