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/cli.js
CHANGED
|
@@ -14,7 +14,7 @@ import { Command } from "commander";
|
|
|
14
14
|
// package.json
|
|
15
15
|
var package_default = {
|
|
16
16
|
name: "cleargate",
|
|
17
|
-
version: "0.6.
|
|
17
|
+
version: "0.6.1",
|
|
18
18
|
private: false,
|
|
19
19
|
type: "module",
|
|
20
20
|
description: "Planning framework for Claude Code agents \u2014 sprint/epic/story protocol, four-agent loop (architect/developer/qa/reporter), Karpathy-style awareness wiki.",
|
|
@@ -2539,13 +2539,12 @@ async function initHandler(opts = {}) {
|
|
|
2539
2539
|
`);
|
|
2540
2540
|
} else {
|
|
2541
2541
|
stdout(
|
|
2542
|
-
`[cleargate init] \u{
|
|
2542
|
+
`[cleargate init] \u{1F7E1} cleargate CLI: not resolvable in this environment.
|
|
2543
2543
|
[cleargate init] Attempted: ${branchLabel}
|
|
2544
|
+
[cleargate init] This is a warning, not a fatal error. Hooks will no-op until resolved.
|
|
2544
2545
|
[cleargate init] Fix: npm i -g cleargate@${pinVersion} or npx cleargate@${pinVersion} doctor
|
|
2545
2546
|
`
|
|
2546
2547
|
);
|
|
2547
|
-
exit(1);
|
|
2548
|
-
return;
|
|
2549
2548
|
}
|
|
2550
2549
|
}
|
|
2551
2550
|
}
|