Skip to content

v0.3.0

Choose a tag to compare

@sol5288 sol5288 released this 09 Jul 07:19
· 2911 commits to main since this release

Highlights

  • Added npx commitgate uninstall, a read-only removal planner for projects initialized with CommitGate.
  • Documented clean removal guidance for repo scaffolding and npx cache cleanup.
  • Clarified integration and release control points for direct main pushes, tags, npm publish, and GitHub releases.

Safety

  • The uninstall planner does not delete files or mutate git state.
  • Ambiguous files such as AGENTS.md, req.config.json, and package.json keys are reported for manual review.
  • Audit evidence under the configured ticket root is protected from blind removal guidance.

Verification

  • CI passed on ubuntu, macOS, and Windows across Node 18, 20, and 22.
  • Published npm package commitgate@0.3.0 matches the audited release commit fc870b3.