Skip to content

v0.3.1

Choose a tag to compare

@sol5288 sol5288 released this 09 Jul 08:29
· 2901 commits to main since this release

Fixes

  • DEFAULTS.handoffPath now defaults to null instead of a hardcoded path to an unrelated project.
    Set handoffPath in req.config.json or pass --handoff <path> to enable the handoff block.
  • Removed private-project names and document paths from the published package source.

Compatibility

  • No observable change for consumers: the previous default pointed at a path that does not exist outside the author's machine, and the handoff block was already skipped when absent.
  • init still seeds and merges handoffPath: null; existing explicit values are preserved.
  • The exported DEFAULTS.handoffPath static type stays string | null, so direct importers are unaffected.

Verification

  • CI passed on ubuntu, macOS, and Windows across Node 18, 20, and 22.
  • Published commitgate@0.3.1 (gitHead 169ad6d) matches the audited release commit; payload is 17 files with zero private-project references.