You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.