cleargate 0.10.0 → 0.11.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/CHANGELOG.md +27 -0
- package/README.md +11 -1
- package/dist/MANIFEST.json +40 -26
- package/dist/chunk-HZPJ5QX4.js +459 -0
- package/dist/chunk-HZPJ5QX4.js.map +1 -0
- package/dist/cli.cjs +421 -204
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +389 -515
- package/dist/cli.js.map +1 -1
- package/dist/lib/lifecycle-reconcile.cjs +497 -0
- package/dist/lib/lifecycle-reconcile.cjs.map +1 -0
- package/dist/lib/lifecycle-reconcile.d.cts +136 -0
- package/dist/lib/lifecycle-reconcile.d.ts +136 -0
- package/dist/lib/lifecycle-reconcile.js +20 -0
- package/dist/lib/lifecycle-reconcile.js.map +1 -0
- package/dist/templates/cleargate-planning/.claude/agents/architect.md +55 -2
- package/dist/templates/cleargate-planning/.claude/agents/developer.md +22 -0
- package/dist/templates/cleargate-planning/.claude/agents/devops.md +249 -0
- package/dist/templates/cleargate-planning/.claude/agents/qa.md +41 -0
- package/dist/templates/cleargate-planning/.claude/agents/reporter.md +44 -8
- package/dist/templates/cleargate-planning/.claude/hooks/pre-commit-surface-gate.sh +21 -0
- package/dist/templates/cleargate-planning/.claude/hooks/stamp-and-gate.sh +12 -1
- package/dist/templates/cleargate-planning/.claude/hooks/token-ledger.sh +21 -1
- package/dist/templates/cleargate-planning/.claude/skills/sprint-execution/SKILL.md +200 -29
- package/dist/templates/cleargate-planning/.cleargate/knowledge/mid-sprint-triage-rubric.md +160 -0
- package/dist/templates/cleargate-planning/.cleargate/knowledge/readiness-gates.md +41 -9
- package/dist/templates/cleargate-planning/.cleargate/scripts/close_sprint.mjs +98 -16
- package/dist/templates/cleargate-planning/.cleargate/scripts/gate-checks.json +3 -3
- package/dist/templates/cleargate-planning/.cleargate/scripts/init_sprint.mjs +86 -10
- package/dist/templates/cleargate-planning/.cleargate/scripts/run_script.sh +173 -87
- package/dist/templates/cleargate-planning/.cleargate/scripts/suggest_improvements.mjs +150 -22
- package/dist/templates/cleargate-planning/.cleargate/scripts/test/test_flashcard_gate.sh +20 -20
- package/dist/templates/cleargate-planning/.cleargate/scripts/validate_state.mjs +32 -8
- package/dist/templates/cleargate-planning/.cleargate/scripts/write_dispatch.sh +12 -1
- package/dist/templates/cleargate-planning/.cleargate/templates/Bug.md +3 -0
- package/dist/templates/cleargate-planning/.cleargate/templates/CR.md +3 -0
- package/dist/templates/cleargate-planning/.cleargate/templates/epic.md +3 -0
- package/dist/templates/cleargate-planning/.cleargate/templates/hotfix.md +3 -0
- package/dist/templates/cleargate-planning/.cleargate/templates/initiative.md +1 -1
- package/dist/templates/cleargate-planning/.cleargate/templates/sprint_context.md +8 -0
- package/dist/templates/cleargate-planning/.cleargate/templates/story.md +3 -0
- package/dist/templates/cleargate-planning/CLAUDE.md +3 -1
- package/dist/templates/cleargate-planning/MANIFEST.json +40 -26
- package/package.json +8 -5
- package/templates/cleargate-planning/.claude/agents/architect.md +55 -2
- package/templates/cleargate-planning/.claude/agents/developer.md +22 -0
- package/templates/cleargate-planning/.claude/agents/devops.md +249 -0
- package/templates/cleargate-planning/.claude/agents/qa.md +41 -0
- package/templates/cleargate-planning/.claude/agents/reporter.md +44 -8
- package/templates/cleargate-planning/.claude/hooks/pre-commit-surface-gate.sh +21 -0
- package/templates/cleargate-planning/.claude/hooks/stamp-and-gate.sh +12 -1
- package/templates/cleargate-planning/.claude/hooks/token-ledger.sh +21 -1
- package/templates/cleargate-planning/.claude/skills/sprint-execution/SKILL.md +200 -29
- package/templates/cleargate-planning/.cleargate/knowledge/mid-sprint-triage-rubric.md +160 -0
- package/templates/cleargate-planning/.cleargate/knowledge/readiness-gates.md +41 -9
- package/templates/cleargate-planning/.cleargate/scripts/close_sprint.mjs +98 -16
- package/templates/cleargate-planning/.cleargate/scripts/gate-checks.json +3 -3
- package/templates/cleargate-planning/.cleargate/scripts/init_sprint.mjs +86 -10
- package/templates/cleargate-planning/.cleargate/scripts/run_script.sh +173 -87
- package/templates/cleargate-planning/.cleargate/scripts/suggest_improvements.mjs +150 -22
- package/templates/cleargate-planning/.cleargate/scripts/test/test_flashcard_gate.sh +20 -20
- package/templates/cleargate-planning/.cleargate/scripts/validate_state.mjs +32 -8
- package/templates/cleargate-planning/.cleargate/scripts/write_dispatch.sh +12 -1
- package/templates/cleargate-planning/.cleargate/templates/Bug.md +3 -0
- package/templates/cleargate-planning/.cleargate/templates/CR.md +3 -0
- package/templates/cleargate-planning/.cleargate/templates/epic.md +3 -0
- package/templates/cleargate-planning/.cleargate/templates/hotfix.md +3 -0
- package/templates/cleargate-planning/.cleargate/templates/initiative.md +1 -1
- package/templates/cleargate-planning/.cleargate/templates/sprint_context.md +8 -0
- package/templates/cleargate-planning/.cleargate/templates/story.md +3 -0
- package/templates/cleargate-planning/CLAUDE.md +3 -1
- package/templates/cleargate-planning/MANIFEST.json +40 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
Format: [Common Changelog](https://common-changelog.org/) — most-recent version first.
|
|
5
5
|
|
|
6
|
+
## [0.11.1] — 2026-05-05
|
|
7
|
+
|
|
8
|
+
Hotfix.
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **`cleargate doctor` no longer reports false-positive `cleargate misconfigured: cleargate-planning/MANIFEST.json not found`** — `cleargate-cli/src/commands/doctor.ts` `runHookHealth()` was checking `cleargate-planning/MANIFEST.json`, a path that `copy-payload.ts` (CR-053, v0.11.0) explicitly never creates in target repos. Doctor now checks `.cleargate/.install-manifest.json` (the actual install snapshot written by `init`). Every healthy v0.11.0 install previously printed the warning + exited 2 from `doctor`.
|
|
12
|
+
|
|
13
|
+
## [0.11.0] — 2026-05-04
|
|
14
|
+
|
|
15
|
+
SDLC Hardening Wrap-Up + Docs Aligned (SPRINT-25). Six CRs shipped (CR-053..CR-058); the SDLC Hardening arc closes here.
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- **`run_script.sh` byte-correct UTF-8 truncation** (CR-054) — `_truncate_stream()` now uses `head -c $MAX_BYTES` with a separate `wc -c` source-file check gating the suffix append; `${var:0:N}` was char-index, not byte-count, and silently mis-truncated multi-byte input (cyrillic, CJK).
|
|
19
|
+
- **wrapScript helper adoption in 4 caller tests** (CR-055) — `cleargate-cli/test/commands/{sprint,state,gate,story}.node.test.ts` now consume the `wrapScript` helper end-to-end (one new `await wrapScript(...)` scenario per file). JSDoc canonical-pattern block added at top of `cleargate-cli/test/helpers/wrap-script.ts`. Suite runtime: 52s → 57s (1.09×).
|
|
20
|
+
- **Skill-candidate heuristic — session-shared filter + cross-sprint dedup + threshold raise** (CR-056) — `.cleargate/scripts/suggest_improvements.mjs` (live + canonical) tightens `scanSkillCandidates`: (1) `isSessionShared()` filters buckets where all entries share one session UUID (token-attribution artifact); (2) cross-sprint hash dedup scans prior `improvement-suggestions.md`; (3) threshold raised to "≥3× across ≥2 distinct sprints AND not session-shared". Eliminates the every-sprint "CR-045 × architect" false-positive.
|
|
21
|
+
- **`script-incident-corpus-analysis.md` knowledge doc** (CR-057) — `.cleargate/knowledge/script-incident-corpus-analysis.md` formally closes CR-046 §0.5 Q3 deferred self-repair question. DOCS-MODE shipped (no `run_script.sh` self-repair logic) — corpus = 3 incidents, no recurring failure pattern. Revisit-trigger documented.
|
|
22
|
+
- **Five-role agent team** in README (CR-058) — root `README.md` rebranded "Four-Agent Loop" → "Five-Role Agent Loop"; describes Architect (4 modes: SDR/M1/TPV/post-flight), Developer, QA (Red + Verify modes), DevOps (mechanical merge + state), Reporter (sprint close); 4 explicit gates documented (Gate 1 Initiative, Gate 2 Ambiguity, Gate 3 preflight, Gate 4 close); §What's New section recaps SPRINT-22..SPRINT-24 (CR-042..CR-052); MCP adapter claim softened to "in development" (only LinearAdapter currently shipped). New `.cleargate/sprint-runs/SPRINT-25/lifecycle-diagram-prompt.md` (164 lines, structured headings) ready for external image-generator.
|
|
23
|
+
- **`cleargate-cli/README.md` Commands section** (CR-058) — documents `sprint preflight/init/close`, `gate check`, `doctor`, `state update/validate`, `story start/done/bouncing`.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
- **`cleargate init` no longer writes `MANIFEST.json` to user-repo root** (CR-053) — `cleargate-cli/src/init/copy-payload.ts` `SKIP_FILES` adds `'MANIFEST.json'`; the npm-payload-root MANIFEST.json (parity manifest for the meta-repo's payload-copy verification) was being copied into every user repo as a side-effect of `copyPayload` walking the payload root. Removes the SPRINT-24 `.gitignore` `/MANIFEST.json` stopgap (commit `5fd8b22`).
|
|
27
|
+
|
|
28
|
+
### Changed
|
|
29
|
+
- Package description rebranded "four-agent loop" → "five-role agent team".
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
6
33
|
## [0.10.0] — 2026-05-02
|
|
7
34
|
|
|
8
35
|
### Added
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# cleargate
|
|
2
2
|
|
|
3
|
-
**ClearGate** gives Claude Code a disciplined ship-loop — proposals → epics → stories → sprints →
|
|
3
|
+
**ClearGate** gives Claude Code a disciplined ship-loop — proposals → epics → stories → sprints → five-role agent execution (architect plans, developer codes, qa verifies, devops merges, reporter retrospects). One command bootstraps a downstream repo:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
npx cleargate init
|
|
@@ -22,6 +22,7 @@ npm i -D cleargate # local devDep, run via `npx cleargate ...`
|
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
24
|
cleargate init # scaffold a target repo (CLAUDE.md block, .claude/, .cleargate/)
|
|
25
|
+
cleargate doctor # check scaffold health — drift, missing hooks, blocked items
|
|
25
26
|
cleargate wiki build # full rebuild from .cleargate/delivery/ → .cleargate/wiki/
|
|
26
27
|
cleargate wiki ingest <file> # single-file update (also called by PostToolUse hook)
|
|
27
28
|
cleargate wiki query "<topic>" # read-only synthesis with [[ID]] citations
|
|
@@ -29,6 +30,15 @@ cleargate wiki query "<topic>" --persist # file the answer to wiki/topics/<slu
|
|
|
29
30
|
cleargate wiki lint # drift check — exits non-zero on inconsistency, blocks Gates 1 + 3
|
|
30
31
|
cleargate wiki lint --suggest # advisory mode — surfaces candidate cross-refs, exits 0
|
|
31
32
|
cleargate join <invite-url> # join an existing ClearGate workspace via MCP
|
|
33
|
+
cleargate sprint init # initialize a sprint — cut sprint branch, create state.json
|
|
34
|
+
cleargate sprint preflight # Gate 3 readiness check — no orphans, no ambiguity drift
|
|
35
|
+
cleargate sprint close # close a sprint — runs lifecycle reconciler, prints handoff summary
|
|
36
|
+
cleargate gate check # run the configured gate command (test/typecheck/lint/precommit)
|
|
37
|
+
cleargate state update <id> <state> # transition a work item to the given state
|
|
38
|
+
cleargate state validate # validate state.json against the schema
|
|
39
|
+
cleargate story start <id> # create worktree + branch for a story, flip state to In Progress
|
|
40
|
+
cleargate story done <id> # mark a story done after DevOps merge (alias for state update Done)
|
|
41
|
+
cleargate story bouncing <id> # flag a story as bouncing (QA kick-back); increments bounce counter
|
|
32
42
|
```
|
|
33
43
|
|
|
34
44
|
After `init`, edits to `.cleargate/delivery/**` auto-trigger `wiki ingest` via the PostToolUse hook. The wiki stays fresh; no manual maintenance.
|
package/dist/MANIFEST.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"cleargate_version": "0.
|
|
3
|
-
"generated_at": "2026-05-
|
|
2
|
+
"cleargate_version": "0.11.1",
|
|
3
|
+
"generated_at": "2026-05-04T22:23:50.738Z",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
6
|
"path": ".claude/agents/architect.md",
|
|
7
|
-
"sha256": "
|
|
7
|
+
"sha256": "a2d11d6a7f21bce22730ba9076af9ddde44b258082e33aa99fcd57c14ad75f55",
|
|
8
8
|
"tier": "agent",
|
|
9
9
|
"overwrite_policy": "always",
|
|
10
10
|
"preserve_on_uninstall": false
|
|
@@ -39,21 +39,28 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": ".claude/agents/developer.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "36f75fe9f8dc8412eb22706dfd021f5db5694c81d73e0c938e701a83c0149126",
|
|
43
|
+
"tier": "agent",
|
|
44
|
+
"overwrite_policy": "always",
|
|
45
|
+
"preserve_on_uninstall": false
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": ".claude/agents/devops.md",
|
|
49
|
+
"sha256": "65e84275b7a6480be2144250cc00573e8c26840abed98768ce4c168d594c7f8e",
|
|
43
50
|
"tier": "agent",
|
|
44
51
|
"overwrite_policy": "always",
|
|
45
52
|
"preserve_on_uninstall": false
|
|
46
53
|
},
|
|
47
54
|
{
|
|
48
55
|
"path": ".claude/agents/qa.md",
|
|
49
|
-
"sha256": "
|
|
56
|
+
"sha256": "c6fab6b64acc717a6bb5618531e6568010b3aeb10a98e33ba10b8dde45f5becb",
|
|
50
57
|
"tier": "agent",
|
|
51
58
|
"overwrite_policy": "always",
|
|
52
59
|
"preserve_on_uninstall": false
|
|
53
60
|
},
|
|
54
61
|
{
|
|
55
62
|
"path": ".claude/agents/reporter.md",
|
|
56
|
-
"sha256": "
|
|
63
|
+
"sha256": "36558f7f90e2e52192df88f243631735a880b7d371e6df17025933151a825c56",
|
|
57
64
|
"tier": "agent",
|
|
58
65
|
"overwrite_policy": "always",
|
|
59
66
|
"preserve_on_uninstall": false
|
|
@@ -67,7 +74,7 @@
|
|
|
67
74
|
},
|
|
68
75
|
{
|
|
69
76
|
"path": ".claude/hooks/pre-commit-surface-gate.sh",
|
|
70
|
-
"sha256": "
|
|
77
|
+
"sha256": "6741422cd8ca75b45e26bd0e9cb54126ad9e933f763c9094ceba6b84794b761a",
|
|
71
78
|
"tier": "hook",
|
|
72
79
|
"overwrite_policy": "always",
|
|
73
80
|
"preserve_on_uninstall": false
|
|
@@ -109,14 +116,14 @@
|
|
|
109
116
|
},
|
|
110
117
|
{
|
|
111
118
|
"path": ".claude/hooks/stamp-and-gate.sh",
|
|
112
|
-
"sha256": "
|
|
119
|
+
"sha256": "2c654dc3a6707d394f782f68d7318410d4acbbcb70c0a9d0d674d966241fc310",
|
|
113
120
|
"tier": "hook",
|
|
114
121
|
"overwrite_policy": "pin-aware",
|
|
115
122
|
"preserve_on_uninstall": false
|
|
116
123
|
},
|
|
117
124
|
{
|
|
118
125
|
"path": ".claude/hooks/token-ledger.sh",
|
|
119
|
-
"sha256": "
|
|
126
|
+
"sha256": "6678f814520c379b3ab055f3a1b98c92f631fd415ae24752d45aa8bee058c29c",
|
|
120
127
|
"tier": "hook",
|
|
121
128
|
"overwrite_policy": "always",
|
|
122
129
|
"preserve_on_uninstall": false
|
|
@@ -137,7 +144,7 @@
|
|
|
137
144
|
},
|
|
138
145
|
{
|
|
139
146
|
"path": ".claude/skills/sprint-execution/SKILL.md",
|
|
140
|
-
"sha256": "
|
|
147
|
+
"sha256": "877fabf8fcc682d9ba55421e6ba8c2a4ccf2b84a83d66e77dedc418b5aa47a3a",
|
|
141
148
|
"tier": "skill",
|
|
142
149
|
"overwrite_policy": "always",
|
|
143
150
|
"preserve_on_uninstall": false
|
|
@@ -163,9 +170,16 @@
|
|
|
163
170
|
"overwrite_policy": "merge-3way",
|
|
164
171
|
"preserve_on_uninstall": false
|
|
165
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"path": ".cleargate/knowledge/mid-sprint-triage-rubric.md",
|
|
175
|
+
"sha256": "170f762b427074a84c183a91fb65d1d6408650b7746de3bbc460d21194bda30a",
|
|
176
|
+
"tier": "protocol",
|
|
177
|
+
"overwrite_policy": "merge-3way",
|
|
178
|
+
"preserve_on_uninstall": false
|
|
179
|
+
},
|
|
166
180
|
{
|
|
167
181
|
"path": ".cleargate/knowledge/readiness-gates.md",
|
|
168
|
-
"sha256": "
|
|
182
|
+
"sha256": "10cb46cdaf264f8aa7c3841d12101bfad422a45f36c758be5327b0e4009a46a0",
|
|
169
183
|
"tier": "protocol",
|
|
170
184
|
"overwrite_policy": "merge-3way",
|
|
171
185
|
"preserve_on_uninstall": false
|
|
@@ -186,7 +200,7 @@
|
|
|
186
200
|
},
|
|
187
201
|
{
|
|
188
202
|
"path": ".cleargate/scripts/close_sprint.mjs",
|
|
189
|
-
"sha256": "
|
|
203
|
+
"sha256": "1807e5b27f1501476c9dec41cbb350c432d2894cb0727d8da0c860ad3f9181c7",
|
|
190
204
|
"tier": "script",
|
|
191
205
|
"overwrite_policy": "always",
|
|
192
206
|
"preserve_on_uninstall": false
|
|
@@ -214,7 +228,7 @@
|
|
|
214
228
|
},
|
|
215
229
|
{
|
|
216
230
|
"path": ".cleargate/scripts/gate-checks.json",
|
|
217
|
-
"sha256": "
|
|
231
|
+
"sha256": "9c520e63ac582289b6905a1c5704326590923eeef90d1e02801d1a57b4262877",
|
|
218
232
|
"tier": "script",
|
|
219
233
|
"overwrite_policy": "always",
|
|
220
234
|
"preserve_on_uninstall": false
|
|
@@ -228,7 +242,7 @@
|
|
|
228
242
|
},
|
|
229
243
|
{
|
|
230
244
|
"path": ".cleargate/scripts/init_sprint.mjs",
|
|
231
|
-
"sha256": "
|
|
245
|
+
"sha256": "80d532754b0b27bb274aca4e30a0e9a208f2528d079c24d4e319de2e429cd268",
|
|
232
246
|
"tier": "script",
|
|
233
247
|
"overwrite_policy": "always",
|
|
234
248
|
"preserve_on_uninstall": false
|
|
@@ -277,7 +291,7 @@
|
|
|
277
291
|
},
|
|
278
292
|
{
|
|
279
293
|
"path": ".cleargate/scripts/run_script.sh",
|
|
280
|
-
"sha256": "
|
|
294
|
+
"sha256": "f2bd931d3b7bb4d30f5da9c116714345480163e9afb4c244c1a1c074410c15d0",
|
|
281
295
|
"tier": "script",
|
|
282
296
|
"overwrite_policy": "always",
|
|
283
297
|
"preserve_on_uninstall": false
|
|
@@ -298,7 +312,7 @@
|
|
|
298
312
|
},
|
|
299
313
|
{
|
|
300
314
|
"path": ".cleargate/scripts/suggest_improvements.mjs",
|
|
301
|
-
"sha256": "
|
|
315
|
+
"sha256": "62e71e7bf43abb6f015290f6ff3e06f15fb097682ddb95dbdf9532922d27925a",
|
|
302
316
|
"tier": "script",
|
|
303
317
|
"overwrite_policy": "always",
|
|
304
318
|
"preserve_on_uninstall": false
|
|
@@ -333,7 +347,7 @@
|
|
|
333
347
|
},
|
|
334
348
|
{
|
|
335
349
|
"path": ".cleargate/scripts/test/test_flashcard_gate.sh",
|
|
336
|
-
"sha256": "
|
|
350
|
+
"sha256": "40fb023b0db1556295b92858b303ba90745ef89c3131bc760232e5cd8ebe7815",
|
|
337
351
|
"tier": "script",
|
|
338
352
|
"overwrite_policy": "always",
|
|
339
353
|
"preserve_on_uninstall": false
|
|
@@ -368,49 +382,49 @@
|
|
|
368
382
|
},
|
|
369
383
|
{
|
|
370
384
|
"path": ".cleargate/scripts/validate_state.mjs",
|
|
371
|
-
"sha256": "
|
|
385
|
+
"sha256": "ee3e8c0aeadb9a4e182d2a061cd992b6751e5bf067e0729b88da58582c67dbf1",
|
|
372
386
|
"tier": "script",
|
|
373
387
|
"overwrite_policy": "always",
|
|
374
388
|
"preserve_on_uninstall": false
|
|
375
389
|
},
|
|
376
390
|
{
|
|
377
391
|
"path": ".cleargate/scripts/write_dispatch.sh",
|
|
378
|
-
"sha256": "
|
|
392
|
+
"sha256": "abdcaf09b09251f3ab42cb7ec8bdedc5806fd0eb337578f55043bffb158d8128",
|
|
379
393
|
"tier": "script",
|
|
380
394
|
"overwrite_policy": "always",
|
|
381
395
|
"preserve_on_uninstall": false
|
|
382
396
|
},
|
|
383
397
|
{
|
|
384
398
|
"path": ".cleargate/templates/Bug.md",
|
|
385
|
-
"sha256": "
|
|
399
|
+
"sha256": "570112e3a60856c891652837307fc6f296cc39acc20451f8bde62da0fe033026",
|
|
386
400
|
"tier": "template",
|
|
387
401
|
"overwrite_policy": "merge-3way",
|
|
388
402
|
"preserve_on_uninstall": false
|
|
389
403
|
},
|
|
390
404
|
{
|
|
391
405
|
"path": ".cleargate/templates/CR.md",
|
|
392
|
-
"sha256": "
|
|
406
|
+
"sha256": "ab111792dc79fd5181b44a63c76ac696fa4e456161ac44e2c4d0dc609e8dd904",
|
|
393
407
|
"tier": "template",
|
|
394
408
|
"overwrite_policy": "merge-3way",
|
|
395
409
|
"preserve_on_uninstall": false
|
|
396
410
|
},
|
|
397
411
|
{
|
|
398
412
|
"path": ".cleargate/templates/epic.md",
|
|
399
|
-
"sha256": "
|
|
413
|
+
"sha256": "fd3b54de89befe7c5bcef65e2fa5550fc7f371d55c8f15143ae73d84f3ae6d36",
|
|
400
414
|
"tier": "template",
|
|
401
415
|
"overwrite_policy": "merge-3way",
|
|
402
416
|
"preserve_on_uninstall": false
|
|
403
417
|
},
|
|
404
418
|
{
|
|
405
419
|
"path": ".cleargate/templates/hotfix.md",
|
|
406
|
-
"sha256": "
|
|
420
|
+
"sha256": "b75dd154c156e68a44ae01b85eff7ec16f54050e4fe7eb71f59e17d87c03a298",
|
|
407
421
|
"tier": "template",
|
|
408
422
|
"overwrite_policy": "merge-3way",
|
|
409
423
|
"preserve_on_uninstall": false
|
|
410
424
|
},
|
|
411
425
|
{
|
|
412
426
|
"path": ".cleargate/templates/initiative.md",
|
|
413
|
-
"sha256": "
|
|
427
|
+
"sha256": "28680917228e5d9887c8820193cc21bfecc6aad3bc0658e8a59087adf63551fd",
|
|
414
428
|
"tier": "template",
|
|
415
429
|
"overwrite_policy": "merge-3way",
|
|
416
430
|
"preserve_on_uninstall": false
|
|
@@ -424,7 +438,7 @@
|
|
|
424
438
|
},
|
|
425
439
|
{
|
|
426
440
|
"path": ".cleargate/templates/sprint_context.md",
|
|
427
|
-
"sha256": "
|
|
441
|
+
"sha256": "82a95b8e5e9a5842a9dcad68bc3ed7405819a616d13d616cdb80083c32cc1fc3",
|
|
428
442
|
"tier": "template",
|
|
429
443
|
"overwrite_policy": "merge-3way",
|
|
430
444
|
"preserve_on_uninstall": false
|
|
@@ -438,7 +452,7 @@
|
|
|
438
452
|
},
|
|
439
453
|
{
|
|
440
454
|
"path": ".cleargate/templates/story.md",
|
|
441
|
-
"sha256": "
|
|
455
|
+
"sha256": "56d793983614d832e84193d99ee5318c061d2f3ea4f019cefb861c026513cb31",
|
|
442
456
|
"tier": "template",
|
|
443
457
|
"overwrite_policy": "merge-3way",
|
|
444
458
|
"preserve_on_uninstall": false
|