cleargate 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/MANIFEST.json
CHANGED
package/dist/cli.cjs
CHANGED
|
@@ -627,7 +627,7 @@ var import_commander = require("commander");
|
|
|
627
627
|
// package.json
|
|
628
628
|
var package_default = {
|
|
629
629
|
name: "cleargate",
|
|
630
|
-
version: "0.6.
|
|
630
|
+
version: "0.6.1",
|
|
631
631
|
private: false,
|
|
632
632
|
type: "module",
|
|
633
633
|
description: "Planning framework for Claude Code agents \u2014 sprint/epic/story protocol, four-agent loop (architect/developer/qa/reporter), Karpathy-style awareness wiki.",
|
|
@@ -3182,13 +3182,12 @@ async function initHandler(opts = {}) {
|
|
|
3182
3182
|
`);
|
|
3183
3183
|
} else {
|
|
3184
3184
|
stdout(
|
|
3185
|
-
`[cleargate init] \u{
|
|
3185
|
+
`[cleargate init] \u{1F7E1} cleargate CLI: not resolvable in this environment.
|
|
3186
3186
|
[cleargate init] Attempted: ${branchLabel}
|
|
3187
|
+
[cleargate init] This is a warning, not a fatal error. Hooks will no-op until resolved.
|
|
3187
3188
|
[cleargate init] Fix: npm i -g cleargate@${pinVersion} or npx cleargate@${pinVersion} doctor
|
|
3188
3189
|
`
|
|
3189
3190
|
);
|
|
3190
|
-
exit(1);
|
|
3191
|
-
return;
|
|
3192
3191
|
}
|
|
3193
3192
|
}
|
|
3194
3193
|
}
|