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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "cleargate_version": "0.6.0",
3
- "generated_at": "2026-04-27T06:34:21.351Z",
2
+ "cleargate_version": "0.6.1",
3
+ "generated_at": "2026-04-27T06:46:42.294Z",
4
4
  "files": [
5
5
  {
6
6
  "path": ".claude/agents/architect.md",
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.0",
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{1F534} cleargate CLI: not resolvable \u2014 hooks will no-op.
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
  }