cleargate 0.4.0 → 0.5.0

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.4.0",
3
- "generated_at": "2026-04-25T11:27:01.277Z",
2
+ "cleargate_version": "0.5.0",
3
+ "generated_at": "2026-04-25T21:53:30.430Z",
4
4
  "files": [
5
5
  {
6
6
  "path": ".claude/agents/architect.md",
@@ -81,14 +81,14 @@
81
81
  },
82
82
  {
83
83
  "path": ".claude/hooks/session-start.sh",
84
- "sha256": "a611286330f36e5d0bbdc5642e9409ffbfc569cc3d0b370918e973b545c50741",
84
+ "sha256": "ddaa1a461e6730db0ca7312ee44d66b78379250ba8b30a04125b37dc49350479",
85
85
  "tier": "hook",
86
86
  "overwrite_policy": "always",
87
87
  "preserve_on_uninstall": false
88
88
  },
89
89
  {
90
90
  "path": ".claude/hooks/stamp-and-gate.sh",
91
- "sha256": "a9ab1afb6ef18ff954543a218b0d1a1b433dc85ca0311b34e785b17b08ced0df",
91
+ "sha256": "3f64faff6d142b9ec997480944fc709aed8ed44c3f2adca026804f1e64946059",
92
92
  "tier": "hook",
93
93
  "overwrite_policy": "always",
94
94
  "preserve_on_uninstall": false
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.4.0",
630
+ version: "0.5.0",
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.",