@unbrained/pm-cli 2026.8.11 → 2026.8.13
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/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +74 -21
- package/dist/cli/commander-usage.js +37 -11
- package/dist/cli/error-guidance.d.ts +2 -0
- package/dist/cli/error-guidance.js +82 -19
- package/dist/cli/main.js +35 -19
- package/dist/cli/register-annotations.js +56 -3
- package/dist/cli/register-assurance.js +28 -17
- package/dist/cli/register-list-query.js +10 -7
- package/dist/cli/register-operations.js +16 -6
- package/dist/cli-bundle/bundle-manifest.json +163 -163
- package/dist/cli-bundle/chunks/chunk-3ZMOWAFM.js +2 -0
- package/dist/cli-bundle/chunks/chunk-DEDU3DG7.js +196 -0
- package/dist/cli-bundle/chunks/chunk-DL5M5J3V.js +13 -0
- package/dist/cli-bundle/chunks/chunk-F7FJYGK3.js +8 -0
- package/dist/cli-bundle/chunks/chunk-HIUZVCMN.js +5 -0
- package/dist/cli-bundle/chunks/chunk-IMGIN7R6.js +2 -0
- package/dist/cli-bundle/chunks/{chunk-A2SJGHSI.js → chunk-Q47C67TQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WMEZHCFI.js → chunk-QGTUPEU5.js} +62 -54
- package/dist/cli-bundle/chunks/chunk-TF3TPKPR.js +34 -0
- package/dist/cli-bundle/chunks/{chunk-ZU34C3LH.js → chunk-YLBAPY22.js} +50 -50
- package/dist/cli-bundle/chunks/register-list-query-4HIZ7EA3.js +10 -0
- package/dist/cli-bundle/chunks/register-mutation-W64FZ5HN.js +20 -0
- package/dist/cli-bundle/chunks/register-operations-C44ET7R5.js +2 -0
- package/dist/cli-bundle/chunks/{register-setup-NOCOOWQY.js → register-setup-634MFRXU.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-27N23W6M.js +31 -0
- package/dist/cli-bundle/focused-chunks/{chunk-4H5IA6AV.js → chunk-2JP7W7GO.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-2RI2FESN.js +4 -0
- package/dist/cli-bundle/focused-chunks/chunk-3BNVU6LC.js +8 -0
- package/dist/cli-bundle/focused-chunks/{chunk-2DL3MRTD.js → chunk-3DJSGWVB.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-6MLIRBLV.js +5 -0
- package/dist/cli-bundle/focused-chunks/chunk-6XYLENDV.js +155 -0
- package/dist/cli-bundle/focused-chunks/chunk-CP4K4WFS.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-TL5M2PAY.js → chunk-E3AVJ655.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-EBTNSFYE.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-J5EKAIVD.js → chunk-HC2OL2H2.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-BKPIY34S.js → chunk-I75MANL7.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-IIS2FRKL.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-NFHFZH2Z.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-OGC4XSBC.js +17 -0
- package/dist/cli-bundle/focused-chunks/{chunk-UDAZWT25.js → chunk-OOYYKQWX.js} +4 -4
- package/dist/cli-bundle/focused-chunks/{chunk-23FTGO3W.js → chunk-PKPOZXLL.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-QDZUABWL.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-QQX5TDFT.js +16 -0
- package/dist/cli-bundle/focused-chunks/{chunk-55BIB6DV.js → chunk-TEZIXMTH.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-WEH6NSL6.js +18 -0
- package/dist/cli-bundle/main.js +13 -13
- package/dist/cli-bundle/sdk-authoring.js +1 -1
- package/dist/cli-bundle/sdk-contracts.js +1 -1
- package/dist/cli-bundle/sdk-core.js +42 -41
- package/dist/cli-bundle/sdk-governance.js +1 -1
- package/dist/cli-bundle/sdk-graph.js +1 -1
- package/dist/cli-bundle/sdk-merge.js +1 -1
- package/dist/cli-bundle/sdk-query.js +1 -1
- package/dist/cli-bundle/sdk-runtime.js +1 -1
- package/dist/cli-bundle/sdk-testing.js +1 -1
- package/dist/cli-bundle/sdk.js +2 -2
- package/dist/core/checkpoint/checkpoint-gc.js +7 -12
- package/dist/core/extensions/activation-summary-markdown.js +5 -4
- package/dist/core/extensions/activation-summary.d.ts +2 -0
- package/dist/core/extensions/activation-summary.js +6 -2
- package/dist/core/extensions/capability-usage.d.ts +1 -1
- package/dist/core/extensions/capability-usage.js +4 -3
- package/dist/core/extensions/contribution-inventory.d.ts +1 -0
- package/dist/core/extensions/contribution-inventory.js +6 -2
- package/dist/core/extensions/extension-registries.js +3 -2
- package/dist/core/extensions/extension-types.d.ts +83 -1
- package/dist/core/extensions/extension-types.js +3 -2
- package/dist/core/extensions/loader.d.ts +2 -8
- package/dist/core/extensions/loader.js +53 -144
- package/dist/core/extensions/registration-values.d.ts +43 -0
- package/dist/core/extensions/registration-values.js +210 -0
- package/dist/core/extensions/reserved-host-flags.js +3 -2
- package/dist/core/extensions/runtime-registrations.d.ts +3 -1
- package/dist/core/extensions/runtime-registrations.js +12 -2
- package/dist/core/fs/fs-utils.d.ts +2 -0
- package/dist/core/fs/fs-utils.js +7 -3
- package/dist/core/history/drift-cache.js +4 -3
- package/dist/core/history/drift-scan.js +16 -17
- package/dist/core/history/history.d.ts +8 -0
- package/dist/core/history/history.js +57 -7
- package/dist/core/history/replay.d.ts +9 -1
- package/dist/core/history/replay.js +48 -13
- package/dist/core/lock/lock-gc.js +8 -13
- package/dist/core/lock/lock.js +5 -4
- package/dist/core/output/output.d.ts +2 -0
- package/dist/core/output/output.js +46 -14
- package/dist/core/search/vector-stores.js +6 -11
- package/dist/core/shared/command-types.d.ts +2 -0
- package/dist/core/shared/command-types.js +2 -2
- package/dist/core/shared/errors.d.ts +5 -0
- package/dist/core/shared/errors.js +2 -2
- package/dist/core/store/item-metadata-cache.d.ts +1 -1
- package/dist/core/store/item-metadata-cache.js +16 -9
- package/dist/core/telemetry/runtime.d.ts +6 -0
- package/dist/core/telemetry/runtime.js +101 -30
- package/dist/sdk/agent/command-recovery.d.ts +2 -0
- package/dist/sdk/agent/command-recovery.js +10 -2
- package/dist/sdk/annotations.js +4 -4
- package/dist/sdk/cli-bootstrap.d.ts +2 -0
- package/dist/sdk/cli-bootstrap.js +6 -2
- package/dist/sdk/cli-contracts/completeness.js +10 -3
- package/dist/sdk/cli-contracts/enum-contracts.d.ts +1 -1
- package/dist/sdk/cli-contracts/flag-contracts.js +9 -3
- package/dist/sdk/cli-contracts/registration-helpers.d.ts +20 -3
- package/dist/sdk/cli-contracts/registration-helpers.js +18 -12
- package/dist/sdk/cli-contracts/schemas/assurance-definition.d.ts +40 -6
- package/dist/sdk/cli-contracts/schemas/assurance-definition.js +27 -3
- package/dist/sdk/cli-contracts/tool-option-contracts.js +3 -2
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +55 -5
- package/dist/sdk/cli-contracts/tool-schema.d.ts +2 -2
- package/dist/sdk/cli-contracts/tool-schema.js +22 -4
- package/dist/sdk/cli-program.js +3 -2
- package/dist/sdk/comments.js +4 -3
- package/dist/sdk/compile-cache.js +4 -3
- package/dist/sdk/completion.js +16 -7
- package/dist/sdk/compose.d.ts +3 -1
- package/dist/sdk/compose.js +16 -2
- package/dist/sdk/context-intent-contracts.js +45 -4
- package/dist/sdk/context-signal-store.js +4 -3
- package/dist/sdk/core.d.ts +1 -0
- package/dist/sdk/core.js +3 -2
- package/dist/sdk/extension/install-runtime.js +4 -4
- package/dist/sdk/extension/managed-state.js +4 -3
- package/dist/sdk/extension-contracts.d.ts +1 -1
- package/dist/sdk/flag-invocation-contracts.js +5 -6
- package/dist/sdk/generated/generated-error-code-catalog-part-1.d.ts +8 -0
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +1597 -0
- package/dist/sdk/generated/generated-error-code-catalog-part-2.d.ts +8 -0
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +1608 -0
- package/dist/sdk/generated-error-code-catalog.js +6 -3140
- package/dist/sdk/governance/assurance-action.d.ts +27 -3
- package/dist/sdk/governance/assurance-action.js +117 -31
- package/dist/sdk/governance/assurance-mutation-error.d.ts +14 -0
- package/dist/sdk/governance/assurance-mutation-error.js +58 -0
- package/dist/sdk/governance/assurance-presets.d.ts +54 -0
- package/dist/sdk/governance/assurance-presets.js +136 -0
- package/dist/sdk/governance/assurance-runtime.d.ts +4 -0
- package/dist/sdk/governance/assurance-runtime.js +118 -14
- package/dist/sdk/governance/assurance.d.ts +51 -6
- package/dist/sdk/governance/assurance.js +321 -67
- package/dist/sdk/governance/gc.js +5 -11
- package/dist/sdk/governance/health.d.ts +3 -1
- package/dist/sdk/governance/health.js +24 -7
- package/dist/sdk/governance/validate-item-reader.js +3 -3
- package/dist/sdk/governance/validate.d.ts +2 -0
- package/dist/sdk/governance/validate.js +15 -5
- package/dist/sdk/graph/durable-cache.d.ts +1 -1
- package/dist/sdk/graph/durable-cache.js +156 -29
- package/dist/sdk/graph/governance-contracts.d.ts +12 -0
- package/dist/sdk/graph/governance-contracts.js +27 -0
- package/dist/sdk/graph/governance.d.ts +44 -2
- package/dist/sdk/graph/governance.js +156 -12
- package/dist/sdk/guide.js +4 -4
- package/dist/sdk/index.d.ts +3 -2
- package/dist/sdk/index.js +5 -4
- package/dist/sdk/lifecycle/claim.js +10 -3
- package/dist/sdk/linked-artifacts.d.ts +2 -0
- package/dist/sdk/linked-artifacts.js +29 -4
- package/dist/sdk/merge/driver.d.ts +2 -2
- package/dist/sdk/merge/driver.js +3 -3
- package/dist/sdk/merge/install.js +5 -4
- package/dist/sdk/merge/receipts.d.ts +6 -4
- package/dist/sdk/merge/receipts.js +7 -5
- package/dist/sdk/merge/three-way.d.ts +2 -2
- package/dist/sdk/merge/three-way.js +3 -3
- package/dist/sdk/output-projection.d.ts +9 -1
- package/dist/sdk/output-projection.js +45 -9
- package/dist/sdk/query/activity.d.ts +49 -2
- package/dist/sdk/query/activity.js +185 -38
- package/dist/sdk/query/get.js +19 -2
- package/dist/sdk/read-output-contracts.d.ts +5 -1
- package/dist/sdk/read-output-contracts.js +17 -2
- package/dist/sdk/read-output-session.d.ts +2 -0
- package/dist/sdk/read-output-session.js +12 -5
- package/dist/sdk/relationship-history.js +5 -5
- package/dist/sdk/runtime-primitives.d.ts +3 -3
- package/dist/sdk/runtime-primitives.js +5 -5
- package/dist/sdk/runtime-stats-options.js +3 -2
- package/dist/sdk/runtime.js +5 -9
- package/dist/sdk/schema-migration.js +4 -4
- package/dist/sdk/stats.d.ts +36 -3
- package/dist/sdk/stats.js +55 -15
- package/dist/sdk/test/execution.d.ts +4 -0
- package/dist/sdk/test/execution.js +88 -23
- package/dist/sdk/workspace-memory.js +4 -4
- package/dist/sdk/workspace-snapshot.js +8 -14
- package/dist/sdk/workspace-transaction-gc.js +4 -9
- package/dist/sdk/workspace-transaction.js +4 -4
- package/dist/sdk/workspace.js +4 -3
- package/dist/types.d.ts +2 -0
- package/dist/types.js +2 -2
- package/docs/ASSURANCE.md +170 -14
- package/docs/COMMANDS.md +29 -8
- package/docs/CONFIGURATION.md +9 -0
- package/docs/DEPENDENCY_KIND_CONTRACT.md +10 -8
- package/docs/EXTENSIONS.md +11 -12
- package/docs/MERGE_SAFETY.md +3 -1
- package/docs/OUTPUT_PROJECTION_CONTRACTS.md +26 -13
- package/docs/README.md +2 -0
- package/docs/READ_OUTPUT_CONTRACTS.md +17 -2
- package/docs/RELATIONSHIP_GRAPH.md +15 -0
- package/docs/SDK.md +17 -3
- package/docs/SDK_AGENT_SESSION_CONTEXT.md +12 -1
- package/docs/SDK_CONTEXT_EVIDENCE_CONTRACTS.md +53 -0
- package/docs/SDK_CONTEXT_INTEGRITY.md +28 -1
- package/docs/TESTING.md +24 -15
- package/docs/TRUSTWORTHY_CONTEXT_EVIDENCE.md +106 -0
- package/docs/performance/sdk-entrypoint-import-costs.md +6 -2
- package/marketplace.json +2 -2
- package/package.json +6 -6
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-digital-twin/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/packages/pm-vcs/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/sdk/public-surface.json +384 -83
- package/dist/cli-bundle/chunks/chunk-2OOU2AFH.js +0 -8
- package/dist/cli-bundle/chunks/chunk-2RA2YTHJ.js +0 -33
- package/dist/cli-bundle/chunks/chunk-DSKYD4LG.js +0 -13
- package/dist/cli-bundle/chunks/chunk-HC3GM6YY.js +0 -194
- package/dist/cli-bundle/chunks/chunk-IUNRVDAI.js +0 -2
- package/dist/cli-bundle/chunks/chunk-W7CPZGSB.js +0 -2
- package/dist/cli-bundle/chunks/chunk-ZXOC6HG5.js +0 -5
- package/dist/cli-bundle/chunks/register-list-query-HAUXVUPY.js +0 -10
- package/dist/cli-bundle/chunks/register-mutation-7Y5U7ABT.js +0 -20
- package/dist/cli-bundle/chunks/register-operations-EQX3DLAZ.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-3AYKXMYX.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-4AHEC74N.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-4SV3ZKG3.js +0 -16
- package/dist/cli-bundle/focused-chunks/chunk-6JW6Z2P5.js +0 -8
- package/dist/cli-bundle/focused-chunks/chunk-D4PIWE6D.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-DPO7TEFX.js +0 -31
- package/dist/cli-bundle/focused-chunks/chunk-E3KCL7AY.js +0 -5
- package/dist/cli-bundle/focused-chunks/chunk-ERAAFLPS.js +0 -153
- package/dist/cli-bundle/focused-chunks/chunk-F6E4JZKG.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-FPSYO5ZG.js +0 -18
- package/dist/cli-bundle/focused-chunks/chunk-KDH5OX3D.js +0 -4
- package/dist/cli-bundle/focused-chunks/chunk-OJ3LVVIS.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-VABB4L5Y.js +0 -17
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
|
-
"generation": "
|
|
3
|
+
"generation": "ef58a565ec0f1f9e81a0b3675d79321629a61202e53407e66a5d1d624b53cb15",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
|
-
"path": "chunks/chunk-
|
|
7
|
-
"sha256": "
|
|
6
|
+
"path": "chunks/chunk-3ZMOWAFM.js",
|
|
7
|
+
"sha256": "aeeade0e2e79a79eedaaae5abb6810feae24831751b691b1ad3c27a9fe0a3aae"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"path": "chunks/chunk-
|
|
11
|
-
"sha256": "
|
|
10
|
+
"path": "chunks/chunk-3ZMOWAFM.js.map",
|
|
11
|
+
"sha256": "366db6f4db43a17cf60d5a90057206d80acc466108ea4f7bf3f6a5efd6be9cbe"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"path": "chunks/chunk-
|
|
15
|
-
"sha256": "
|
|
14
|
+
"path": "chunks/chunk-DEDU3DG7.js",
|
|
15
|
+
"sha256": "716fdcd8be4f53c1e708633e443254cedafc7e4a2b02cdb6a0b41b8fdfd066c1"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"path": "chunks/chunk-
|
|
19
|
-
"sha256": "
|
|
18
|
+
"path": "chunks/chunk-DEDU3DG7.js.map",
|
|
19
|
+
"sha256": "a64934380b32ea67fe0cf7d7a512de921396f94c0223d922f750ae2819d60e9b"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
"path": "chunks/chunk-
|
|
23
|
-
"sha256": "
|
|
22
|
+
"path": "chunks/chunk-DL5M5J3V.js",
|
|
23
|
+
"sha256": "5a18a1a34bfe244f5d4f90a498c4b1c63e29521a407cf5a6b7e76537d4eeb9a3"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
"path": "chunks/chunk-
|
|
27
|
-
"sha256": "
|
|
26
|
+
"path": "chunks/chunk-DL5M5J3V.js.map",
|
|
27
|
+
"sha256": "023b95158118ea8d03fa327d776e71909676c78caef1e680195a212d7fe78213"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"path": "chunks/chunk-
|
|
31
|
-
"sha256": "
|
|
30
|
+
"path": "chunks/chunk-F7FJYGK3.js",
|
|
31
|
+
"sha256": "468165bfc6c274e9a9e5f6af6d7ce2516cbba00a939a5c692e7cd62ebbc75d15"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
"path": "chunks/chunk-
|
|
35
|
-
"sha256": "
|
|
34
|
+
"path": "chunks/chunk-F7FJYGK3.js.map",
|
|
35
|
+
"sha256": "55a6269171e06a3d9ccfa03b72091d3235df43fdf2c88f1b4ce9a9226245cdbd"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
"path": "chunks/chunk-
|
|
39
|
-
"sha256": "
|
|
38
|
+
"path": "chunks/chunk-HIUZVCMN.js",
|
|
39
|
+
"sha256": "f1c27b1a4dd6909b7ea54440db108201a908685fc889a1060dea575d07c0d593"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
"path": "chunks/chunk-
|
|
43
|
-
"sha256": "
|
|
42
|
+
"path": "chunks/chunk-HIUZVCMN.js.map",
|
|
43
|
+
"sha256": "7bfed3b8c63e2b57f8c99567bad73731cf7c8afdadce4aedfda58e038afaeb4b"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
"path": "chunks/chunk-
|
|
47
|
-
"sha256": "
|
|
46
|
+
"path": "chunks/chunk-IMGIN7R6.js",
|
|
47
|
+
"sha256": "2f54398c9bb2cb7f9c9c4d1a2487bc6213a0a590824f872b76e7d6b371c7a434"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
"path": "chunks/chunk-
|
|
51
|
-
"sha256": "
|
|
50
|
+
"path": "chunks/chunk-IMGIN7R6.js.map",
|
|
51
|
+
"sha256": "3e714ad64e1121f6c0326d6292acf05001641e1a35ffbecc692d9f1e986cd42b"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"path": "chunks/chunk-OAC5NIV4.js",
|
|
@@ -59,272 +59,272 @@
|
|
|
59
59
|
"sha256": "99b3d50e95749b3d90139b2cc0ce18aa1076e4087218d1cf63caa3ea4ce663de"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
"path": "chunks/chunk-
|
|
63
|
-
"sha256": "
|
|
62
|
+
"path": "chunks/chunk-Q47C67TQ.js",
|
|
63
|
+
"sha256": "1dfd2dde422da201ee6aabaab9f39e5bbed4d0d810a245828dca8426f9c83b5a"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"path": "chunks/chunk-
|
|
67
|
-
"sha256": "
|
|
66
|
+
"path": "chunks/chunk-Q47C67TQ.js.map",
|
|
67
|
+
"sha256": "cc14c1012ceed7eb2919b6e93a2b54773860cd983809c70f6424d745b8de333f"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"path": "chunks/chunk-
|
|
71
|
-
"sha256": "
|
|
70
|
+
"path": "chunks/chunk-QGTUPEU5.js",
|
|
71
|
+
"sha256": "2cc9099651697a81454e507491c22ac996b68402da4ee72983d6055e20691714"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"path": "chunks/chunk-
|
|
75
|
-
"sha256": "
|
|
74
|
+
"path": "chunks/chunk-QGTUPEU5.js.map",
|
|
75
|
+
"sha256": "2d6c0ed0ab01372cf02f40531f87ccf3c6a746aca760039a57b5a670e0c5b586"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"path": "chunks/chunk-
|
|
79
|
-
"sha256": "
|
|
78
|
+
"path": "chunks/chunk-QWRRFYK3.js",
|
|
79
|
+
"sha256": "8e299e100b8029f32f282886e8962fbd957129dac74315a4e7cd2432189f0c1c"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
|
-
"path": "chunks/chunk-
|
|
83
|
-
"sha256": "
|
|
82
|
+
"path": "chunks/chunk-QWRRFYK3.js.map",
|
|
83
|
+
"sha256": "ed562b0bba7ee7214e56ac7f728054b3496bec4597c94a4eb7b4179e6f5cb1c9"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
"path": "chunks/chunk-
|
|
87
|
-
"sha256": "
|
|
86
|
+
"path": "chunks/chunk-TF3TPKPR.js",
|
|
87
|
+
"sha256": "f2edc19dbdf20d7263cdc11d157993ddbd330b66349165477847f63ac9ddf927"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
"path": "chunks/chunk-
|
|
91
|
-
"sha256": "
|
|
90
|
+
"path": "chunks/chunk-TF3TPKPR.js.map",
|
|
91
|
+
"sha256": "e941b01d0cf7e66ba6696b18c8dfbd8a1794fe9e4866aba230e4741dec62de5c"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
"path": "chunks/chunk-
|
|
95
|
-
"sha256": "
|
|
94
|
+
"path": "chunks/chunk-WYRZZ5ZE.js",
|
|
95
|
+
"sha256": "a00f19d4bfaade1b7200fd065e2fed0325a71224712aaa4655286e454df47be5"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
|
-
"path": "chunks/chunk-
|
|
99
|
-
"sha256": "
|
|
98
|
+
"path": "chunks/chunk-WYRZZ5ZE.js.map",
|
|
99
|
+
"sha256": "ed562b0bba7ee7214e56ac7f728054b3496bec4597c94a4eb7b4179e6f5cb1c9"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"path": "chunks/chunk-
|
|
103
|
-
"sha256": "
|
|
102
|
+
"path": "chunks/chunk-YLBAPY22.js",
|
|
103
|
+
"sha256": "3ba3ec793f3d9472dab302c395f6cfb64e879318d52f70b38858fe7d84f9787c"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
"path": "chunks/chunk-
|
|
107
|
-
"sha256": "
|
|
106
|
+
"path": "chunks/chunk-YLBAPY22.js.map",
|
|
107
|
+
"sha256": "d9771db29a9769f0dc85e156df39035a482dea93b2e2a1b376ea216ee5d76e56"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
"path": "chunks/register-list-query-
|
|
111
|
-
"sha256": "
|
|
110
|
+
"path": "chunks/register-list-query-4HIZ7EA3.js",
|
|
111
|
+
"sha256": "3290f99889f13a7469a0feac5ac57ef5182128b2154d86a89f341fef32d5079e"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
|
-
"path": "chunks/register-list-query-
|
|
115
|
-
"sha256": "
|
|
114
|
+
"path": "chunks/register-list-query-4HIZ7EA3.js.map",
|
|
115
|
+
"sha256": "7bad448af0aa4ece244f57e67259051f9bb986d03909d4d5b2f8c0063f654058"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
|
-
"path": "chunks/register-mutation-
|
|
119
|
-
"sha256": "
|
|
118
|
+
"path": "chunks/register-mutation-W64FZ5HN.js",
|
|
119
|
+
"sha256": "c3bf51b9cb4fbff99698ad48102b206d187c9ae86f7679e84a430b3b69cd0011"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
|
-
"path": "chunks/register-mutation-
|
|
123
|
-
"sha256": "
|
|
122
|
+
"path": "chunks/register-mutation-W64FZ5HN.js.map",
|
|
123
|
+
"sha256": "22c55ed0ad7fb2863745ab8a55e8f35821793cdaa54e0cf59f72c7110c4bf9c9"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
|
-
"path": "chunks/register-operations-
|
|
127
|
-
"sha256": "
|
|
126
|
+
"path": "chunks/register-operations-C44ET7R5.js",
|
|
127
|
+
"sha256": "f224663af06e28dccdd371640ea8484506649cce479462e5ffe3111405d43080"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
|
-
"path": "chunks/register-operations-
|
|
131
|
-
"sha256": "
|
|
130
|
+
"path": "chunks/register-operations-C44ET7R5.js.map",
|
|
131
|
+
"sha256": "8fabca716498ac425368a864ab517ce9c4e6a513aa87ca559cf69dca643e4460"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
"path": "chunks/register-setup-
|
|
135
|
-
"sha256": "
|
|
134
|
+
"path": "chunks/register-setup-634MFRXU.js",
|
|
135
|
+
"sha256": "e29694d45a3402f395b3a88bbb25cbaf5d4a9854c1c3c95349df0410546008d3"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"path": "chunks/register-setup-
|
|
138
|
+
"path": "chunks/register-setup-634MFRXU.js.map",
|
|
139
139
|
"sha256": "4b0e1e63204e2107c41de2162d211e80830bbf9d4e85a15489f6a9224422722f"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
|
-
"path": "focused-chunks/chunk-
|
|
143
|
-
"sha256": "
|
|
142
|
+
"path": "focused-chunks/chunk-27N23W6M.js",
|
|
143
|
+
"sha256": "2c38155f0794ff2758d7dfda151613c2d97a6c51e1f68de760347e21614c92d0"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"path": "focused-chunks/chunk-
|
|
147
|
-
"sha256": "
|
|
146
|
+
"path": "focused-chunks/chunk-27N23W6M.js.map",
|
|
147
|
+
"sha256": "8eef822ed8ca44270c82e9416a30a1fdb62b78a74121c827939fd61b161def9b"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
"path": "focused-chunks/chunk-
|
|
151
|
-
"sha256": "
|
|
150
|
+
"path": "focused-chunks/chunk-2JP7W7GO.js",
|
|
151
|
+
"sha256": "189d882385e88a8b3925477fed8ec9fd5f36346d4a7fe7fb7918d4befe010844"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
|
-
"path": "focused-chunks/chunk-
|
|
155
|
-
"sha256": "
|
|
154
|
+
"path": "focused-chunks/chunk-2JP7W7GO.js.map",
|
|
155
|
+
"sha256": "95b33284b3e258da9087d239a8d5b3d442628cbd1b9688bc26ba378f6992eb71"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
-
"path": "focused-chunks/chunk-
|
|
159
|
-
"sha256": "
|
|
158
|
+
"path": "focused-chunks/chunk-2RI2FESN.js",
|
|
159
|
+
"sha256": "e791c85680388861e815a0b70ee992f566507e26e4192f4ecaaae5943cd1a1ab"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
|
-
"path": "focused-chunks/chunk-
|
|
163
|
-
"sha256": "
|
|
162
|
+
"path": "focused-chunks/chunk-2RI2FESN.js.map",
|
|
163
|
+
"sha256": "42af1adcaeadef325b768e52f92cdc1374e7c2fbe0a6c0f707120eb340362535"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
|
-
"path": "focused-chunks/chunk-
|
|
167
|
-
"sha256": "
|
|
166
|
+
"path": "focused-chunks/chunk-3BNVU6LC.js",
|
|
167
|
+
"sha256": "e3dc0a14123a8531c7e077894d6fd247ebc1ec6db99201324cea6c9539d0b3a6"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"path": "focused-chunks/chunk-
|
|
171
|
-
"sha256": "
|
|
170
|
+
"path": "focused-chunks/chunk-3BNVU6LC.js.map",
|
|
171
|
+
"sha256": "46d5dc5dd77feb07ece2a667619084abcb1868f6d5100cccb20ebd792a04ceae"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
"path": "focused-chunks/chunk-
|
|
175
|
-
"sha256": "
|
|
174
|
+
"path": "focused-chunks/chunk-3DJSGWVB.js",
|
|
175
|
+
"sha256": "393e977af415a1a1a13a2d9a659ecab75c57d385a9bd4d21f312777baf37aec4"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
"path": "focused-chunks/chunk-
|
|
179
|
-
"sha256": "
|
|
178
|
+
"path": "focused-chunks/chunk-3DJSGWVB.js.map",
|
|
179
|
+
"sha256": "e1040c43fa5d0d123cfe55b2684c3eaed96e1c8642846c272392fa4f950b4041"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
"path": "focused-chunks/chunk-
|
|
183
|
-
"sha256": "
|
|
182
|
+
"path": "focused-chunks/chunk-6MLIRBLV.js",
|
|
183
|
+
"sha256": "b2325a2289ac75ee26aa770e8d1b3e49ee14752e8cf403f3a8b4cce4bb2c1a16"
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
-
"path": "focused-chunks/chunk-
|
|
187
|
-
"sha256": "
|
|
186
|
+
"path": "focused-chunks/chunk-6MLIRBLV.js.map",
|
|
187
|
+
"sha256": "bba6d4e2fbcee367789495e51365bd6cc207e3c2b4f740576c2f7e21a39e44f6"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"path": "focused-chunks/chunk-
|
|
191
|
-
"sha256": "
|
|
190
|
+
"path": "focused-chunks/chunk-6XYLENDV.js",
|
|
191
|
+
"sha256": "9794127b4df5e53464adfa2a05114523bf0457f976086c350e5bb342dfc1a385"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
"path": "focused-chunks/chunk-
|
|
195
|
-
"sha256": "
|
|
194
|
+
"path": "focused-chunks/chunk-6XYLENDV.js.map",
|
|
195
|
+
"sha256": "72fad4c04e549c7c6ee93870813ccb2353c9173cc9149a70b26fffa1c556c9bd"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
|
-
"path": "focused-chunks/chunk-
|
|
199
|
-
"sha256": "
|
|
198
|
+
"path": "focused-chunks/chunk-CP4K4WFS.js",
|
|
199
|
+
"sha256": "3a47ee9d883d309741736038500f1f1507975bed81ae179efd192932da5a797d"
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
|
-
"path": "focused-chunks/chunk-
|
|
203
|
-
"sha256": "
|
|
202
|
+
"path": "focused-chunks/chunk-CP4K4WFS.js.map",
|
|
203
|
+
"sha256": "f712a2a12c16ccfbdaa4e784331e0a88a2e2e77cbc476e4a7cbaf04260a47f5f"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
"path": "focused-chunks/chunk-
|
|
207
|
-
"sha256": "
|
|
206
|
+
"path": "focused-chunks/chunk-E3AVJ655.js",
|
|
207
|
+
"sha256": "d4223f0c55eac7393a2092f6526097f8d2739ebdd860273bf0a05eee38611a07"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"path": "focused-chunks/chunk-
|
|
211
|
-
"sha256": "
|
|
210
|
+
"path": "focused-chunks/chunk-E3AVJ655.js.map",
|
|
211
|
+
"sha256": "643a7497e370f1ecf14a0d50d00d2578e3c5bee0774d470452a664c4067cb324"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
|
-
"path": "focused-chunks/chunk-
|
|
215
|
-
"sha256": "
|
|
214
|
+
"path": "focused-chunks/chunk-EBTNSFYE.js",
|
|
215
|
+
"sha256": "e81ada1255601d005d89a6dc99c38654db7d5f596ef1ccc7ce3ffd4ee07d5676"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
"path": "focused-chunks/chunk-
|
|
219
|
-
"sha256": "
|
|
218
|
+
"path": "focused-chunks/chunk-EBTNSFYE.js.map",
|
|
219
|
+
"sha256": "7dff160f923d6530865e0b5fb22a6540957a3f46a8bd4d1e97972ab14d0e4622"
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
|
-
"path": "focused-chunks/chunk-
|
|
223
|
-
"sha256": "
|
|
222
|
+
"path": "focused-chunks/chunk-HC2OL2H2.js",
|
|
223
|
+
"sha256": "4f924d769bb4c4b014f5e611d8ff3353e7638d3e19aab6316971692277582d92"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
"path": "focused-chunks/chunk-
|
|
227
|
-
"sha256": "
|
|
226
|
+
"path": "focused-chunks/chunk-HC2OL2H2.js.map",
|
|
227
|
+
"sha256": "5878ba26d3d3dfbbcb1a1efe8d0a8ce4881eba5b4fba28407b45021de97dadf4"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
"path": "focused-chunks/chunk-
|
|
231
|
-
"sha256": "
|
|
230
|
+
"path": "focused-chunks/chunk-I75MANL7.js",
|
|
231
|
+
"sha256": "5d4eebef093836b71b8da0c69a2219d229506b9f75fcd607108f90064348c658"
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"path": "focused-chunks/chunk-
|
|
235
|
-
"sha256": "
|
|
234
|
+
"path": "focused-chunks/chunk-I75MANL7.js.map",
|
|
235
|
+
"sha256": "3ef5cf7659fea4c6acdb27199b07ff5b2bf4d8febf19c7f7c79ba5e198596802"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"path": "focused-chunks/chunk-
|
|
239
|
-
"sha256": "
|
|
238
|
+
"path": "focused-chunks/chunk-IIS2FRKL.js",
|
|
239
|
+
"sha256": "b3f98d979245814495166806c200ec6e500c988c8f3f4e1fe121243ac1293192"
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
|
-
"path": "focused-chunks/chunk-
|
|
243
|
-
"sha256": "
|
|
242
|
+
"path": "focused-chunks/chunk-IIS2FRKL.js.map",
|
|
243
|
+
"sha256": "c9608d852fe71db546cac9f9f7d359ab2d7e2ec230538b9a802e4bda80ad662a"
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
"path": "focused-chunks/chunk-
|
|
247
|
-
"sha256": "
|
|
246
|
+
"path": "focused-chunks/chunk-NFHFZH2Z.js",
|
|
247
|
+
"sha256": "50ff8a08ccf231f82383797ca6e5d6bef21fab5eb3e814c4f49f2d00094c34aa"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
"path": "focused-chunks/chunk-
|
|
251
|
-
"sha256": "
|
|
250
|
+
"path": "focused-chunks/chunk-NFHFZH2Z.js.map",
|
|
251
|
+
"sha256": "7c735d91d611766588a34c31e9a96c1a7a0dd543189ef72839278c653ca67582"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"path": "focused-chunks/chunk-
|
|
255
|
-
"sha256": "
|
|
254
|
+
"path": "focused-chunks/chunk-OGC4XSBC.js",
|
|
255
|
+
"sha256": "cf90600ebeb02f1a58c4d3974f585566e487d00af74c138eccb05d3a0fc61536"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"path": "focused-chunks/chunk-
|
|
259
|
-
"sha256": "
|
|
258
|
+
"path": "focused-chunks/chunk-OGC4XSBC.js.map",
|
|
259
|
+
"sha256": "9cb829ac2e7bf3aff8ea0f272b177bb3949d571b2fa2d4d9ce1451659980c6fa"
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
|
-
"path": "focused-chunks/chunk-
|
|
263
|
-
"sha256": "
|
|
262
|
+
"path": "focused-chunks/chunk-OOYYKQWX.js",
|
|
263
|
+
"sha256": "a6a59ff89e8375dd2f11c1a6d12737bb28870dc53362b72c28c91abefb861977"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
"path": "focused-chunks/chunk-
|
|
267
|
-
"sha256": "
|
|
266
|
+
"path": "focused-chunks/chunk-OOYYKQWX.js.map",
|
|
267
|
+
"sha256": "b80a9fd24a07af7addc64bac2309db69905ff0425210f2ff354b3b20b9c9569f"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
|
-
"path": "focused-chunks/chunk-
|
|
271
|
-
"sha256": "
|
|
270
|
+
"path": "focused-chunks/chunk-PKPOZXLL.js",
|
|
271
|
+
"sha256": "a9f0f6a7aa2162542f86c467151dc20f1c54e10f412a88596cf398ecc7716c7f"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
|
-
"path": "focused-chunks/chunk-
|
|
275
|
-
"sha256": "
|
|
274
|
+
"path": "focused-chunks/chunk-PKPOZXLL.js.map",
|
|
275
|
+
"sha256": "69defa46fb046d5c77205451f6601042d33343cb1de0a501d64c3a046ea1fc89"
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
|
-
"path": "focused-chunks/chunk-
|
|
279
|
-
"sha256": "
|
|
278
|
+
"path": "focused-chunks/chunk-QDZUABWL.js",
|
|
279
|
+
"sha256": "5e469ebb5c546d5f420c86bbb6b1f04d8a23fb2ab19f3c78423c4b036da018d9"
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"path": "focused-chunks/chunk-
|
|
283
|
-
"sha256": "
|
|
282
|
+
"path": "focused-chunks/chunk-QDZUABWL.js.map",
|
|
283
|
+
"sha256": "4627a66ea135d6d19fa5b951c343475f2679aa7f02db167fa798ac48b7bac569"
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
"path": "focused-chunks/chunk-
|
|
287
|
-
"sha256": "
|
|
286
|
+
"path": "focused-chunks/chunk-QQX5TDFT.js",
|
|
287
|
+
"sha256": "e9a91cd00b90a554e283f0cb4f2b1990c928e6bf2dd82210248ed971262346c4"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"path": "focused-chunks/chunk-
|
|
291
|
-
"sha256": "
|
|
290
|
+
"path": "focused-chunks/chunk-QQX5TDFT.js.map",
|
|
291
|
+
"sha256": "879c7ec67d3e77b2341ba4ba4cd548f485abd47c05f402901c5b85cd849ee58d"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
|
-
"path": "focused-chunks/chunk-
|
|
295
|
-
"sha256": "
|
|
294
|
+
"path": "focused-chunks/chunk-TEZIXMTH.js",
|
|
295
|
+
"sha256": "e15cf7fcbbc5a5dbc37859839c7595c5046a9b78aab2dba52f2a334ee3822ad7"
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
|
-
"path": "focused-chunks/chunk-
|
|
299
|
-
"sha256": "
|
|
298
|
+
"path": "focused-chunks/chunk-TEZIXMTH.js.map",
|
|
299
|
+
"sha256": "10712ed3a56e5dd43f4fe124a9909a9c39f164d5f15f2b93e2e4e386d0748029"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
"path": "focused-chunks/chunk-
|
|
303
|
-
"sha256": "
|
|
302
|
+
"path": "focused-chunks/chunk-WEH6NSL6.js",
|
|
303
|
+
"sha256": "61d35b54d74858399da6be2b7388a118cbf238975fbd067cf064c50cdb71dc40"
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
|
-
"path": "focused-chunks/chunk-
|
|
307
|
-
"sha256": "
|
|
306
|
+
"path": "focused-chunks/chunk-WEH6NSL6.js.map",
|
|
307
|
+
"sha256": "79324333f7e8eb43408ce57cf262943131328e56180cf553712a189726f4debb"
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
"path": "main.js",
|
|
311
|
-
"sha256": "
|
|
311
|
+
"sha256": "0219410c01932025a3a581f357a06f3a02f6530d5e4760217a87b5b53701a55e"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"path": "main.js.map",
|
|
315
|
-
"sha256": "
|
|
315
|
+
"sha256": "3c8a53c06c859f02ae05716e30a5e386575b29c249160b314c67db16be8ee539"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"path": "sdk-authoring.js",
|
|
319
|
-
"sha256": "
|
|
319
|
+
"sha256": "8a316bea5e7980434dc6da9a0d43f0ba5074b62712e955fc70ea9712ead8f643"
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
"path": "sdk-authoring.js.map",
|
|
323
|
-
"sha256": "
|
|
323
|
+
"sha256": "ed4d53e0b3372b3eefeaf06dc0f47f35d9bfefb27538564e9a71d5ce9958b717"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"path": "sdk-contracts.js",
|
|
327
|
-
"sha256": "
|
|
327
|
+
"sha256": "1cfc2cf4d8b0272dbfbda6bf579e6c922fc6a31b8e4caeba2c2e9b45794853e8"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"path": "sdk-contracts.js.map",
|
|
@@ -332,15 +332,15 @@
|
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"path": "sdk-core.js",
|
|
335
|
-
"sha256": "
|
|
335
|
+
"sha256": "e2176aab3e00a12dd0bb64011bd2d4a219433416ff8a2b4ccf99bdc86ec04ee2"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"path": "sdk-core.js.map",
|
|
339
|
-
"sha256": "
|
|
339
|
+
"sha256": "3a6b99d0190634bff7a95e1a0beeccec42468f9b6957bc0fbb138a57419afeeb"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"path": "sdk-governance.js",
|
|
343
|
-
"sha256": "
|
|
343
|
+
"sha256": "e9544d0a8e34f812357349efd6d9bd4af57670a53e2192d2249c2a0e190c9e40"
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"path": "sdk-governance.js.map",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"path": "sdk-graph.js",
|
|
351
|
-
"sha256": "
|
|
351
|
+
"sha256": "8892bc6bd562b84e39c00555e45de4c9d33a198321ce91ff9db08b9b2900ef1c"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"path": "sdk-graph.js.map",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"path": "sdk-merge.js",
|
|
359
|
-
"sha256": "
|
|
359
|
+
"sha256": "8597d4510f1f2c2e9158bcae03adba8713c87317b314e7170f476bcec0c7c20b"
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"path": "sdk-merge.js.map",
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"path": "sdk-query.js",
|
|
367
|
-
"sha256": "
|
|
367
|
+
"sha256": "1426e4a9aa487b49f0b8425249be9fbee8f3189484c842946314dd30a060786e"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"path": "sdk-query.js.map",
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
"path": "sdk-runtime.js",
|
|
375
|
-
"sha256": "
|
|
375
|
+
"sha256": "d1b7c96394ae7ff056ecd531083ac7c79cd0be0244d784892a8ff1b66d6671af"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"path": "sdk-runtime.js.map",
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
"path": "sdk-testing.js",
|
|
383
|
-
"sha256": "
|
|
383
|
+
"sha256": "3105587dfff956e56759b1c7e1f157711b6c3460af48faa53680167d578bb782"
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"path": "sdk-testing.js.map",
|
|
@@ -388,11 +388,11 @@
|
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
"path": "sdk.js",
|
|
391
|
-
"sha256": "
|
|
391
|
+
"sha256": "05024a07584d65af3bd82872a726ed58d07e69eef21c75c4fceff54501e24a59"
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"path": "sdk.js.map",
|
|
395
|
-
"sha256": "
|
|
395
|
+
"sha256": "9f14687693d52f12360cf20f8399ca95af4454d3f109d6046ff133b76aa698d4"
|
|
396
396
|
}
|
|
397
397
|
]
|
|
398
398
|
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{$b as B,Wb as z,Xb as K,Yb as S,bb as P,bc as F,cc as L}from"./chunk-QGTUPEU5.js";import{b as x}from"./chunk-YLBAPY22.js";import{$,C as c,E as d,Hb as k,Ri as D,Td as N,Ui as G,bk as j,fg as C,hg as U,hk as v,w as O}from"./chunk-DEDU3DG7.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="687855bf-7432-5691-a809-1f0406b5d8a8")}catch{}})();import ie from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="07876c03-63a8-5c69-9c6c-c3446076a382")}catch{}})();var b=["op","id","reason","options"],J=[...b,"ref"],W=["schema_version","mutations"],Q="[a-z][a-z0-9._-]{0,63}",Y=new RegExp(`^${Q}$`,"u"),ee=new RegExp(`(^|,)id=@(${Q})(?=,|$)`,"gu"),q=e=>e.slice(2).replaceAll(/-([a-z])/gu,(t,n)=>n.toUpperCase()),E=["item","linked","schedule","claim_state","children","omission_receipt","row_contract","context_intent"],te=new Set(["created_at","updated_at","closed_at","version","format_version","path","author","collection_counts","notes_count","tests_count"]),se=new Set([...te,"completed_at","id"]),_=new Set(["id","title","description","type","status","priority","tags","body","deadline","estimated_minutes","acceptance_criteria","definition_of_ready","order","rank","assignee",...O,"affected_version","fixed_version","component","regression","customer_impact","close_reason","completed_at","dependencies","comments","notes","learnings","files","tests","docs","reminders","events","type_options"]),V={create:D.map(e=>e.target),update:G.map(e=>e.target),close:j.map(e=>q(e.flag)).filter(e=>e!=="reason"),release:v.map(e=>q(e.flag))};function lt(e){let t={},n=e.createCompensation;if(n!==void 0){if(n!=="close"&&n!=="delete")throw new d("createCompensation must be close or delete.",c.USAGE);t.createCompensation=n}for(let r of["lockTtlSeconds","lockWaitMs"]){let o=e[r];if(o===void 0)continue;let i=typeof o=="number"||typeof o=="string"&&o.trim().length>0?Number(o):Number.NaN;if(!Number.isSafeInteger(i)||i<=0)throw new d(`${r} must be a positive safe integer.`,c.USAGE);t[r]=i}return t}function p(e){if(typeof e!="object"||e===null||Array.isArray(e))return!1;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function g(e,t){let n=Math.max(1,Math.min(3,Math.floor(e.length/4)+1)),r;for(let o of t){let i=$(e,o,n);i!==null&&(r===void 0||i<r.distance)&&(r={key:o,distance:i})}return r?.key}function y(e,t,n){let r=g(t,n);return new d(r===void 0?`${e} does not recognize key "${t}". Allowed keys: ${n.join(", ")}.`:`${e} does not recognize key "${t}". Did you mean "${r}"?`,c.USAGE,{code:"stdin_json_unknown_key",required:`Use documented ${e} keys only.`,why:"Strict structured input prevents silent typos from creating incomplete or unintended mutations.",nextSteps:[r===void 0?`Remove or correct "${t}".`:`Replace "${t}" with "${r}".`]})}function R(e,t){try{return JSON.parse(e)}catch(n){let r=n instanceof Error?n.message:String(n);throw new d(`${t} must be valid JSON: ${r}`,c.USAGE,{code:"stdin_json_invalid",required:`Pipe one valid JSON ${t.toLowerCase()} into stdin.`,why:"Structured mutation input must parse deterministically before any tracker write begins."})}}function ae(e,t){if(!p(e))throw new d(`Mutation ${t+1} must be an object.`,c.USAGE);for(let n of Object.keys(e))if(!b.includes(n))throw y(`mutation ${t+1}`,n,b);return e}function ce(e,t,n){if(e!==void 0){if(!p(e))throw new d(`Mutation ${n+1} options must be an object.`,c.USAGE);for(let r of Object.keys(e))if(!V[t].includes(r))throw y(`mutation ${n+1} ${t} options`,r,V[t]);return e}}function de(e,t){let n=ae(e,t),{op:r,id:o,reason:i}=n;if(r!=="create"&&r!=="update"&&r!=="close"&&r!=="release")throw new d(`Mutation ${t+1} op must be create, update, close, or release.`,c.USAGE);let s=ce(n.options,r,t);if(typeof o!="string"||o.trim().length===0)throw new d(`Mutation ${t+1} requires a non-empty id.`,c.USAGE);let a=o.trim();if(r==="close"){if(typeof i!="string"||i.trim().length===0)throw new d(`Mutation ${t+1} close requires a non-empty reason.`,c.USAGE);return{op:r,id:a,reason:i.trim(),...s===void 0?{}:{options:s}}}if(r==="release")return{op:r,id:a,...s===void 0?{}:{options:s}};if(!p(s))throw new d(`Mutation ${t+1} ${r} requires an options object.`,c.USAGE);return{op:r,id:a,options:s}}function ne(e){let t=R(e,"Mutation batch"),n=Array.isArray(t)?t:p(t)&&Array.isArray(t.mutations)?t.mutations:void 0;if(n===void 0||n.length===0)throw new d("Mutation batch must be a non-empty JSON array or an object with a non-empty mutations array.",c.USAGE);return n.map((r,o)=>de(r,o))}function ue(e,t,n){let r=ie.createHash("sha256").update(e).update("\0").update(t).digest("hex"),o=BigInt(`0x${r.slice(0,16)}`).toString(36).padStart(13,"0").slice(-12);return`${C(n)}${o}`}function H(e,t){if(typeof e!="string"||!e.startsWith("@"))return e;let n=e.slice(1),r=t[n];if(r===void 0)throw new d(`Unknown mutation reference "${e}".`,c.USAGE);return r}function X(e,t){if(typeof e!="string")return e;let n=e.replace(ee,(r,o,i)=>{let s=t[i];if(s===void 0)throw new d(`Unknown mutation reference "@${i}".`,c.USAGE);return`${o}id=${s}`});if(/(^|,)id=@/u.test(n))throw new d(`Malformed mutation reference in dependency "${e}".`,c.USAGE);return n}function pe(e){return typeof e!="string"?[]:e.startsWith("@")?[e.slice(1)]:[...e.matchAll(ee)].map(t=>t[1]).filter(t=>t!==void 0)}function fe(e){let t=new Map;for(let i of e){if(i.op!=="create"||typeof i.ref!="string")continue;let s=p(i.options)?i.options:{},a=Array.isArray(s.dep)?s.dep:s.dep===void 0?[]:[s.dep];t.set(i.ref,[s.parent,s.blockedBy,...a].flatMap(pe))}let n=new Set,r=new Set,o=i=>{if(n.has(i))throw new d(`Mutation reference cycle includes "@${i}".`,c.USAGE);if(!r.has(i)){n.add(i);for(let s of t.get(i))t.has(s)&&o(s);n.delete(i),r.add(i)}};for(let i of t.keys())o(i)}function le(e){let t=R(e,"Mutation document"),n=Array.isArray(t)?{schema_version:1,mutations:t}:t;if(!p(n))throw new d("Mutation document must be a JSON array or object.",c.USAGE);for(let r of Object.keys(n))if(!W.includes(r))throw y("mutation document",r,W);if(n.schema_version!==void 0&&n.schema_version!==1)throw new d("Mutation document schema_version must be 1.",c.USAGE);if(!Array.isArray(n.mutations)||n.mutations.length===0)throw new d("Mutation document requires a non-empty mutations array.",c.USAGE);return n.mutations.map((r,o)=>{if(!p(r))throw new d(`Mutation ${o+1} must be an object.`,c.USAGE);for(let i of Object.keys(r))if(!J.includes(i))throw y(`mutation ${o+1}`,i,J);return{...r}})}function me(e,t){let n=Object.create(null);for(let[r,o]of e.entries())if(o.ref!==void 0){if(o.op!=="create")throw new d(`Mutation ${r+1} ref is only valid for create operations.`,c.USAGE);if(typeof o.ref!="string"||!Y.test(o.ref))throw new d(`Mutation ${r+1} ref must match ${Y.source}.`,c.USAGE);if(n[o.ref]!==void 0)throw new d(`Duplicate mutation ref "${o.ref}".`,c.USAGE);n[o.ref]=typeof o.id=="string"&&o.id.trim().length>0?U(o.id,t.idPrefix):ue(t.transactionId,o.ref,t.idPrefix)}return n}function mt(e,t){let n=le(e),r=me(n,t);fe(n);let o=n.map(a=>{let u={...a},m=typeof u.ref=="string"?u.ref:void 0;if(delete u.ref,m!==void 0?u.id=r[m]:u.id=H(u.id,r),p(u.options)){let f={...u.options};for(let w of["parent","blockedBy"])f[w]!==void 0&&(f[w]=H(f[w],r));Array.isArray(f.dep)?f.dep=f.dep.map(w=>X(w,r)):f.dep!==void 0&&(f.dep=X(f.dep,r)),u.options=f}return u}),i=ne(JSON.stringify(o)),s=i.filter(a=>a.op==="create").map(a=>a.id);if(new Set(s).size!==s.length)throw new d("Duplicate resolved create id in mutation document.",c.USAGE);return{schema_version:1,mutations:i,references:r}}function re(e,t){return t.filter(n=>e[n]!==void 0&&e[n]!==null).map(n=>{let r=String(e[n]);return`${n}=${/[",\n\r\\]/u.test(r)?JSON.stringify(r):r}`}).join(",")}function ye(e,t,n){if(e!==void 0){if(!Array.isArray(e)||!e.every(p))throw new d(`${n} must be an array of objects.`,c.USAGE);return e.map(r=>re(r,t))}}function he(e,t){return e==="tags"&&Array.isArray(t)&&t.every(n=>typeof n=="string")?JSON.stringify(t):typeof t=="number"||typeof t=="boolean"?String(t):t}function Z(e,t,n=!1){let r=[["dependencies","dep",["id","kind","created_at","author","source_kind"]],["comments","comment",["text","created_at","author"]],["notes","note",["text","created_at","author"]],["learnings","learning",["text","created_at","author"]],["files","file",["path","scope","note"]],["tests","test",["command","scope","timeout_seconds"]],["docs","doc",["path","scope","note"]],["reminders","reminder",["at","text","created_at"]],["events","event",["start_at","end_at","title","location"]],["type_options","typeOption",["key","value"]]];for(let[o,i,s]of r){let a=t[o],u=ye(n&&["comments","notes","learnings"].includes(o)&&Array.isArray(a)?a.filter(m=>!p(m)||m.created_at===void 0):a,s,o);u!==void 0&&u.length>0&&(e[i]=u)}}function we(e,t){for(let n of Object.keys(e)){if(t){if(!E.includes(n))throw y("item envelope",n,E);continue}if(!_.has(n)&&g(n,[..._])===void 0&&g(n,E)==="item")throw y("item envelope",n,E)}}function _e(e){let t=Object.hasOwn(e,"item");we(e,t);let n=t?e.item:e;if(!p(n))throw new d("Item document item must be an object.",c.USAGE);return{item:n,...t&&p(e.linked)?{linked:e.linked}:{}}}function Ee(e,t,n,r){if(!(r==="update"?se:te).has(t)){if(!_.has(t)){if(g(t,[..._])!==void 0)throw y("item document",t,[..._]);let s=Array.isArray(e.field)?e.field:[];s.push(re({key:t,value:typeof n=="string"?n:JSON.stringify(n)},["key","value"])),e.field=s;return}["dependencies","comments","notes","learnings","files","tests","docs","reminders","events","type_options"].includes(t)||(e[t.replaceAll(/_([a-z])/gu,(i,s)=>s.toUpperCase())]=he(t,n))}}function yt(e,t,n={}){let r=R(e,"Item document");if(!p(r))throw new d("Item document must be a JSON object.",c.USAGE);let{item:o,linked:i}=_e(r),s={};for(let[a,u]of Object.entries(o))Ee(s,a,u,t);return Z(s,o,t==="update"),i!==void 0&&Z(s,i),{...s,...Object.fromEntries(Object.entries(n).filter(([,a])=>a!==void 0)),stdinJson:void 0}}function ht(e){return ne(JSON.stringify(e))}import ge from"node:crypto";import Ae from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ed638747-7a72-5332-87fc-c82088457b91")}catch{}})();async function l(e,t){try{let r=(await P(t,{},{pmRoot:e})).item;return{id:r.id,closedAt:r.closed_at,updatedAt:r.updated_at,assignee:r.assignee,claimPrincipal:r.claim_principal}}catch(n){if(n instanceof d&&n.exitCode===c.NOT_FOUND)return;throw n}}function I(e,t){let n=e.id.replaceAll(/[^a-zA-Z0-9._-]/gu,"_"),r=ge.createHash("sha256").update(k(e)).digest("hex").slice(0,12);return`${t+1}-${e.op}-${n}-${r}`}function Te(e,t){let n=e.id.replaceAll(/[^a-zA-Z0-9._-]/gu,"_");return`${t+1}-${e.op}-${n}`}function h(e,t,n){return`bulk-item-transaction ${e} ${t} ${n}`}async function A(e,t,n,r){let o=await N(Ae.join(e,"history",`${t}.jsonl`),t),i=h(n,r,"apply"),s=h(n,r,"compensate");for(let a=o.length-1;a>=0;a-=1){let u=o[a].message;if(u===i)return!0;if(u===s)return!1}return!1}async function M(e,t){let n=await l(e,t.id);if(n?.updatedAt===void 0)throw new d(`Bulk ${t.op} target ${t.id} does not exist or has no restorable version`,c.NOT_FOUND);return{target_updated_at:n.updatedAt}}async function T(e,t,n,r){let o=r!==null&&typeof r=="object"&&!Array.isArray(r)?r.target_updated_at:void 0;typeof o=="string"&&await l(e.pmRoot,t)!==void 0&&await L(t,o,{force:!0,author:e.author,message:h(e.transactionId,n,"compensate")},{pmRoot:e.pmRoot})}function oe(e,t,n){return{id:n,async inspect(){let r=await l(e.pmRoot,t.id);return r===void 0?{state:"pending"}:{state:"applied",result:{id:r.id,op:"create"}}},async apply(){let o=(await z({...t.options,author:e.author,id:t.id},{pmRoot:e.pmRoot})).item;return{id:String(o.id),op:"create"}},async compensate(){let r=await l(e.pmRoot,t.id);if(r!==void 0){if(e.createCompensation==="delete"){await F(t.id,{force:!0,author:e.author,message:`Compensate interrupted bulk transaction ${e.transactionId}`},{pmRoot:e.pmRoot});return}r.closedAt===void 0&&await S(t.id,`Compensated: interrupted bulk transaction ${e.transactionId}`,{force:!0,author:e.author},{pmRoot:e.pmRoot})}}}}function Se(e,t,n){return{id:n,async inspect(){let r=await l(e.pmRoot,t.id);return r===void 0?{state:"pending"}:await A(e.pmRoot,r.id,e.transactionId,n)?{state:"applied",result:{id:r.id,op:"update"}}:{state:"pending"}},async prepareCompensation(){return M(e.pmRoot,t)},async apply(){let o=(await K(t.id,{...t.options,author:e.author,message:h(e.transactionId,n,"apply")},{pmRoot:e.pmRoot})).item;return{id:String(o.id),op:"update"}},async compensate(r){await T(e,t.id,n,r)}}}function be(e,t,n){return{id:n,async inspect(){let r=await l(e.pmRoot,t.id);return r===void 0?{state:"pending"}:await A(e.pmRoot,r.id,e.transactionId,n)?{state:"applied",result:{id:r.id,op:"close"}}:r.closedAt===void 0?{state:"pending"}:{state:"applied",result:{id:r.id,op:"close"}}},async prepareCompensation(){return M(e.pmRoot,t)},async apply(){let o=(await S(t.id,t.reason,{...t.options,author:e.author,message:h(e.transactionId,n,"apply")},{pmRoot:e.pmRoot})).item;return{id:String(o.id),op:"close"}},async compensate(r){await T(e,t.id,n,r)}}}function Re(e,t,n){return{id:n,async inspect(){let r=await l(e.pmRoot,t.id);return r===void 0?{state:"pending"}:await A(e.pmRoot,r.id,e.transactionId,n)?{state:"applied",result:{id:r.id,op:"release"}}:r.assignee!==void 0||r.claimPrincipal!==void 0?{state:"pending"}:{state:"applied",result:{id:r.id,op:"release"}}},async prepareCompensation(){return M(e.pmRoot,t)},async apply(){let o=(await B(t.id,{...t.options,author:e.author,message:h(e.transactionId,n,"apply")},{pmRoot:e.pmRoot})).item;return{id:String(o.id),op:"release"}},async compensate(r){await T(e,t.id,n,r)}}}function Ie(e,t,n){let r=I(t,n);switch(t.op){case"create":return oe(e,t,r);case"update":return Se(e,t,r);case"close":return be(e,t,r);case"release":return Re(e,t,r)}}function Me(e,t){if(e===null||typeof e!="object"||Array.isArray(e))throw new TypeError(`Bulk mutation ${t+1} must be an object`);if(!["create","update","close","release"].includes(e.op))throw new TypeError(`Bulk mutation ${t+1} op must be create, update, close, or release`);if(typeof e.id!="string"||e.id.trim().length===0)throw new TypeError(`Bulk mutation ${t+1} requires a non-empty id`);if(e.op==="close"&&(typeof e.reason!="string"||e.reason.trim().length===0))throw new TypeError(`Bulk close mutation ${t+1} requires a non-empty reason`)}async function Oe(e){let t=[...e.mutations];if(t.length===0)throw new TypeError("Bulk item transaction requires at least one mutation");for(let[s,a]of t.entries())Me(a,s);let n=e.createCompensation??"close";if(!["close","delete"].includes(n))throw new TypeError("Bulk item transaction createCompensation must be close or delete");let r={pmRoot:e.pmRoot,author:e.author,transactionId:e.transactionId,createCompensation:n},o=await x({pmRoot:e.pmRoot,transactionId:e.transactionId,author:e.author,steps:t.map((s,a)=>Ie(r,s,a)),...e.lockTtlSeconds===void 0?{}:{lockTtlSeconds:e.lockTtlSeconds},...e.lockWaitMs===void 0?{}:{lockWaitMs:e.lockWaitMs},...e.onTransition===void 0?{}:{onTransition:e.onTransition}}),i={};for(let[s,a]of t.entries()){let u=I(a,s),m=o.results[u];i[Te(a,s)]=m}return{transactionId:o.transactionId,status:"committed",recovered:o.recovered,results:i}}function $e(e){let t=[];return e.evidence!==void 0&&Object.keys(e.evidence).length>0&&t.push({op:"update",id:e.id,options:e.evidence}),t.push({op:"close",id:e.id,reason:e.reason,...e.closeOptions===void 0?{}:{options:e.closeOptions}},{op:"release",id:e.id,...e.releaseOptions===void 0?{}:{options:e.releaseOptions}}),t}function It(e){return Oe({pmRoot:e.pmRoot,transactionId:e.transactionId,author:e.author,mutations:$e(e),...e.lockTtlSeconds===void 0?{}:{lockTtlSeconds:e.lockTtlSeconds},...e.lockWaitMs===void 0?{}:{lockWaitMs:e.lockWaitMs},...e.onTransition===void 0?{}:{onTransition:e.onTransition}})}var Mt={buildCreateStep:oe,bulkHistoryMarker:h,compensateByRestore:T,deriveStepId:I,isUpdateMarkerApplied:A,readItemSnapshot:l};export{lt as a,ne as b,mt as c,yt as d,ht as e,Oe as f,$e as g,It as h,Mt as i};
|
|
2
|
+
//# sourceMappingURL=chunk-3ZMOWAFM.js.map
|