cleargate 0.14.0 → 0.15.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.
- package/CHANGELOG.md +16 -0
- package/dist/MANIFEST.json +71 -15
- package/dist/admin-api/index.cjs +0 -1
- package/dist/admin-api/index.js +1 -2
- package/dist/auth/factory.cjs +0 -1
- package/dist/auth/factory.js +2 -3
- package/dist/auth/require-token.cjs +0 -1
- package/dist/auth/require-token.js +1 -2
- package/dist/auth/token-store.cjs +0 -1
- package/dist/auth/token-store.js +1 -2
- package/dist/{bootstrap-root-QKSA5V75.js → bootstrap-root-2H5HVTCC.js} +1 -2
- package/dist/{chunk-PDE37WFQ.js → chunk-A7MSQUU7.js} +2 -3
- package/dist/{chunk-BTSZOEWC.js → chunk-P6KEDAK2.js} +0 -1
- package/dist/{chunk-E3X7IE5E.js → chunk-PY6FHGV5.js} +1 -2
- package/dist/{chunk-5DI2Z3C2.js → chunk-Y53ZZYYU.js} +1 -2
- package/dist/cli.cjs +1564 -1414
- package/dist/cli.js +1514 -1364
- package/dist/lib/ledger.cjs +0 -1
- package/dist/lib/ledger.js +1 -2
- package/dist/lib/lifecycle-reconcile.cjs +0 -1
- package/dist/lib/lifecycle-reconcile.js +2 -3
- package/dist/{whoami-EANGN46Z.js → whoami-JKQQPABQ.js} +3 -4
- package/package.json +4 -3
- package/templates/cleargate-planning/.claude/agents/architect.md +4 -2
- package/templates/cleargate-planning/.claude/agents/developer.md +4 -11
- package/templates/cleargate-planning/.claude/agents/qa.md +14 -6
- package/templates/cleargate-planning/.claude/hooks/pending-task-sentinel.sh +2 -2
- package/templates/cleargate-planning/.claude/skills/sprint-execution/SKILL.md +19 -1
- package/templates/cleargate-planning/.cleargate/config.example.yml +16 -0
- package/templates/cleargate-planning/.cleargate/scripts/close_sprint.deferred-verify.red.node.test.ts +245 -0
- package/templates/cleargate-planning/.cleargate/scripts/close_sprint.mjs +227 -0
- package/templates/cleargate-planning/.cleargate/scripts/gate-checks.json +5 -4
- package/templates/cleargate-planning/.cleargate/scripts/init_sprint.mjs +75 -2
- package/templates/cleargate-planning/.cleargate/scripts/pre_gate_common.sh +48 -0
- package/templates/cleargate-planning/.cleargate/scripts/pre_gate_runner.sh +57 -1
- package/templates/cleargate-planning/.cleargate/scripts/provision_worktree_config.sh +155 -0
- package/templates/cleargate-planning/.cleargate/scripts/qa_red_lint.mjs +380 -0
- package/templates/cleargate-planning/.cleargate/scripts/run_script.sh +34 -1
- package/templates/cleargate-planning/.cleargate/scripts/test/cr077_eviction.red.sh +113 -0
- package/templates/cleargate-planning/.cleargate/scripts/test/cr078_init.test.sh +309 -0
- package/templates/cleargate-planning/.cleargate/scripts/test/cr079_provision.red.sh +262 -0
- package/templates/cleargate-planning/.cleargate/scripts/test/cr080_wrapper.test.sh +177 -0
- package/templates/cleargate-planning/.cleargate/scripts/test/cr081_qa_red_lint.red.sh +348 -0
- package/templates/cleargate-planning/.cleargate/sprint-runs/_off-sprint/.session-totals.json +1 -0
- package/templates/cleargate-planning/.cleargate/sprint-runs/_off-sprint/token-ledger.jsonl +27 -0
- package/templates/cleargate-planning/.cleargate/templates/sprint_context.md +17 -0
- package/templates/cleargate-planning/.cleargate/templates/story.md +1 -0
- package/templates/cleargate-planning/MANIFEST.json +71 -15
- package/dist/admin-api/index.cjs.map +0 -1
- package/dist/admin-api/index.js.map +0 -1
- package/dist/auth/factory.cjs.map +0 -1
- package/dist/auth/factory.js.map +0 -1
- package/dist/auth/require-token.cjs.map +0 -1
- package/dist/auth/require-token.js.map +0 -1
- package/dist/auth/token-store.cjs.map +0 -1
- package/dist/auth/token-store.js.map +0 -1
- package/dist/bootstrap-root-QKSA5V75.js.map +0 -1
- package/dist/chunk-5DI2Z3C2.js.map +0 -1
- package/dist/chunk-BTSZOEWC.js.map +0 -1
- package/dist/chunk-E3X7IE5E.js.map +0 -1
- package/dist/chunk-PDE37WFQ.js.map +0 -1
- package/dist/cli.cjs.map +0 -1
- package/dist/cli.js.map +0 -1
- package/dist/lib/ledger.cjs.map +0 -1
- package/dist/lib/ledger.js.map +0 -1
- package/dist/lib/lifecycle-reconcile.cjs.map +0 -1
- package/dist/lib/lifecycle-reconcile.js.map +0 -1
- package/dist/templates/cleargate-planning/.claude/agents/architect-reader.md +0 -61
- package/dist/templates/cleargate-planning/.claude/agents/architect-synth.md +0 -124
- package/dist/templates/cleargate-planning/.claude/agents/architect.md +0 -230
- package/dist/templates/cleargate-planning/.claude/agents/cleargate-wiki-contradict.md +0 -108
- package/dist/templates/cleargate-planning/.claude/agents/cleargate-wiki-ingest.md +0 -194
- package/dist/templates/cleargate-planning/.claude/agents/cleargate-wiki-lint.md +0 -261
- package/dist/templates/cleargate-planning/.claude/agents/cleargate-wiki-query.md +0 -143
- package/dist/templates/cleargate-planning/.claude/agents/developer.md +0 -185
- package/dist/templates/cleargate-planning/.claude/agents/devops.md +0 -257
- package/dist/templates/cleargate-planning/.claude/agents/qa.md +0 -171
- package/dist/templates/cleargate-planning/.claude/agents/reporter.md +0 -274
- package/dist/templates/cleargate-planning/.claude/hooks/pending-task-sentinel.sh +0 -209
- package/dist/templates/cleargate-planning/.claude/hooks/pre-commit-surface-gate.sh +0 -33
- package/dist/templates/cleargate-planning/.claude/hooks/pre-commit-test-ratchet.sh +0 -58
- package/dist/templates/cleargate-planning/.claude/hooks/pre-commit.sh +0 -19
- package/dist/templates/cleargate-planning/.claude/hooks/pre-edit-gate.sh +0 -162
- package/dist/templates/cleargate-planning/.claude/hooks/pre-tool-use-autonomy.sh +0 -58
- package/dist/templates/cleargate-planning/.claude/hooks/pre-tool-use-task.sh +0 -148
- package/dist/templates/cleargate-planning/.claude/hooks/session-start.sh +0 -75
- package/dist/templates/cleargate-planning/.claude/hooks/stamp-and-gate.sh +0 -43
- package/dist/templates/cleargate-planning/.claude/hooks/token-ledger.sh +0 -590
- package/dist/templates/cleargate-planning/.claude/settings.json +0 -68
- package/dist/templates/cleargate-planning/.claude/skills/flashcard/SKILL.md +0 -102
- package/dist/templates/cleargate-planning/.claude/skills/sprint-execution/SKILL.md +0 -742
- package/dist/templates/cleargate-planning/.cleargate/FLASHCARD.md +0 -7
- package/dist/templates/cleargate-planning/.cleargate/config.example.yml +0 -67
- package/dist/templates/cleargate-planning/.cleargate/config.yml +0 -18
- package/dist/templates/cleargate-planning/.cleargate/delivery/archive/.gitkeep +0 -0
- package/dist/templates/cleargate-planning/.cleargate/delivery/pending-sync/.gitkeep +0 -0
- package/dist/templates/cleargate-planning/.cleargate/knowledge/cleargate-enforcement.md +0 -551
- package/dist/templates/cleargate-planning/.cleargate/knowledge/cleargate-protocol.md +0 -878
- package/dist/templates/cleargate-planning/.cleargate/knowledge/mid-sprint-triage-rubric.md +0 -160
- package/dist/templates/cleargate-planning/.cleargate/knowledge/readiness-gates.md +0 -213
- package/dist/templates/cleargate-planning/.cleargate/knowledge/sprint-closeout-checklist.md +0 -71
- package/dist/templates/cleargate-planning/.cleargate/scripts/_migrate-schema-v3.mjs +0 -120
- package/dist/templates/cleargate-planning/.cleargate/scripts/assert_story_files.mjs +0 -265
- package/dist/templates/cleargate-planning/.cleargate/scripts/close_sprint.mjs +0 -1012
- package/dist/templates/cleargate-planning/.cleargate/scripts/collision_surface.sh +0 -114
- package/dist/templates/cleargate-planning/.cleargate/scripts/constants.mjs +0 -62
- package/dist/templates/cleargate-planning/.cleargate/scripts/dedupe_frontmatter.mjs +0 -219
- package/dist/templates/cleargate-planning/.cleargate/scripts/file_surface_diff.sh +0 -320
- package/dist/templates/cleargate-planning/.cleargate/scripts/gate-checks.json +0 -15
- package/dist/templates/cleargate-planning/.cleargate/scripts/init_gate_config.sh +0 -38
- package/dist/templates/cleargate-planning/.cleargate/scripts/init_sprint.mjs +0 -240
- package/dist/templates/cleargate-planning/.cleargate/scripts/launch_wave.mjs +0 -341
- package/dist/templates/cleargate-planning/.cleargate/scripts/lib/report-filename.mjs +0 -54
- package/dist/templates/cleargate-planning/.cleargate/scripts/pre_gate_common.sh +0 -206
- package/dist/templates/cleargate-planning/.cleargate/scripts/pre_gate_runner.sh +0 -371
- package/dist/templates/cleargate-planning/.cleargate/scripts/prefill_report.mjs +0 -280
- package/dist/templates/cleargate-planning/.cleargate/scripts/prep_doc_refresh.mjs +0 -378
- package/dist/templates/cleargate-planning/.cleargate/scripts/prep_qa_context.mjs +0 -888
- package/dist/templates/cleargate-planning/.cleargate/scripts/run_script.sh +0 -209
- package/dist/templates/cleargate-planning/.cleargate/scripts/sprint_trends.mjs +0 -71
- package/dist/templates/cleargate-planning/.cleargate/scripts/state.schema.json +0 -127
- package/dist/templates/cleargate-planning/.cleargate/scripts/suggest_improvements.mjs +0 -717
- package/dist/templates/cleargate-planning/.cleargate/scripts/surface-whitelist.txt +0 -27
- package/dist/templates/cleargate-planning/.cleargate/scripts/test/test_assert_story_files.sh +0 -261
- package/dist/templates/cleargate-planning/.cleargate/scripts/test/test_file_surface.sh +0 -210
- package/dist/templates/cleargate-planning/.cleargate/scripts/test/test_flashcard_gate.sh +0 -190
- package/dist/templates/cleargate-planning/.cleargate/scripts/test/test_prep_qa_context.sh +0 -482
- package/dist/templates/cleargate-planning/.cleargate/scripts/test/test_test_ratchet.sh +0 -327
- package/dist/templates/cleargate-planning/.cleargate/scripts/test_ratchet.mjs +0 -261
- package/dist/templates/cleargate-planning/.cleargate/scripts/update_state.mjs +0 -246
- package/dist/templates/cleargate-planning/.cleargate/scripts/validate_bounce_readiness.mjs +0 -111
- package/dist/templates/cleargate-planning/.cleargate/scripts/validate_state.mjs +0 -184
- package/dist/templates/cleargate-planning/.cleargate/scripts/write_dispatch.sh +0 -172
- package/dist/templates/cleargate-planning/.cleargate/templates/Bug.md +0 -126
- package/dist/templates/cleargate-planning/.cleargate/templates/CR.md +0 -130
- package/dist/templates/cleargate-planning/.cleargate/templates/Sprint Plan Template.md +0 -137
- package/dist/templates/cleargate-planning/.cleargate/templates/epic.md +0 -166
- package/dist/templates/cleargate-planning/.cleargate/templates/hotfix.md +0 -111
- package/dist/templates/cleargate-planning/.cleargate/templates/initiative.md +0 -122
- package/dist/templates/cleargate-planning/.cleargate/templates/sprint_context.md +0 -50
- package/dist/templates/cleargate-planning/.cleargate/templates/sprint_report.md +0 -224
- package/dist/templates/cleargate-planning/.cleargate/templates/story.md +0 -213
- package/dist/templates/cleargate-planning/CLAUDE.md +0 -66
- package/dist/templates/cleargate-planning/MANIFEST.json +0 -503
- package/dist/templates/synthesis/active-sprint.md +0 -30
- package/dist/templates/synthesis/open-gates.md +0 -38
- package/dist/templates/synthesis/product-state.md +0 -31
- package/dist/templates/synthesis/roadmap.md +0 -63
- package/dist/whoami-EANGN46Z.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.15.0] — 2026-06-04
|
|
7
|
+
|
|
8
|
+
SPRINT-34 Polyglot Portability Hardening. Fixes the 11 loop/portability defects the SPRINT-66 polyglot dogfood surfaced (EPIC-045, CR-077…082) and ships the two carried EPIC-043 hygiene CRs (CR-075/076). A fresh non-node `cleargate init` (pytest / vitest / go) now executes a sprint without an expert orchestrator patching hardcoded `cleargate-cli` / `node:test` assumptions.
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Repo-derived test conventions** (CR-077) — `cleargate init` runs a stack detector that inspects the target tree (`pyproject.toml`/pytest, `package.json`/vitest, `go.mod`/go test, polyglot) and writes a structured `## Test Stack` block into `sprint_context.md` plus repo-derived `gate-checks.json` typecheck/test commands. The shipped Developer/QA/Architect agents are now **runner-neutral** — the ClearGate-internal "node:test mandatory / vitest forbidden (EPIC-028)" policy is no longer shipped as universal law; it lives only as the meta-repo's own data.
|
|
12
|
+
- **Worktree config provisioning** (CR-079) — `provision_worktree_config.sh` symlinks (or copies) the gitignored config roots declared in a new `config.yml worktree.provision_config` key (default `[.env]`) into each story worktree, and the `stray_env_files` pre-gate scan exempts the same single-source list — so a target whose build/tests read a gitignored `.env` runs in-worktree without a manual symlink or false-flag.
|
|
13
|
+
- **`init_sprint` sets the `.active` sentinel + applies the SDR lane audit** (CR-078) — kickoff no longer requires manual `.active` writes or lane reclassification.
|
|
14
|
+
- **QA-Red semantic-fixture lint** (CR-081) — stock `qa_red_lint.mjs` (R-enum: out-of-set enum/`Literal` constructor args; R-query: duplicate-text `queryByText`/`getByText`) wired into the pre-gate scan, catching unsatisfiable fixtures before a Developer dispatch is spent.
|
|
15
|
+
- **Deferred-verification tracking + close gate** (CR-082) — an optional `deferred_verification:` story-frontmatter field and a `close_sprint.mjs` Step 2.9 gate that blocks close until each declared heavy check has a green result (silent no-op when none declared).
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- **Script-wrapper correctness** (CR-080) — `pre_gate_runner.sh` normalizes the worktree arg to an absolute path at entry (fixes the relative-path REPORT_FILE doubling, F5); `run_script.sh` guarantees inherited-env pass-through and forwards the documented ClearGate config vars, e.g. `CLEARGATE_STATE_FILE` (F8).
|
|
19
|
+
- **Published package trimmed** (CR-076) — dropped ~30 MB of sourcemaps (`tsup sourcemap:false`) and de-duplicated the scaffold payload (removed the `dist/templates/` copy; the bin reads the root `templates/`); build now `rm -rf dist` first to guarantee the trim. Unpacked size 53.4 MB → 21.9 MB, 221 → 130 files, 9.4 MB → 3.7 MB packed.
|
|
20
|
+
- **Standalone, green test suite** (CR-075 + follow-ups) — tiered into a default standalone-safe `npm test` and an opt-in `npm run test:integration`; removed the monorepo-only `npm pack --workspace=` shells; added `.nvmrc`; reconciled 28 long-drifted/vitest-remnant default-tier tests to shipped behavior (`npm test` now passes); meta-repo gate commands use `npm --prefix cleargate-cli` (the repo root is not an npm workspace); flashcard-sentinel hook now scans `*-{dev,qa}.md` of any work-item id in the `reports/` subdir.
|
|
21
|
+
|
|
6
22
|
## [0.14.0] — 2026-05-29
|
|
7
23
|
|
|
8
24
|
SPRINT-32 Parallel-Wave Sprint Execution + Code-Map Awareness Layer. Two epics shipped (EPIC-032, EPIC-033, 6 stories). The parallel-wave capability is built this sprint and runs serially here; first live wave is a next-sprint event.
|
package/dist/MANIFEST.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"cleargate_version": "0.
|
|
3
|
-
"generated_at": "2026-06-
|
|
2
|
+
"cleargate_version": "0.15.0",
|
|
3
|
+
"generated_at": "2026-06-04T07:32:54.323Z",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
6
|
"path": ".claude/agents/architect-reader.md",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"path": ".claude/agents/architect.md",
|
|
21
|
-
"sha256": "
|
|
21
|
+
"sha256": "846b4a358ae59cd14bbbd93bde6e14b5eeec771feb21ae21d06112cce8264669",
|
|
22
22
|
"tier": "agent",
|
|
23
23
|
"overwrite_policy": "always",
|
|
24
24
|
"preserve_on_uninstall": false
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"path": ".claude/agents/developer.md",
|
|
56
|
-
"sha256": "
|
|
56
|
+
"sha256": "a30c67845deb217eb03f83748bd80170a373315eab4ed9687222fcd50cb9a287",
|
|
57
57
|
"tier": "agent",
|
|
58
58
|
"overwrite_policy": "always",
|
|
59
59
|
"preserve_on_uninstall": false
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": ".claude/agents/qa.md",
|
|
70
|
-
"sha256": "
|
|
70
|
+
"sha256": "438da28233d5954fe676eaa35b49fb024deb13841813d1409be30d0779a8af02",
|
|
71
71
|
"tier": "agent",
|
|
72
72
|
"overwrite_policy": "always",
|
|
73
73
|
"preserve_on_uninstall": false
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": ".claude/hooks/pending-task-sentinel.sh",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "cb9c37ceea8e93b6c86225442ec06993b55b3341b572b3218c29df5ea1fc1759",
|
|
85
85
|
"tier": "hook",
|
|
86
86
|
"overwrite_policy": "always",
|
|
87
87
|
"preserve_on_uninstall": false
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": ".claude/skills/sprint-execution/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "a3d923bd1e36b2f2fbe5f7252d6f7c6ab5e6bc0b4fca228d02c9de79d674ba77",
|
|
169
169
|
"tier": "skill",
|
|
170
170
|
"overwrite_policy": "always",
|
|
171
171
|
"preserve_on_uninstall": false
|
|
@@ -226,9 +226,16 @@
|
|
|
226
226
|
"overwrite_policy": "always",
|
|
227
227
|
"preserve_on_uninstall": false
|
|
228
228
|
},
|
|
229
|
+
{
|
|
230
|
+
"path": ".cleargate/scripts/close_sprint.deferred-verify.red.node.test.ts",
|
|
231
|
+
"sha256": "d45d297206a7b57eeb12abd2fdea9d632a479f1aa8b5177f47c02ede67fcab58",
|
|
232
|
+
"tier": "script",
|
|
233
|
+
"overwrite_policy": "always",
|
|
234
|
+
"preserve_on_uninstall": false
|
|
235
|
+
},
|
|
229
236
|
{
|
|
230
237
|
"path": ".cleargate/scripts/close_sprint.mjs",
|
|
231
|
-
"sha256": "
|
|
238
|
+
"sha256": "894373451279678568fa2373f99126d0ad27c84a2a506cdd77e71c8e9b370647",
|
|
232
239
|
"tier": "script",
|
|
233
240
|
"overwrite_policy": "always",
|
|
234
241
|
"preserve_on_uninstall": false
|
|
@@ -263,7 +270,7 @@
|
|
|
263
270
|
},
|
|
264
271
|
{
|
|
265
272
|
"path": ".cleargate/scripts/gate-checks.json",
|
|
266
|
-
"sha256": "
|
|
273
|
+
"sha256": "fa8e2af31c709a589ae73a8ebfa6719120f32589d34cfca76ca1e8836d10461f",
|
|
267
274
|
"tier": "script",
|
|
268
275
|
"overwrite_policy": "always",
|
|
269
276
|
"preserve_on_uninstall": false
|
|
@@ -277,7 +284,7 @@
|
|
|
277
284
|
},
|
|
278
285
|
{
|
|
279
286
|
"path": ".cleargate/scripts/init_sprint.mjs",
|
|
280
|
-
"sha256": "
|
|
287
|
+
"sha256": "f06b6ada867f7fc693ef5d8b8fb765c3ac492668fbb875a9034c486b8967270a",
|
|
281
288
|
"tier": "script",
|
|
282
289
|
"overwrite_policy": "always",
|
|
283
290
|
"preserve_on_uninstall": false
|
|
@@ -298,14 +305,14 @@
|
|
|
298
305
|
},
|
|
299
306
|
{
|
|
300
307
|
"path": ".cleargate/scripts/pre_gate_common.sh",
|
|
301
|
-
"sha256": "
|
|
308
|
+
"sha256": "97405ff603b61843d032a95aadd0489505675201d727cb0fa5befb83410e6b0b",
|
|
302
309
|
"tier": "script",
|
|
303
310
|
"overwrite_policy": "always",
|
|
304
311
|
"preserve_on_uninstall": false
|
|
305
312
|
},
|
|
306
313
|
{
|
|
307
314
|
"path": ".cleargate/scripts/pre_gate_runner.sh",
|
|
308
|
-
"sha256": "
|
|
315
|
+
"sha256": "bd7e6050fd903f9a6898b92895b12a5c95d79b7306c4251c992ae33e70abecdc",
|
|
309
316
|
"tier": "script",
|
|
310
317
|
"overwrite_policy": "always",
|
|
311
318
|
"preserve_on_uninstall": false
|
|
@@ -331,9 +338,23 @@
|
|
|
331
338
|
"overwrite_policy": "always",
|
|
332
339
|
"preserve_on_uninstall": false
|
|
333
340
|
},
|
|
341
|
+
{
|
|
342
|
+
"path": ".cleargate/scripts/provision_worktree_config.sh",
|
|
343
|
+
"sha256": "3c33876fdeffc5b3391edab4a7b8e26c32ec37b0f7b60a0fff296e7640ff34b2",
|
|
344
|
+
"tier": "script",
|
|
345
|
+
"overwrite_policy": "always",
|
|
346
|
+
"preserve_on_uninstall": false
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"path": ".cleargate/scripts/qa_red_lint.mjs",
|
|
350
|
+
"sha256": "7f1bcbeb04c4588d5a8f4a9b925aaadaa399bd85feb94443bad3c546dec119b6",
|
|
351
|
+
"tier": "script",
|
|
352
|
+
"overwrite_policy": "always",
|
|
353
|
+
"preserve_on_uninstall": false
|
|
354
|
+
},
|
|
334
355
|
{
|
|
335
356
|
"path": ".cleargate/scripts/run_script.sh",
|
|
336
|
-
"sha256": "
|
|
357
|
+
"sha256": "e5c570e25a63ee75497a5c3596efe5e164fe736d6ddc750f74dfb21fd4daf710",
|
|
337
358
|
"tier": "script",
|
|
338
359
|
"overwrite_policy": "always",
|
|
339
360
|
"preserve_on_uninstall": false
|
|
@@ -373,6 +394,41 @@
|
|
|
373
394
|
"overwrite_policy": "always",
|
|
374
395
|
"preserve_on_uninstall": false
|
|
375
396
|
},
|
|
397
|
+
{
|
|
398
|
+
"path": ".cleargate/scripts/test/cr077_eviction.red.sh",
|
|
399
|
+
"sha256": "ecaa8104b925d5fd11a7d47a7bafe0f45199ebea79dc05c3f975fd46b545de6f",
|
|
400
|
+
"tier": "script",
|
|
401
|
+
"overwrite_policy": "always",
|
|
402
|
+
"preserve_on_uninstall": false
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"path": ".cleargate/scripts/test/cr078_init.test.sh",
|
|
406
|
+
"sha256": "955a7388f42aa89c4a9ff90d8bc27534249c3cd4be4ad01f1feb760d05fa4328",
|
|
407
|
+
"tier": "script",
|
|
408
|
+
"overwrite_policy": "always",
|
|
409
|
+
"preserve_on_uninstall": false
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"path": ".cleargate/scripts/test/cr079_provision.red.sh",
|
|
413
|
+
"sha256": "b59ce43780433800ce7b8c4b8136689e1170c7a27e6bbf8cc4b1ebd0e25b08eb",
|
|
414
|
+
"tier": "script",
|
|
415
|
+
"overwrite_policy": "always",
|
|
416
|
+
"preserve_on_uninstall": false
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"path": ".cleargate/scripts/test/cr080_wrapper.test.sh",
|
|
420
|
+
"sha256": "d3953989d3be1540f7e2297c7869fae23d385e8ed2b64346a787775a98d2881e",
|
|
421
|
+
"tier": "script",
|
|
422
|
+
"overwrite_policy": "always",
|
|
423
|
+
"preserve_on_uninstall": false
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"path": ".cleargate/scripts/test/cr081_qa_red_lint.red.sh",
|
|
427
|
+
"sha256": "fa66c6d78489c55b5084e46151557716ff1145b0ac5f064dac507ff7259b3040",
|
|
428
|
+
"tier": "script",
|
|
429
|
+
"overwrite_policy": "always",
|
|
430
|
+
"preserve_on_uninstall": false
|
|
431
|
+
},
|
|
376
432
|
{
|
|
377
433
|
"path": ".cleargate/scripts/test/test_assert_story_files.sh",
|
|
378
434
|
"sha256": "6aace15a0de4d07b4b9e7454d2b38e266b7a80e265281135a050bd9f6be83aab",
|
|
@@ -480,7 +536,7 @@
|
|
|
480
536
|
},
|
|
481
537
|
{
|
|
482
538
|
"path": ".cleargate/templates/sprint_context.md",
|
|
483
|
-
"sha256": "
|
|
539
|
+
"sha256": "5f19079f19b4cbe373f4ed0e2425e7c2fe8978bd3b345d31d28a09ea19ef7bfc",
|
|
484
540
|
"tier": "template",
|
|
485
541
|
"overwrite_policy": "merge-3way",
|
|
486
542
|
"preserve_on_uninstall": false
|
|
@@ -494,7 +550,7 @@
|
|
|
494
550
|
},
|
|
495
551
|
{
|
|
496
552
|
"path": ".cleargate/templates/story.md",
|
|
497
|
-
"sha256": "
|
|
553
|
+
"sha256": "e64ba4260b975566c270bed7a8411db9df4579eb34fa5928732606aa838da935",
|
|
498
554
|
"tier": "template",
|
|
499
555
|
"overwrite_policy": "merge-3way",
|
|
500
556
|
"preserve_on_uninstall": false
|
package/dist/admin-api/index.cjs
CHANGED
package/dist/admin-api/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-P6KEDAK2.js";
|
|
7
7
|
|
|
8
8
|
// src/admin-api/index.ts
|
|
9
9
|
init_esm_shims();
|
|
@@ -403,4 +403,3 @@ export {
|
|
|
403
403
|
loadAdminAuth,
|
|
404
404
|
redactSensitive
|
|
405
405
|
};
|
|
406
|
-
//# sourceMappingURL=index.js.map
|
package/dist/auth/factory.cjs
CHANGED
package/dist/auth/factory.js
CHANGED
|
@@ -3,9 +3,8 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
createTokenStore
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-PY6FHGV5.js";
|
|
7
|
+
import "../chunk-P6KEDAK2.js";
|
|
8
8
|
export {
|
|
9
9
|
createTokenStore
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=factory.js.map
|
|
@@ -3,7 +3,7 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-P6KEDAK2.js";
|
|
7
7
|
|
|
8
8
|
// src/auth/require-token.ts
|
|
9
9
|
init_esm_shims();
|
|
@@ -19,4 +19,3 @@ async function requireToken(profile, store) {
|
|
|
19
19
|
export {
|
|
20
20
|
requireToken
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=require-token.js.map
|
package/dist/auth/token-store.js
CHANGED
|
@@ -3,8 +3,7 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-P6KEDAK2.js";
|
|
7
7
|
|
|
8
8
|
// src/auth/token-store.ts
|
|
9
9
|
init_esm_shims();
|
|
10
|
-
//# sourceMappingURL=token-store.js.map
|
|
@@ -3,7 +3,7 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-P6KEDAK2.js";
|
|
7
7
|
|
|
8
8
|
// src/commands/bootstrap-root.ts
|
|
9
9
|
init_esm_shims();
|
|
@@ -133,4 +133,3 @@ export {
|
|
|
133
133
|
isValidHandle,
|
|
134
134
|
scrubPassword
|
|
135
135
|
};
|
|
136
|
-
//# sourceMappingURL=bootstrap-root-QKSA5V75.js.map
|
|
@@ -3,10 +3,10 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
createTokenStore
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-PY6FHGV5.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-P6KEDAK2.js";
|
|
10
10
|
|
|
11
11
|
// src/config.ts
|
|
12
12
|
init_esm_shims();
|
|
@@ -361,4 +361,3 @@ export {
|
|
|
361
361
|
AcquireError,
|
|
362
362
|
acquireAccessToken
|
|
363
363
|
};
|
|
364
|
-
//# sourceMappingURL=chunk-PDE37WFQ.js.map
|
|
@@ -3,7 +3,7 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-P6KEDAK2.js";
|
|
7
7
|
|
|
8
8
|
// src/auth/factory.ts
|
|
9
9
|
init_esm_shims();
|
|
@@ -170,4 +170,3 @@ async function createTokenStore(opts = {}) {
|
|
|
170
170
|
export {
|
|
171
171
|
createTokenStore
|
|
172
172
|
};
|
|
173
|
-
//# sourceMappingURL=chunk-E3X7IE5E.js.map
|
|
@@ -3,7 +3,7 @@ import { createRequire as __cgCreateRequire } from "module";
|
|
|
3
3
|
const require = __cgCreateRequire(import.meta.url);
|
|
4
4
|
import {
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-P6KEDAK2.js";
|
|
7
7
|
|
|
8
8
|
// src/lib/lifecycle-reconcile.ts
|
|
9
9
|
init_esm_shims();
|
|
@@ -855,4 +855,3 @@ export {
|
|
|
855
855
|
checkVerbMismatch,
|
|
856
856
|
reconcileCurrentSprintStories
|
|
857
857
|
};
|
|
858
|
-
//# sourceMappingURL=chunk-5DI2Z3C2.js.map
|