cleargate 0.8.0 → 0.8.2
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 +8 -8
- package/dist/cli.cjs +11 -8
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +11 -8
- package/dist/cli.js.map +1 -1
- package/dist/templates/cleargate-planning/.cleargate/templates/Bug.md +9 -9
- package/dist/templates/cleargate-planning/.cleargate/templates/CR.md +9 -9
- package/dist/templates/cleargate-planning/.cleargate/templates/epic.md +9 -9
- package/dist/templates/cleargate-planning/.cleargate/templates/hotfix.md +1 -1
- package/dist/templates/cleargate-planning/.cleargate/templates/proposal.md +9 -9
- package/dist/templates/cleargate-planning/.cleargate/templates/story.md +9 -9
- package/dist/templates/cleargate-planning/MANIFEST.json +8 -8
- package/package.json +1 -1
- package/templates/cleargate-planning/.cleargate/templates/Bug.md +9 -9
- package/templates/cleargate-planning/.cleargate/templates/CR.md +9 -9
- package/templates/cleargate-planning/.cleargate/templates/epic.md +9 -9
- package/templates/cleargate-planning/.cleargate/templates/hotfix.md +1 -1
- package/templates/cleargate-planning/.cleargate/templates/proposal.md +9 -9
- package/templates/cleargate-planning/.cleargate/templates/story.md +9 -9
- package/templates/cleargate-planning/MANIFEST.json +8 -8
|
@@ -35,15 +35,15 @@ cached_gate_result:
|
|
|
35
35
|
pass: null
|
|
36
36
|
failing_criteria: []
|
|
37
37
|
last_gate_check: null
|
|
38
|
-
# Sync attribution
|
|
39
|
-
pushed_by: null #
|
|
40
|
-
pushed_at: null #
|
|
41
|
-
last_pulled_by: null #
|
|
42
|
-
last_pulled_at: null #
|
|
43
|
-
last_remote_update: null #
|
|
44
|
-
source: "local-authored" #
|
|
45
|
-
last_synced_status: null #
|
|
46
|
-
last_synced_body_sha: null #
|
|
38
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
39
|
+
pushed_by: null # set by push: which user pushed
|
|
40
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
41
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
42
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
43
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
44
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
45
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
46
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
47
47
|
---
|
|
48
48
|
|
|
49
49
|
# BUG-{ID}: {Bug Name}
|
|
@@ -33,15 +33,15 @@ cached_gate_result:
|
|
|
33
33
|
pass: null
|
|
34
34
|
failing_criteria: []
|
|
35
35
|
last_gate_check: null
|
|
36
|
-
# Sync attribution
|
|
37
|
-
pushed_by: null #
|
|
38
|
-
pushed_at: null #
|
|
39
|
-
last_pulled_by: null #
|
|
40
|
-
last_pulled_at: null #
|
|
41
|
-
last_remote_update: null #
|
|
42
|
-
source: "local-authored" #
|
|
43
|
-
last_synced_status: null #
|
|
44
|
-
last_synced_body_sha: null #
|
|
36
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
37
|
+
pushed_by: null # set by push: which user pushed
|
|
38
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
39
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
40
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
41
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
42
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
43
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
44
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
45
45
|
---
|
|
46
46
|
|
|
47
47
|
# CR-{ID}: {Change Request Name}
|
|
@@ -38,15 +38,15 @@ cached_gate_result:
|
|
|
38
38
|
pass: null
|
|
39
39
|
failing_criteria: []
|
|
40
40
|
last_gate_check: null
|
|
41
|
-
# Sync attribution
|
|
42
|
-
pushed_by: null #
|
|
43
|
-
pushed_at: null #
|
|
44
|
-
last_pulled_by: null #
|
|
45
|
-
last_pulled_at: null #
|
|
46
|
-
last_remote_update: null #
|
|
47
|
-
source: "local-authored" #
|
|
48
|
-
last_synced_status: null #
|
|
49
|
-
last_synced_body_sha: null #
|
|
41
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
42
|
+
pushed_by: null # set by push: which user pushed
|
|
43
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
44
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
45
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
46
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
47
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
48
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
49
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
50
50
|
---
|
|
51
51
|
|
|
52
52
|
# EPIC-{ID}: {Epic Name}
|
|
@@ -20,7 +20,7 @@ cached_gate_result:
|
|
|
20
20
|
pass: null
|
|
21
21
|
failing_criteria: []
|
|
22
22
|
last_gate_check: null
|
|
23
|
-
# Sync attribution
|
|
23
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
24
24
|
pushed_by: null
|
|
25
25
|
pushed_at: null
|
|
26
26
|
last_pulled_by: null
|
|
@@ -28,15 +28,15 @@ cached_gate_result:
|
|
|
28
28
|
pass: null
|
|
29
29
|
failing_criteria: []
|
|
30
30
|
last_gate_check: null
|
|
31
|
-
# Sync attribution
|
|
32
|
-
pushed_by: null #
|
|
33
|
-
pushed_at: null #
|
|
34
|
-
last_pulled_by: null #
|
|
35
|
-
last_pulled_at: null #
|
|
36
|
-
last_remote_update: null #
|
|
37
|
-
source: "local-authored" #
|
|
38
|
-
last_synced_status: null #
|
|
39
|
-
last_synced_body_sha: null #
|
|
31
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
32
|
+
pushed_by: null # set by push: which user pushed
|
|
33
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
34
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
35
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
36
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
37
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
38
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
39
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
40
40
|
PROPOSAL-{ID}: {Initiative Name}
|
|
41
41
|
1. Initiative & Context
|
|
42
42
|
1.1 Objective
|
|
@@ -62,15 +62,15 @@ cached_gate_result:
|
|
|
62
62
|
pass: null
|
|
63
63
|
failing_criteria: []
|
|
64
64
|
last_gate_check: null
|
|
65
|
-
# Sync attribution
|
|
66
|
-
pushed_by: null #
|
|
67
|
-
pushed_at: null #
|
|
68
|
-
last_pulled_by: null #
|
|
69
|
-
last_pulled_at: null #
|
|
70
|
-
last_remote_update: null #
|
|
71
|
-
source: "local-authored" #
|
|
72
|
-
last_synced_status: null #
|
|
73
|
-
last_synced_body_sha: null #
|
|
65
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
66
|
+
pushed_by: null # set by push: which user pushed
|
|
67
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
68
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
69
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
70
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
71
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
72
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
73
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
74
74
|
---
|
|
75
75
|
|
|
76
76
|
# STORY-{EpicID}-{StoryID}: {Story Name}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"cleargate_version": "0.8.
|
|
3
|
-
"generated_at": "2026-04-
|
|
2
|
+
"cleargate_version": "0.8.2",
|
|
3
|
+
"generated_at": "2026-04-27T09:39:12.477Z",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
6
|
"path": ".claude/agents/architect.md",
|
|
@@ -144,28 +144,28 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"path": ".cleargate/templates/Bug.md",
|
|
147
|
-
"sha256": "
|
|
147
|
+
"sha256": "54660457a8b7f5c9f1a286993e2d83d46fef880a3d65086421d8db815a9c01ec",
|
|
148
148
|
"tier": "template",
|
|
149
149
|
"overwrite_policy": "merge-3way",
|
|
150
150
|
"preserve_on_uninstall": false
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": ".cleargate/templates/CR.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "e4cff0314217d649177a3dd1603c510d2f5246c1cf297baaa91d5941c1eedc91",
|
|
155
155
|
"tier": "template",
|
|
156
156
|
"overwrite_policy": "merge-3way",
|
|
157
157
|
"preserve_on_uninstall": false
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"path": ".cleargate/templates/epic.md",
|
|
161
|
-
"sha256": "
|
|
161
|
+
"sha256": "fa0e5bf85b50bee11d38646b2606652999ac2ff7c649810408c35ff25d7a025c",
|
|
162
162
|
"tier": "template",
|
|
163
163
|
"overwrite_policy": "merge-3way",
|
|
164
164
|
"preserve_on_uninstall": false
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": ".cleargate/templates/hotfix.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "93c6690a23bcfca98697048b7f1c2c5c76ee16c2d295a53ced8471e8c4eb78d3",
|
|
169
169
|
"tier": "template",
|
|
170
170
|
"overwrite_policy": "merge-3way",
|
|
171
171
|
"preserve_on_uninstall": false
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": ".cleargate/templates/proposal.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "227907f5de028453168c487e9c4ec4d4acd578298d13d658f7a7b63ef76dc23d",
|
|
183
183
|
"tier": "template",
|
|
184
184
|
"overwrite_policy": "merge-3way",
|
|
185
185
|
"preserve_on_uninstall": false
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": ".cleargate/templates/story.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "0817454195b1c3ddb7a2559a0295273082fb621cdfd7a77594414876da28c620",
|
|
211
211
|
"tier": "template",
|
|
212
212
|
"overwrite_policy": "merge-3way",
|
|
213
213
|
"preserve_on_uninstall": false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cleargate",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Planning framework for Claude Code agents — sprint/epic/story protocol, four-agent loop (architect/developer/qa/reporter), Karpathy-style awareness wiki.",
|
|
@@ -35,15 +35,15 @@ cached_gate_result:
|
|
|
35
35
|
pass: null
|
|
36
36
|
failing_criteria: []
|
|
37
37
|
last_gate_check: null
|
|
38
|
-
# Sync attribution
|
|
39
|
-
pushed_by: null #
|
|
40
|
-
pushed_at: null #
|
|
41
|
-
last_pulled_by: null #
|
|
42
|
-
last_pulled_at: null #
|
|
43
|
-
last_remote_update: null #
|
|
44
|
-
source: "local-authored" #
|
|
45
|
-
last_synced_status: null #
|
|
46
|
-
last_synced_body_sha: null #
|
|
38
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
39
|
+
pushed_by: null # set by push: which user pushed
|
|
40
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
41
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
42
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
43
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
44
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
45
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
46
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
47
47
|
---
|
|
48
48
|
|
|
49
49
|
# BUG-{ID}: {Bug Name}
|
|
@@ -33,15 +33,15 @@ cached_gate_result:
|
|
|
33
33
|
pass: null
|
|
34
34
|
failing_criteria: []
|
|
35
35
|
last_gate_check: null
|
|
36
|
-
# Sync attribution
|
|
37
|
-
pushed_by: null #
|
|
38
|
-
pushed_at: null #
|
|
39
|
-
last_pulled_by: null #
|
|
40
|
-
last_pulled_at: null #
|
|
41
|
-
last_remote_update: null #
|
|
42
|
-
source: "local-authored" #
|
|
43
|
-
last_synced_status: null #
|
|
44
|
-
last_synced_body_sha: null #
|
|
36
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
37
|
+
pushed_by: null # set by push: which user pushed
|
|
38
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
39
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
40
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
41
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
42
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
43
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
44
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
45
45
|
---
|
|
46
46
|
|
|
47
47
|
# CR-{ID}: {Change Request Name}
|
|
@@ -38,15 +38,15 @@ cached_gate_result:
|
|
|
38
38
|
pass: null
|
|
39
39
|
failing_criteria: []
|
|
40
40
|
last_gate_check: null
|
|
41
|
-
# Sync attribution
|
|
42
|
-
pushed_by: null #
|
|
43
|
-
pushed_at: null #
|
|
44
|
-
last_pulled_by: null #
|
|
45
|
-
last_pulled_at: null #
|
|
46
|
-
last_remote_update: null #
|
|
47
|
-
source: "local-authored" #
|
|
48
|
-
last_synced_status: null #
|
|
49
|
-
last_synced_body_sha: null #
|
|
41
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
42
|
+
pushed_by: null # set by push: which user pushed
|
|
43
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
44
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
45
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
46
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
47
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
48
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
49
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
50
50
|
---
|
|
51
51
|
|
|
52
52
|
# EPIC-{ID}: {Epic Name}
|
|
@@ -20,7 +20,7 @@ cached_gate_result:
|
|
|
20
20
|
pass: null
|
|
21
21
|
failing_criteria: []
|
|
22
22
|
last_gate_check: null
|
|
23
|
-
# Sync attribution
|
|
23
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
24
24
|
pushed_by: null
|
|
25
25
|
pushed_at: null
|
|
26
26
|
last_pulled_by: null
|
|
@@ -28,15 +28,15 @@ cached_gate_result:
|
|
|
28
28
|
pass: null
|
|
29
29
|
failing_criteria: []
|
|
30
30
|
last_gate_check: null
|
|
31
|
-
# Sync attribution
|
|
32
|
-
pushed_by: null #
|
|
33
|
-
pushed_at: null #
|
|
34
|
-
last_pulled_by: null #
|
|
35
|
-
last_pulled_at: null #
|
|
36
|
-
last_remote_update: null #
|
|
37
|
-
source: "local-authored" #
|
|
38
|
-
last_synced_status: null #
|
|
39
|
-
last_synced_body_sha: null #
|
|
31
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
32
|
+
pushed_by: null # set by push: which user pushed
|
|
33
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
34
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
35
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
36
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
37
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
38
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
39
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
40
40
|
PROPOSAL-{ID}: {Initiative Name}
|
|
41
41
|
1. Initiative & Context
|
|
42
42
|
1.1 Objective
|
|
@@ -62,15 +62,15 @@ cached_gate_result:
|
|
|
62
62
|
pass: null
|
|
63
63
|
failing_criteria: []
|
|
64
64
|
last_gate_check: null
|
|
65
|
-
# Sync attribution
|
|
66
|
-
pushed_by: null #
|
|
67
|
-
pushed_at: null #
|
|
68
|
-
last_pulled_by: null #
|
|
69
|
-
last_pulled_at: null #
|
|
70
|
-
last_remote_update: null #
|
|
71
|
-
source: "local-authored" #
|
|
72
|
-
last_synced_status: null #
|
|
73
|
-
last_synced_body_sha: null #
|
|
65
|
+
# Sync attribution. Optional; stamped by `cleargate push` / `cleargate pull`.
|
|
66
|
+
pushed_by: null # set by push: which user pushed
|
|
67
|
+
pushed_at: null # set by push: ISO-8601 timestamp
|
|
68
|
+
last_pulled_by: null # set by pull: which user pulled
|
|
69
|
+
last_pulled_at: null # set by pull: ISO-8601 timestamp
|
|
70
|
+
last_remote_update: null # set by pull: server's last-modified timestamp
|
|
71
|
+
source: "local-authored" # flips to "remote-authored" on intake
|
|
72
|
+
last_synced_status: null # required for conflict-detector; status at last sync
|
|
73
|
+
last_synced_body_sha: null # sha256 of body at last sync
|
|
74
74
|
---
|
|
75
75
|
|
|
76
76
|
# STORY-{EpicID}-{StoryID}: {Story Name}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"cleargate_version": "0.8.
|
|
3
|
-
"generated_at": "2026-04-
|
|
2
|
+
"cleargate_version": "0.8.2",
|
|
3
|
+
"generated_at": "2026-04-27T09:39:12.477Z",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
6
|
"path": ".claude/agents/architect.md",
|
|
@@ -144,28 +144,28 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"path": ".cleargate/templates/Bug.md",
|
|
147
|
-
"sha256": "
|
|
147
|
+
"sha256": "54660457a8b7f5c9f1a286993e2d83d46fef880a3d65086421d8db815a9c01ec",
|
|
148
148
|
"tier": "template",
|
|
149
149
|
"overwrite_policy": "merge-3way",
|
|
150
150
|
"preserve_on_uninstall": false
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": ".cleargate/templates/CR.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "e4cff0314217d649177a3dd1603c510d2f5246c1cf297baaa91d5941c1eedc91",
|
|
155
155
|
"tier": "template",
|
|
156
156
|
"overwrite_policy": "merge-3way",
|
|
157
157
|
"preserve_on_uninstall": false
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"path": ".cleargate/templates/epic.md",
|
|
161
|
-
"sha256": "
|
|
161
|
+
"sha256": "fa0e5bf85b50bee11d38646b2606652999ac2ff7c649810408c35ff25d7a025c",
|
|
162
162
|
"tier": "template",
|
|
163
163
|
"overwrite_policy": "merge-3way",
|
|
164
164
|
"preserve_on_uninstall": false
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": ".cleargate/templates/hotfix.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "93c6690a23bcfca98697048b7f1c2c5c76ee16c2d295a53ced8471e8c4eb78d3",
|
|
169
169
|
"tier": "template",
|
|
170
170
|
"overwrite_policy": "merge-3way",
|
|
171
171
|
"preserve_on_uninstall": false
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": ".cleargate/templates/proposal.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "227907f5de028453168c487e9c4ec4d4acd578298d13d658f7a7b63ef76dc23d",
|
|
183
183
|
"tier": "template",
|
|
184
184
|
"overwrite_policy": "merge-3way",
|
|
185
185
|
"preserve_on_uninstall": false
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": ".cleargate/templates/story.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "0817454195b1c3ddb7a2559a0295273082fb621cdfd7a77594414876da28c620",
|
|
211
211
|
"tier": "template",
|
|
212
212
|
"overwrite_policy": "merge-3way",
|
|
213
213
|
"preserve_on_uninstall": false
|