@unbrained/pm-cli 2026.8.6 → 2026.8.8
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 +65 -0
- package/dist/cli/main.js +6 -3
- package/dist/cli/register-annotations.d.ts +11 -0
- package/dist/cli/register-annotations.js +195 -0
- package/dist/cli/register-history-author.js +7 -30
- package/dist/cli/register-mutation.js +25 -206
- package/dist/cli/register-operations.js +11 -2
- package/dist/cli/runtime-compatibility-boundary.d.ts +17 -0
- package/dist/cli/runtime-compatibility-boundary.js +43 -0
- package/dist/cli/stats-analytics-json.d.ts +9 -0
- package/dist/cli/stats-analytics-json.js +69 -0
- package/dist/cli-bundle/bundle-manifest.json +156 -692
- package/dist/cli-bundle/chunks/chunk-2ZMXX3Q6.js +2068 -0
- package/dist/cli-bundle/chunks/chunk-ALDHXLPS.js +3 -0
- package/dist/cli-bundle/chunks/chunk-CBLA33YK.js +8 -0
- package/dist/cli-bundle/chunks/chunk-GKA54IJM.js +5 -0
- package/dist/cli-bundle/chunks/chunk-KRY7SRUO.js +2 -0
- package/dist/cli-bundle/chunks/chunk-MNJ4NNSY.js +26 -0
- package/dist/cli-bundle/chunks/chunk-NUXRRNAB.js +77 -0
- package/dist/cli-bundle/chunks/chunk-OJPCFDDY.js +13 -0
- package/dist/cli-bundle/chunks/chunk-PFSD3DAN.js +194 -0
- package/dist/cli-bundle/chunks/chunk-QWRRFYK3.js +2 -0
- package/dist/cli-bundle/chunks/chunk-SQ7QZFQ6.js +2 -0
- package/dist/cli-bundle/chunks/{register-list-query-QH7ONPKU.js → register-list-query-WFZAMJHZ.js} +8 -8
- package/dist/cli-bundle/chunks/register-mutation-SOKKOTHQ.js +20 -0
- package/dist/cli-bundle/chunks/register-operations-5XQETS6E.js +2 -0
- package/dist/cli-bundle/chunks/register-setup-2HL5ZHMK.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-54EU2UVO.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-N7QN3NE6.js → chunk-5FLBTZJQ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-5GJ57YKN.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-YLPZHWX7.js → chunk-ANTMGYLI.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-CMDS3KYT.js +14 -0
- package/dist/cli-bundle/focused-chunks/{chunk-EYO4F74Z.js → chunk-DMKOMTTY.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-GSW2Y7VZ.js → chunk-F5B3HBEZ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-27DK4A5O.js → chunk-FI6DWU2M.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-CL3NB7VW.js → chunk-FNOKJG6N.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-EAXXF2HW.js → chunk-FPDYXZBK.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-XNVXIQ4B.js → chunk-GWI6YIKJ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-6KDHXURF.js → chunk-HCUC62AB.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-GEYU23YS.js → chunk-HGNKPSCB.js} +22 -22
- package/dist/cli-bundle/focused-chunks/chunk-IAS7PMLG.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-TQMFQYXR.js → chunk-PL2EYDJK.js} +29 -29
- package/dist/cli-bundle/focused-chunks/chunk-SM2PJGP3.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-4JC3AOGS.js → chunk-TCSAPH33.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-U646T7Z6.js +18 -0
- package/dist/cli-bundle/focused-chunks/chunk-YKPE4PPY.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-GIERI4YU.js → chunk-YSAHYUXX.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-ZOLDTUU7.js +2 -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 +38 -37
- 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 -1
- package/dist/cli.js +14 -4
- package/dist/core/extensions/reserved-host-flags.js +3 -2
- package/dist/core/history/workspace-history.d.ts +22 -2
- package/dist/core/history/workspace-history.js +60 -36
- package/dist/core/output/output.d.ts +2 -0
- package/dist/core/output/output.js +10 -2
- package/dist/core/sentry/helpers.d.ts +10 -0
- package/dist/core/sentry/helpers.js +59 -4
- package/dist/core/shared/command-types.d.ts +2 -0
- package/dist/core/shared/command-types.js +2 -2
- package/dist/core/shared/constants.d.ts +2 -0
- package/dist/core/shared/constants.js +4 -2
- package/dist/mcp/tool-definitions.js +6 -2
- package/dist/sdk/annotations.d.ts +40 -0
- package/dist/sdk/annotations.js +61 -9
- package/dist/sdk/author-attribution.d.ts +12 -0
- package/dist/sdk/author-attribution.js +87 -9
- package/dist/sdk/cli-bootstrap.d.ts +2 -0
- package/dist/sdk/cli-bootstrap.js +7 -2
- package/dist/sdk/cli-contracts/command-exit-contracts.d.ts +118 -0
- package/dist/sdk/cli-contracts/command-exit-contracts.js +152 -0
- package/dist/sdk/cli-contracts/completeness.js +54 -5
- package/dist/sdk/cli-contracts/flag-contracts.js +6 -2
- package/dist/sdk/cli-contracts/registration-helpers.js +3 -2
- package/dist/sdk/cli-contracts/runtime-contracts.d.ts +11 -0
- package/dist/sdk/cli-contracts/runtime-contracts.js +41 -8
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +129 -10
- package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
- package/dist/sdk/cli-contracts/tool-schema.js +22 -3
- package/dist/sdk/cli-program.js +3 -2
- package/dist/sdk/comments.d.ts +7 -0
- package/dist/sdk/comments.js +2 -2
- package/dist/sdk/completion.js +12 -5
- package/dist/sdk/contracts.d.ts +2 -0
- package/dist/sdk/contracts.js +3 -2
- package/dist/sdk/core.d.ts +3 -1
- package/dist/sdk/core.js +4 -3
- package/dist/sdk/environment/host-environment-errors.d.ts +27 -0
- package/dist/sdk/environment/host-environment-errors.js +124 -0
- package/dist/sdk/environment/project-runtime-compatibility.d.ts +65 -0
- package/dist/sdk/environment/project-runtime-compatibility.js +385 -0
- package/dist/sdk/environment/source-context.d.ts +23 -0
- package/dist/sdk/environment/source-context.js +29 -0
- package/dist/sdk/error-code-catalog.d.ts +6 -0
- package/dist/sdk/error-code-catalog.js +62 -8
- package/dist/sdk/extension.js +9 -11
- package/dist/sdk/generated-error-code-catalog.js +739 -3
- package/dist/sdk/governance/health.d.ts +11 -3
- package/dist/sdk/governance/health.js +5 -5
- package/dist/sdk/history-analytics.d.ts +141 -0
- package/dist/sdk/history-analytics.js +283 -0
- package/dist/sdk/improvement-ledger-validation.d.ts +3 -0
- package/dist/sdk/improvement-ledger-validation.js +63 -0
- package/dist/sdk/improvement-ledger.d.ts +139 -0
- package/dist/sdk/improvement-ledger.js +261 -0
- package/dist/sdk/index.d.ts +13 -5
- package/dist/sdk/index.js +15 -7
- package/dist/sdk/learnings.d.ts +15 -0
- package/dist/sdk/learnings.js +2 -2
- package/dist/sdk/lifecycle/close-many.d.ts +6 -1
- package/dist/sdk/lifecycle/close-many.js +43 -5
- package/dist/sdk/lifecycle/plan.js +6 -3
- package/dist/sdk/lifecycle/update-many.d.ts +2 -1
- package/dist/sdk/lifecycle/update-many.js +29 -5
- package/dist/sdk/merge/index.d.ts +1 -1
- package/dist/sdk/merge/index.js +3 -3
- package/dist/sdk/merge/install.d.ts +21 -0
- package/dist/sdk/merge/install.js +58 -20
- package/dist/sdk/notes.d.ts +7 -0
- package/dist/sdk/notes.js +2 -2
- package/dist/sdk/read-output-budget.js +24 -22
- package/dist/sdk/read-output-contracts.d.ts +10 -2
- package/dist/sdk/read-output-contracts.js +204 -66
- package/dist/sdk/read-output-rows.d.ts +29 -0
- package/dist/sdk/read-output-rows.js +100 -0
- package/dist/sdk/read-output-session.d.ts +69 -0
- package/dist/sdk/read-output-session.js +200 -0
- package/dist/sdk/runtime-input.d.ts +2 -0
- package/dist/sdk/runtime-input.js +14 -2
- package/dist/sdk/runtime-primitives.d.ts +1 -1
- package/dist/sdk/runtime-primitives.js +3 -3
- package/dist/sdk/runtime-stats-options.d.ts +9 -0
- package/dist/sdk/runtime-stats-options.js +38 -0
- package/dist/sdk/runtime.d.ts +1 -0
- package/dist/sdk/runtime.js +13 -50
- package/dist/sdk/stats.d.ts +40 -0
- package/dist/sdk/stats.js +112 -29
- package/dist/sdk/test/execution.js +4 -2
- package/dist/sdk/test/parsers.js +5 -2
- package/dist/sdk/workspace-snapshot.d.ts +9 -0
- package/dist/sdk/workspace-snapshot.js +48 -16
- package/docs/AGENT_RUNTIME_PRIMITIVES.md +11 -4
- package/docs/IMPROVEMENT_ANALYTICS.md +103 -0
- package/docs/OUTPUT_PROJECTION_CONTRACTS.md +5 -5
- package/docs/README.md +2 -0
- package/docs/READ_OUTPUT_CONTRACTS.md +60 -1
- package/docs/RELEASING.md +27 -2
- package/docs/SCRIPTING.md +27 -1
- package/docs/SDK_CONTEXT_INTEGRITY.md +66 -0
- package/docs/SDK_RUNTIME_BOUNDARIES.md +58 -0
- package/docs/SELF_DESCRIBING_CONTEXT_CONTRACTS.md +13 -0
- package/docs/TESTING.md +17 -0
- package/marketplace.json +2 -2
- package/package.json +6 -4
- 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 +875 -827
- package/dist/cli-bundle/chunks/append-XAJ5Z4XS.js +0 -2
- package/dist/cli-bundle/chunks/chunk-343QETLI.js +0 -2
- package/dist/cli-bundle/chunks/chunk-3KFVGGRE.js +0 -2
- package/dist/cli-bundle/chunks/chunk-3ZJRFYY2.js +0 -23
- package/dist/cli-bundle/chunks/chunk-4AVFKHHC.js +0 -2
- package/dist/cli-bundle/chunks/chunk-4OVGQW22.js +0 -2
- package/dist/cli-bundle/chunks/chunk-5PBP2ZP3.js +0 -2
- package/dist/cli-bundle/chunks/chunk-5ZKQPA44.js +0 -2
- package/dist/cli-bundle/chunks/chunk-A3XQ7VPU.js +0 -2
- package/dist/cli-bundle/chunks/chunk-A6KGKEWT.js +0 -2
- package/dist/cli-bundle/chunks/chunk-AJE3AHPD.js +0 -8
- package/dist/cli-bundle/chunks/chunk-AOBDLU4T.js +0 -2
- package/dist/cli-bundle/chunks/chunk-AYRUGRNS.js +0 -3
- package/dist/cli-bundle/chunks/chunk-BP6EMEDP.js +0 -5
- package/dist/cli-bundle/chunks/chunk-BXCSXK4J.js +0 -2
- package/dist/cli-bundle/chunks/chunk-C3YABSJK.js +0 -2
- package/dist/cli-bundle/chunks/chunk-CA3BURYF.js +0 -2
- package/dist/cli-bundle/chunks/chunk-CHOQ2VAW.js +0 -2
- package/dist/cli-bundle/chunks/chunk-D7I3TUGV.js +0 -2
- package/dist/cli-bundle/chunks/chunk-DQGJ2RWT.js +0 -3
- package/dist/cli-bundle/chunks/chunk-DWOAOZHZ.js +0 -2
- package/dist/cli-bundle/chunks/chunk-E2ZSLTOP.js +0 -2
- package/dist/cli-bundle/chunks/chunk-E7BFPLUZ.js +0 -5
- package/dist/cli-bundle/chunks/chunk-F4NREH3G.js +0 -2
- package/dist/cli-bundle/chunks/chunk-FB7G2HY2.js +0 -2
- package/dist/cli-bundle/chunks/chunk-FDBRXV25.js +0 -2
- package/dist/cli-bundle/chunks/chunk-GU3TSEHD.js +0 -2
- package/dist/cli-bundle/chunks/chunk-HS7OVAUN.js +0 -164
- package/dist/cli-bundle/chunks/chunk-JC6FKIFM.js +0 -2
- package/dist/cli-bundle/chunks/chunk-JFZIS6JF.js +0 -2
- package/dist/cli-bundle/chunks/chunk-JQ4NZ5EB.js +0 -2
- package/dist/cli-bundle/chunks/chunk-L6LGKJX3.js +0 -2
- package/dist/cli-bundle/chunks/chunk-LEPJJ6QC.js +0 -2
- package/dist/cli-bundle/chunks/chunk-M357ZCOR.js +0 -2
- package/dist/cli-bundle/chunks/chunk-M4VEE3FK.js +0 -2
- package/dist/cli-bundle/chunks/chunk-MCS73BKB.js +0 -3
- package/dist/cli-bundle/chunks/chunk-MDTH7SAE.js +0 -19
- package/dist/cli-bundle/chunks/chunk-NE5VRDAI.js +0 -2
- package/dist/cli-bundle/chunks/chunk-OXY3SJ3N.js +0 -2
- package/dist/cli-bundle/chunks/chunk-PECV7L5T.js +0 -2
- package/dist/cli-bundle/chunks/chunk-Q3VOP62W.js +0 -2
- package/dist/cli-bundle/chunks/chunk-QJ7C3JIW.js +0 -2
- package/dist/cli-bundle/chunks/chunk-R6LSRGPS.js +0 -8
- package/dist/cli-bundle/chunks/chunk-R6RKEYYW.js +0 -2
- package/dist/cli-bundle/chunks/chunk-RAFUN7IX.js +0 -2005
- package/dist/cli-bundle/chunks/chunk-RSIC5OPE.js +0 -2
- package/dist/cli-bundle/chunks/chunk-RUAU5OSH.js +0 -2
- package/dist/cli-bundle/chunks/chunk-SD3YXU2U.js +0 -56
- package/dist/cli-bundle/chunks/chunk-SV3YQ4RY.js +0 -2
- package/dist/cli-bundle/chunks/chunk-SVV3DQES.js +0 -2
- package/dist/cli-bundle/chunks/chunk-SXECIECW.js +0 -5
- package/dist/cli-bundle/chunks/chunk-T45OHXDW.js +0 -8
- package/dist/cli-bundle/chunks/chunk-TPKDJ5WL.js +0 -2
- package/dist/cli-bundle/chunks/chunk-UVVXHGYS.js +0 -3
- package/dist/cli-bundle/chunks/chunk-V663653R.js +0 -20
- package/dist/cli-bundle/chunks/chunk-WSI5KZQJ.js +0 -55
- package/dist/cli-bundle/chunks/chunk-XPOQQJTX.js +0 -13
- package/dist/cli-bundle/chunks/chunk-YCCDXBNU.js +0 -2
- package/dist/cli-bundle/chunks/chunk-ZFBWCKYF.js +0 -2
- package/dist/cli-bundle/chunks/close-DI66JMSB.js +0 -2
- package/dist/cli-bundle/chunks/close-many-VFKT6U3O.js +0 -2
- package/dist/cli-bundle/chunks/comments-E73HIEZJ.js +0 -2
- package/dist/cli-bundle/chunks/copy-WBYVLCPC.js +0 -2
- package/dist/cli-bundle/chunks/create-TG67IVFI.js +0 -2
- package/dist/cli-bundle/chunks/delete-6XKUVVQN.js +0 -2
- package/dist/cli-bundle/chunks/deps-AJUGP2OH.js +0 -2
- package/dist/cli-bundle/chunks/docs-QOCLDRKJ.js +0 -2
- package/dist/cli-bundle/chunks/files-3ST5TY64.js +0 -2
- package/dist/cli-bundle/chunks/focus-R2AWS63Y.js +0 -2
- package/dist/cli-bundle/chunks/history-compact-7BJFML4S.js +0 -2
- package/dist/cli-bundle/chunks/history-redact-WJN3HYXR.js +0 -2
- package/dist/cli-bundle/chunks/history-repair-XDNZUB7F.js +0 -2
- package/dist/cli-bundle/chunks/learnings-SZMUPVNA.js +0 -2
- package/dist/cli-bundle/chunks/profile-KL53JIAC.js +0 -2
- package/dist/cli-bundle/chunks/register-mutation-OCRQNZK4.js +0 -20
- package/dist/cli-bundle/chunks/register-operations-HIBJXRGB.js +0 -2
- package/dist/cli-bundle/chunks/register-setup-QWBQ6HBS.js +0 -2
- package/dist/cli-bundle/chunks/restore-FXA5QPM7.js +0 -2
- package/dist/cli-bundle/chunks/schema-QJ27OTRV.js +0 -2
- package/dist/cli-bundle/chunks/update-7GBO4SXG.js +0 -2
- package/dist/cli-bundle/chunks/update-many-VF6ZKQUO.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-74CWP3A4.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-7AZDTGPA.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-7YTZ7A4E.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-LKQXXO62.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-MBBMTDD3.js +0 -12
- package/dist/cli-bundle/focused-chunks/chunk-ME4XVOBJ.js +0 -8
- package/dist/cli-bundle/focused-chunks/chunk-QL5H3AQH.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-YHDCGUIW.js +0 -14
package/sdk/public-surface.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aggregate_completeness": {
|
|
3
|
-
"covered_symbols":
|
|
3
|
+
"covered_symbols": 1464,
|
|
4
4
|
"excluded": [
|
|
5
5
|
{
|
|
6
6
|
"name": "_testOnlyCliContracts",
|
|
@@ -8,812 +8,92 @@
|
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"missing": [],
|
|
11
|
-
"required_symbols":
|
|
11
|
+
"required_symbols": 1465
|
|
12
12
|
},
|
|
13
13
|
"breaking_acknowledgements": [
|
|
14
14
|
{
|
|
15
15
|
"changes": [
|
|
16
|
-
"signature ./sdk:
|
|
17
|
-
"signature ./sdk:
|
|
18
|
-
"signature ./sdk:
|
|
19
|
-
"signature ./sdk/
|
|
20
|
-
"signature ./sdk/core:PmCliError",
|
|
21
|
-
"signature ./sdk/runtime:DeleteResult",
|
|
22
|
-
"signature ./sdk/runtime:PmCliError"
|
|
16
|
+
"signature ./sdk:PmReadOutputResult",
|
|
17
|
+
"signature ./sdk/contracts:PmReadOutputResult",
|
|
18
|
+
"signature ./sdk/core:PmReadOutputResult",
|
|
19
|
+
"signature ./sdk/runtime:PmReadOutputResult"
|
|
23
20
|
],
|
|
24
|
-
"package_version": "2026.
|
|
25
|
-
"reason": "
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"changes": [
|
|
29
|
-
"signature ./sdk/governance:_testOnlySimilarity"
|
|
30
|
-
],
|
|
31
|
-
"package_version": "2026.7.25",
|
|
32
|
-
"reason": "Additive deterministic duplicate-cluster verification seams for the 2026.7.25 release"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"changes": [
|
|
36
|
-
"signature ./sdk:HarnessDetectionSignals",
|
|
37
|
-
"signature ./sdk:PmSettings",
|
|
38
|
-
"signature ./sdk:ResolvedAuthorIdentity",
|
|
39
|
-
"signature ./sdk/core:HarnessDetectionSignals",
|
|
40
|
-
"signature ./sdk/core:PmSettings",
|
|
41
|
-
"signature ./sdk/core:ResolvedAuthorIdentity",
|
|
42
|
-
"signature ./sdk/runtime:PmSettings"
|
|
43
|
-
],
|
|
44
|
-
"package_version": "2026.7.25",
|
|
45
|
-
"reason": "Additive optional agent provenance and required default-backed settings registry contract tracked by pm-qwuber and pm-03pq3o"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"changes": [
|
|
49
|
-
"signature ./sdk:PmSettings",
|
|
50
|
-
"signature ./sdk/core:PmSettings",
|
|
51
|
-
"signature ./sdk/runtime:PmSettings"
|
|
52
|
-
],
|
|
53
|
-
"package_version": "2026.7.25",
|
|
54
|
-
"reason": "Add optional structured agent provenance and workspace harness registry contracts tracked by pm-qwuber and pm-03pq3o"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"changes": [
|
|
58
|
-
"signature ./sdk:SecretGuardFinding",
|
|
59
|
-
"signature ./sdk/governance:SecretGuardFinding"
|
|
60
|
-
],
|
|
61
|
-
"package_version": "2026.7.25",
|
|
62
|
-
"reason": "Expose npm_token and slack_token detector rules in the documented SecretGuardFinding union"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"changes": [
|
|
66
|
-
"signature ./sdk:DetectedAgentIdentity",
|
|
67
|
-
"signature ./sdk:ItemMetadata",
|
|
68
|
-
"signature ./sdk/core:DetectedAgentIdentity",
|
|
69
|
-
"signature ./sdk/core:ItemMetadata",
|
|
70
|
-
"signature ./sdk/runtime:ItemMetadata"
|
|
71
|
-
],
|
|
72
|
-
"package_version": "2026.7.26",
|
|
73
|
-
"reason": "Add privacy-safe optional agent instance and claim principal metadata plus exhaustive action coverage APIs"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"changes": [
|
|
77
|
-
"signature ./sdk:ImportExportContext",
|
|
78
|
-
"signature ./sdk:PM_TOOL_ACTION_PARAMETER_CONTRACTS",
|
|
79
|
-
"signature ./sdk:PM_TOOL_ACTIONS",
|
|
80
|
-
"signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
81
|
-
"signature ./sdk:PmClient",
|
|
82
|
-
"signature ./sdk:ServiceOverride",
|
|
83
|
-
"signature ./sdk/authoring:ImportExportContext",
|
|
84
|
-
"signature ./sdk/authoring:ServiceOverride",
|
|
85
|
-
"signature ./sdk/contracts:PM_TOOL_ACTION_PARAMETER_CONTRACTS",
|
|
86
|
-
"signature ./sdk/contracts:PM_TOOL_ACTIONS",
|
|
87
|
-
"signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
88
|
-
"signature ./sdk/core:PmClient",
|
|
89
|
-
"signature ./sdk/runtime:PmClient",
|
|
90
|
-
"symbol ./sdk:_testOnlyCliContracts removed"
|
|
91
|
-
],
|
|
92
|
-
"package_version": "2026.7.26",
|
|
93
|
-
"reason": "Additive aggregate, duplicate discovery, isolated runtime, host SDK context, and explicit service decision contracts; legacy handlers remain supported"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"changes": [
|
|
97
|
-
"signature ./sdk:PM_CORE_COMMAND_NAMES",
|
|
98
|
-
"signature ./sdk/contracts:PM_CORE_COMMAND_NAMES"
|
|
99
|
-
],
|
|
100
|
-
"package_version": "2026.7.26",
|
|
101
|
-
"reason": "Add the already-exposed duplicates CLI to the canonical core-command tuple so action availability and extension reservations are truthful."
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"changes": [
|
|
105
|
-
"signature ./sdk:handleServiceOverride",
|
|
106
|
-
"signature ./sdk/authoring:handleServiceOverride"
|
|
107
|
-
],
|
|
108
|
-
"package_version": "2026.7.26",
|
|
109
|
-
"reason": "Move the public surface to a first-class package artifact and correct aggregate exclusion accounting plus additive command contracts."
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"changes": [
|
|
113
|
-
"signature ./sdk:HistoryRepairCommandOptions",
|
|
114
|
-
"signature ./sdk:ItemDocumentMergeResult",
|
|
115
|
-
"signature ./sdk:MergeDriverResult",
|
|
116
|
-
"signature ./sdk:MergeReconcileResult",
|
|
117
|
-
"signature ./sdk/merge:ItemDocumentMergeResult",
|
|
118
|
-
"signature ./sdk/merge:MergeDriverResult",
|
|
119
|
-
"signature ./sdk/merge:MergeReconcileResult"
|
|
120
|
-
],
|
|
121
|
-
"package_version": "2026.7.26",
|
|
122
|
-
"reason": "Add audited merge receipt provenance and reconciliation result fields for durable branch-merge conformance"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"changes": [
|
|
126
|
-
"signature ./sdk:AgentClientInfo",
|
|
127
|
-
"signature ./sdk:AgentModelSource",
|
|
128
|
-
"signature ./sdk:DetectedAgentIdentity",
|
|
129
|
-
"signature ./sdk:HarnessDetectionSignals",
|
|
130
|
-
"signature ./sdk:HarnessSignalDescriptor",
|
|
131
|
-
"signature ./sdk:PmSettings",
|
|
132
|
-
"signature ./sdk:TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE",
|
|
133
|
-
"signature ./sdk:TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACT_SOURCE",
|
|
134
|
-
"signature ./sdk/contracts:TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE",
|
|
135
|
-
"signature ./sdk/contracts:TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACT_SOURCE",
|
|
136
|
-
"signature ./sdk/core:AgentClientInfo",
|
|
137
|
-
"signature ./sdk/core:AgentModelSource",
|
|
138
|
-
"signature ./sdk/core:DetectedAgentIdentity",
|
|
139
|
-
"signature ./sdk/core:HarnessDetectionSignals",
|
|
140
|
-
"signature ./sdk/core:HarnessSignalDescriptor",
|
|
141
|
-
"signature ./sdk/core:PmSettings",
|
|
142
|
-
"signature ./sdk/runtime:PmSettings"
|
|
143
|
-
],
|
|
144
|
-
"package_version": "2026.7.27",
|
|
145
|
-
"reason": "Extend optional agent provenance and strict action option contracts while preserving legacy model fields and runtime behavior"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"changes": [
|
|
149
|
-
"signature ./sdk:Dependency",
|
|
150
|
-
"signature ./sdk:ListOptions",
|
|
151
|
-
"signature ./sdk/core:Dependency",
|
|
152
|
-
"signature ./sdk/core:ListOptions",
|
|
153
|
-
"signature ./sdk/query:ListOptions",
|
|
154
|
-
"signature ./sdk/runtime:Dependency",
|
|
155
|
-
"signature ./sdk/runtime:ListOptions"
|
|
156
|
-
],
|
|
157
|
-
"package_version": "2026.7.27",
|
|
158
|
-
"reason": "Additive optional list strict-read and dependency provenance fields; result completeness is a required truthfulness contract in the new minor release"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"changes": [
|
|
162
|
-
"signature ./sdk:ContractsResult",
|
|
163
|
-
"signature ./sdk:ListCompactResult",
|
|
164
|
-
"signature ./sdk:MergeFenceAuditResult",
|
|
165
|
-
"signature ./sdk:MergeInstallResult",
|
|
166
|
-
"signature ./sdk/merge:MergeFenceAuditResult",
|
|
167
|
-
"signature ./sdk/merge:MergeInstallResult",
|
|
168
|
-
"signature ./sdk/query:ListCompactResult",
|
|
169
|
-
"signature ./sdk/runtime:ContractsResult",
|
|
170
|
-
"signature ./sdk/runtime:ListCompactResult"
|
|
171
|
-
],
|
|
172
|
-
"package_version": "2026.7.27",
|
|
173
|
-
"reason": "List results now identify brief and compact projections explicitly, contracts expose per-command projection defaults, and merge-fence results declare project schema scope; consumers should accept the new metadata fields and brief mode."
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"changes": [
|
|
177
|
-
"signature ./sdk:ContractsResult",
|
|
178
|
-
"signature ./sdk/runtime:ContractsResult"
|
|
179
|
-
],
|
|
180
|
-
"package_version": "2026.7.27",
|
|
181
|
-
"reason": "pm-gmdzaa makes unfiltered contracts summary-first and adds optional output policy metadata; full:true preserves the complete contract surface"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"changes": [
|
|
185
|
-
"signature ./sdk:WorkspaceContracts",
|
|
186
|
-
"signature ./sdk/runtime:WorkspaceContracts"
|
|
187
|
-
],
|
|
188
|
-
"package_version": "2026.7.27",
|
|
189
|
-
"reason": "WorkspaceContracts gains optional additive runtime field and extension command discovery metadata"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"changes": [
|
|
193
|
-
"signature ./sdk:CommandDefinition",
|
|
194
|
-
"signature ./sdk:RegisteredExtensionCommandDefinition",
|
|
195
|
-
"signature ./sdk:WorkspaceExtensionCommandContract",
|
|
196
|
-
"signature ./sdk/authoring:CommandDefinition",
|
|
197
|
-
"signature ./sdk/runtime:WorkspaceExtensionCommandContract"
|
|
198
|
-
],
|
|
199
|
-
"package_version": "2026.7.27",
|
|
200
|
-
"reason": "Additive optional workspace capability metadata and extension command visibility tier"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"changes": [
|
|
204
|
-
"signature ./sdk:MergeInstallResult",
|
|
205
|
-
"signature ./sdk/merge:MergeInstallResult"
|
|
206
|
-
],
|
|
207
|
-
"package_version": "2026.7.28",
|
|
208
|
-
"reason": "Add optional canonical pm_root metadata to merge-install results while preserving existing fields"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"changes": [
|
|
212
|
-
"signature ./sdk:ExtensionBlueprintLintCode",
|
|
213
|
-
"signature ./sdk/authoring:ExtensionBlueprintLintCode",
|
|
214
|
-
"signature ./sdk/testing:ExtensionBlueprintLintCode"
|
|
215
|
-
],
|
|
216
|
-
"package_version": "2026.7.28",
|
|
217
|
-
"reason": "Extension blueprint lint now rejects host-owned and malformed long flags before activation; exhaustive lint-code consumers should handle host_owned_flag_collision and malformed_long_flag."
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"changes": [
|
|
221
|
-
"signature ./sdk:defineWorkspaceRecipe",
|
|
222
|
-
"signature ./sdk:WorkspaceRecipeOperation"
|
|
223
|
-
],
|
|
224
|
-
"package_version": "2026.7.28",
|
|
225
|
-
"reason": "Export snapshot schema and strengthen workspace recipe JSON/exact-key contracts"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"changes": [
|
|
229
|
-
"signature ./sdk:CLOSE_ACTION_OPTION_KEYS",
|
|
230
|
-
"signature ./sdk:CloseCommandOptions",
|
|
231
|
-
"signature ./sdk:ContextFocusItem",
|
|
232
|
-
"signature ./sdk:ItemMetadata",
|
|
233
|
-
"signature ./sdk:NestedSettingResultValue",
|
|
234
|
-
"signature ./sdk:TOOL_UPDATE_OPTION_CONTRACT_SOURCE",
|
|
235
|
-
"signature ./sdk:UpdateCommandOptions",
|
|
236
|
-
"signature ./sdk:WorkspaceMemorySelection",
|
|
237
|
-
"signature ./sdk:WorkspaceMemorySnapshot",
|
|
238
|
-
"signature ./sdk/contracts:CLOSE_ACTION_OPTION_KEYS",
|
|
239
|
-
"signature ./sdk/contracts:TOOL_UPDATE_OPTION_CONTRACT_SOURCE",
|
|
240
|
-
"signature ./sdk/core:ItemMetadata",
|
|
241
|
-
"signature ./sdk/query:WorkspaceMemorySelection",
|
|
242
|
-
"signature ./sdk/query:WorkspaceMemorySnapshot",
|
|
243
|
-
"signature ./sdk/runtime:CloseCommandOptions",
|
|
244
|
-
"signature ./sdk/runtime:ContextFocusItem",
|
|
245
|
-
"signature ./sdk/runtime:ItemMetadata",
|
|
246
|
-
"signature ./sdk/runtime:UpdateCommandOptions"
|
|
247
|
-
],
|
|
248
|
-
"package_version": "2026.7.28",
|
|
249
|
-
"reason": "Add optional completion timestamps, blocker provenance, and configuration metadata while preserving existing inputs and fallbacks (pm-bwnclq, pm-r2suqb, pm-5ecnar)."
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"changes": [
|
|
253
|
-
"signature ./sdk:PmUpdateManyActionOptions",
|
|
254
|
-
"signature ./sdk/contracts:PmUpdateManyActionOptions"
|
|
255
|
-
],
|
|
256
|
-
"package_version": "2026.7.28",
|
|
257
|
-
"reason": "Add optional completion timestamps, blocker provenance, and configuration metadata while preserving existing inputs and fallbacks (pm-bwnclq, pm-r2suqb, pm-5ecnar)."
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"changes": [
|
|
261
|
-
"signature ./sdk:PmCloseManyActionOptions",
|
|
262
|
-
"signature ./sdk/contracts:PmCloseManyActionOptions"
|
|
263
|
-
],
|
|
264
|
-
"package_version": "2026.7.28",
|
|
265
|
-
"reason": "Expose completedAt on close-many typed SDK inputs for lifecycle parity"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"changes": [
|
|
269
|
-
"signature ./sdk:PM_COMMAND_OUTPUT_BUDGET_CONTRACTS",
|
|
270
|
-
"signature ./sdk:PM_CORE_COMMAND_NAMES",
|
|
271
|
-
"signature ./sdk:TestCommandOptions",
|
|
272
|
-
"signature ./sdk:TestResult",
|
|
273
|
-
"signature ./sdk/contracts:PM_COMMAND_OUTPUT_BUDGET_CONTRACTS",
|
|
274
|
-
"signature ./sdk/contracts:PM_CORE_COMMAND_NAMES"
|
|
275
|
-
],
|
|
276
|
-
"package_version": "2026.7.29",
|
|
277
|
-
"reason": "Additive workspace command, eval contract, and typed test measurement SDK primitives for pm-1jrdri pm-wd61s2 pm-ygerpy"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"changes": [
|
|
281
|
-
"symbol ./sdk:EvalQuery removed",
|
|
282
|
-
"symbol ./sdk:EvalQuerySet removed",
|
|
283
|
-
"symbol ./sdk:EvalSearchMode removed"
|
|
284
|
-
],
|
|
285
|
-
"package_version": "2026.7.29",
|
|
286
|
-
"reason": "Keep EvalSearchMode package-owned while exposing versioned eval query values and parser from the aggregate SDK"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"changes": [
|
|
290
|
-
"signature ./sdk:resolveCompletionTimestamp",
|
|
291
|
-
"signature ./sdk:ResolvedCompletionTimestamp"
|
|
292
|
-
],
|
|
293
|
-
"package_version": "2026.7.29",
|
|
294
|
-
"reason": "GH-808 replaces an unsound always-resolved declaration with an explicit discriminated unresolved outcome"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"changes": [
|
|
298
|
-
"signature ./sdk:CorpusShape",
|
|
299
|
-
"signature ./sdk:CorpusShapeProfile",
|
|
300
|
-
"signature ./sdk:defineCorpusShape"
|
|
301
|
-
],
|
|
302
|
-
"package_version": "2026.7.29",
|
|
303
|
-
"reason": "Correct unpublished PR corpus-shape draft before merge"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"changes": [
|
|
307
|
-
"signature ./sdk:DepsCommandOptions",
|
|
308
|
-
"signature ./sdk:DepsResult",
|
|
309
|
-
"signature ./sdk:GraphCommandOptions",
|
|
310
|
-
"signature ./sdk:runGraph",
|
|
311
|
-
"signature ./sdk:RunHealthOptions",
|
|
312
|
-
"signature ./sdk:ValidateCommandOptions",
|
|
313
|
-
"signature ./sdk:ValidateResult",
|
|
314
|
-
"signature ./sdk/core:DepsCommandOptions",
|
|
315
|
-
"signature ./sdk/core:DepsResult",
|
|
316
|
-
"signature ./sdk/governance:RunHealthOptions",
|
|
317
|
-
"signature ./sdk/governance:ValidateCommandOptions",
|
|
318
|
-
"signature ./sdk/governance:ValidateResult",
|
|
319
|
-
"signature ./sdk/graph:GraphCommandOptions",
|
|
320
|
-
"signature ./sdk/graph:runGraph",
|
|
321
|
-
"signature ./sdk/runtime:DepsCommandOptions",
|
|
322
|
-
"signature ./sdk/runtime:DepsResult",
|
|
323
|
-
"signature ./sdk/runtime:RunHealthOptions",
|
|
324
|
-
"signature ./sdk/runtime:ValidateCommandOptions",
|
|
325
|
-
"signature ./sdk/runtime:ValidateResult"
|
|
326
|
-
],
|
|
327
|
-
"package_version": "2026.7.29",
|
|
328
|
-
"reason": "Additive bounded-read controls and guaranteed projection receipts; runtime defaults remain compatible"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"changes": [
|
|
332
|
-
"signature ./sdk:ContractsResult",
|
|
333
|
-
"signature ./sdk/runtime:ContractsResult"
|
|
334
|
-
],
|
|
335
|
-
"package_version": "2026.7.29",
|
|
336
|
-
"reason": "ContractsResult gains additive optional context_intents and error_codes full-projection fields"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"changes": [
|
|
340
|
-
"error code context_intent_unsupported removed"
|
|
341
|
-
],
|
|
342
|
-
"package_version": "2026.7.29",
|
|
343
|
-
"reason": "ContractsResult additive full-projection fields and context-intent schema parameters"
|
|
21
|
+
"package_version": "2026.8.6",
|
|
22
|
+
"reason": "Type the existing runtime read_session receipt and re-export its state from contracts/runtime; no runtime behavior or existing member is removed."
|
|
344
23
|
},
|
|
345
24
|
{
|
|
346
25
|
"changes": [
|
|
347
26
|
"signature ./sdk:_testOnlyHealthCommand",
|
|
348
|
-
"signature ./sdk:
|
|
349
|
-
"signature ./sdk:
|
|
350
|
-
"signature ./sdk:
|
|
351
|
-
"signature ./sdk
|
|
352
|
-
"signature ./sdk
|
|
353
|
-
"signature ./sdk
|
|
354
|
-
"signature ./sdk/graph:RelationshipImpactAnalysis"
|
|
355
|
-
],
|
|
356
|
-
"package_version": "2026.7.30",
|
|
357
|
-
"reason": "Additive optional cursor, row, intent, and health projection contracts; no existing callable behavior or required member was removed"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"changes": [
|
|
361
|
-
"signature ./sdk:acquireItemMetadataDerivedIndexLock",
|
|
362
|
-
"signature ./sdk:CommandHandlerResult",
|
|
363
|
-
"signature ./sdk:FlagDefinition",
|
|
364
|
-
"signature ./sdk:SchemaFieldDefinition",
|
|
365
|
-
"signature ./sdk:SchemaItemTypeCommandOptionPolicyDefinition",
|
|
366
|
-
"signature ./sdk:SchemaItemTypeOptionDefinition",
|
|
367
|
-
"signature ./sdk/authoring:CommandHandlerResult",
|
|
368
|
-
"signature ./sdk/authoring:FlagDefinition",
|
|
369
|
-
"signature ./sdk/authoring:SchemaFieldDefinition",
|
|
370
|
-
"signature ./sdk/authoring:SchemaItemTypeCommandOptionPolicyDefinition",
|
|
371
|
-
"signature ./sdk/authoring:SchemaItemTypeOptionDefinition",
|
|
372
|
-
"signature ./sdk/query:acquireItemMetadataDerivedIndexLock",
|
|
373
|
-
"signature ./sdk/runtime:FlagDefinition"
|
|
374
|
-
],
|
|
375
|
-
"package_version": "2026.7.30",
|
|
376
|
-
"reason": "Close extension authoring metadata contracts to reject misspelled properties and add explicit structured failure and required-lock fields."
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"changes": [
|
|
380
|
-
"signature ./sdk:DepsResult",
|
|
381
|
-
"signature ./sdk:GraphAnalyzeResult",
|
|
382
|
-
"signature ./sdk:GraphCentralityResult",
|
|
383
|
-
"signature ./sdk:PM_READ_ROW_CONTRACTS",
|
|
384
|
-
"signature ./sdk:PM_READ_ROW_JQ_SELECTOR",
|
|
385
|
-
"signature ./sdk:ReadRowContract",
|
|
386
|
-
"signature ./sdk:RelationshipCoverageProfile",
|
|
387
|
-
"signature ./sdk:RelationshipGraphScaleFixture",
|
|
388
|
-
"signature ./sdk/core:DepsResult",
|
|
389
|
-
"signature ./sdk/graph:GraphAnalyzeResult",
|
|
390
|
-
"signature ./sdk/graph:GraphCentralityResult",
|
|
391
|
-
"signature ./sdk/graph:RelationshipCoverageProfile",
|
|
392
|
-
"signature ./sdk/graph:RelationshipGraphScaleFixture",
|
|
393
|
-
"signature ./sdk/runtime:DepsResult"
|
|
394
|
-
],
|
|
395
|
-
"package_version": "2026.7.31",
|
|
396
|
-
"reason": "Read-row selectors now distinguish scalar envelopes from iterable collections, and every edge count declares its counting basis."
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"changes": [
|
|
400
|
-
"signature ./sdk:PM_READ_ROW_CONTRACTS",
|
|
401
|
-
"signature ./sdk:PM_READ_ROW_JQ_SELECTOR"
|
|
402
|
-
],
|
|
403
|
-
"package_version": "2026.7.31",
|
|
404
|
-
"reason": "Read-row selectors now distinguish scalar envelopes from iterable collections, resolve nested dependency paths, and every edge count declares its counting basis."
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"changes": [
|
|
408
|
-
"signature ./sdk:AcknowledgeUnknownAuthorEventsOptions",
|
|
409
|
-
"signature ./sdk:AnnotationCommandConfig",
|
|
410
|
-
"signature ./sdk:HistoryAuthorAttributionScan",
|
|
411
|
-
"signature ./sdk:InitTargetResolution",
|
|
412
|
-
"signature ./sdk:inspectHistoryAuthorStream",
|
|
413
|
-
"signature ./sdk:LogNote",
|
|
27
|
+
"signature ./sdk:AnnotationCommandOptions",
|
|
28
|
+
"signature ./sdk:AnnotationCommandResult",
|
|
29
|
+
"signature ./sdk:CommentsCommandOptions",
|
|
30
|
+
"signature ./sdk:CommentsResult",
|
|
31
|
+
"signature ./sdk:LearningsCommandOptions",
|
|
32
|
+
"signature ./sdk:LearningsResult",
|
|
414
33
|
"signature ./sdk:NotesCommandOptions",
|
|
415
34
|
"signature ./sdk:NotesResult",
|
|
416
|
-
"signature ./sdk:
|
|
417
|
-
"signature ./sdk:
|
|
418
|
-
"signature ./sdk:
|
|
419
|
-
"signature ./sdk:
|
|
420
|
-
"signature ./sdk:
|
|
421
|
-
"signature ./sdk:
|
|
422
|
-
"signature ./sdk/authoring:SchemaFieldDefinition",
|
|
35
|
+
"signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
36
|
+
"signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
37
|
+
"signature ./sdk/core:CommentsCommandOptions",
|
|
38
|
+
"signature ./sdk/core:CommentsResult",
|
|
39
|
+
"signature ./sdk/core:LearningsCommandOptions",
|
|
40
|
+
"signature ./sdk/core:LearningsResult",
|
|
423
41
|
"signature ./sdk/core:NotesCommandOptions",
|
|
424
42
|
"signature ./sdk/core:NotesResult",
|
|
425
|
-
"signature ./sdk/governance:
|
|
426
|
-
"signature ./sdk/
|
|
427
|
-
"signature ./sdk/
|
|
428
|
-
"signature ./sdk/
|
|
429
|
-
"signature ./sdk/
|
|
430
|
-
"signature ./sdk/runtime:LogNote",
|
|
43
|
+
"signature ./sdk/governance:_testOnlyHealthCommand",
|
|
44
|
+
"signature ./sdk/runtime:CommentsCommandOptions",
|
|
45
|
+
"signature ./sdk/runtime:CommentsResult",
|
|
46
|
+
"signature ./sdk/runtime:LearningsCommandOptions",
|
|
47
|
+
"signature ./sdk/runtime:LearningsResult",
|
|
431
48
|
"signature ./sdk/runtime:NotesCommandOptions",
|
|
432
|
-
"signature ./sdk/runtime:NotesResult"
|
|
433
|
-
"signature ./sdk/runtime:RunHealthOptions",
|
|
434
|
-
"signature ./sdk/runtime:WorkspaceFieldContract"
|
|
435
|
-
],
|
|
436
|
-
"package_version": "2026.7.31",
|
|
437
|
-
"reason": "Expand universal SDK context primitives with typed runtime containers, merge-safe structured events, init target provenance, and actionable author diagnostics."
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"changes": [
|
|
441
|
-
"signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
442
|
-
"signature ./sdk:PmContextIntentReceipt",
|
|
443
|
-
"signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
444
|
-
"signature ./sdk/contracts:PmContextIntentReceipt"
|
|
445
|
-
],
|
|
446
|
-
"package_version": "2026.7.31",
|
|
447
|
-
"reason": "Intent receipts now require truthful feasibility and omission state; tool schema 4.3.0 adds tokenBudget to list get and search"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"changes": [
|
|
451
|
-
"signature ./sdk:AGENT_PROVENANCE_DIMENSIONS",
|
|
452
|
-
"signature ./sdk:AgentClientInfo",
|
|
453
|
-
"signature ./sdk:AgentModelSource",
|
|
454
|
-
"signature ./sdk:DetectedAgentIdentity",
|
|
455
|
-
"signature ./sdk:HarnessDetectionSignals",
|
|
456
|
-
"signature ./sdk:HarnessSignalDescriptor",
|
|
457
|
-
"signature ./sdk:PmSettings",
|
|
458
|
-
"signature ./sdk/core:AGENT_PROVENANCE_DIMENSIONS",
|
|
459
|
-
"signature ./sdk/core:AgentClientInfo",
|
|
460
|
-
"signature ./sdk/core:AgentModelSource",
|
|
461
|
-
"signature ./sdk/core:DetectedAgentIdentity",
|
|
462
|
-
"signature ./sdk/core:HarnessDetectionSignals",
|
|
463
|
-
"signature ./sdk/core:HarnessSignalDescriptor",
|
|
464
|
-
"signature ./sdk/core:PmSettings",
|
|
465
|
-
"signature ./sdk/runtime:PmSettings"
|
|
466
|
-
],
|
|
467
|
-
"package_version": "2026.8.1",
|
|
468
|
-
"reason": "Additive optional session provenance and episode fields broaden identity contracts without removing or requiring existing consumer fields."
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"changes": [
|
|
472
|
-
"signature ./sdk:AgentEpisodeGroup",
|
|
473
|
-
"signature ./sdk/core:AgentEpisodeGroup"
|
|
474
|
-
],
|
|
475
|
-
"package_version": "2026.8.1",
|
|
476
|
-
"reason": "Strengthen AgentEpisodeGroup.entries from a possibly empty array to a truthful non-empty tuple; every produced group already contains at least one immutable history event."
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"changes": [
|
|
480
|
-
"signature ./sdk:assertRegisteredHook",
|
|
481
|
-
"signature ./sdk:EXTENSION_CAPABILITY_REGISTRATION_SURFACES",
|
|
482
|
-
"signature ./sdk:EXTENSION_POLICY_SURFACES",
|
|
483
|
-
"signature ./sdk:ExtensionActivationResult",
|
|
484
|
-
"signature ./sdk:ExtensionApi",
|
|
485
|
-
"signature ./sdk:ExtensionBlueprintHooks",
|
|
486
|
-
"signature ./sdk:ExtensionHookRegistry",
|
|
487
|
-
"signature ./sdk:ExtensionTestHarness",
|
|
488
|
-
"signature ./sdk:PM_EXTENSION_POLICY_SURFACE_CONTRACTS",
|
|
489
|
-
"signature ./sdk:RegisteredHookKind",
|
|
490
|
-
"signature ./sdk:RunRegisteredCommandForTestOptions",
|
|
491
|
-
"signature ./sdk/authoring:EXTENSION_CAPABILITY_REGISTRATION_SURFACES",
|
|
492
|
-
"signature ./sdk/authoring:EXTENSION_POLICY_SURFACES",
|
|
493
|
-
"signature ./sdk/authoring:ExtensionActivationResult",
|
|
494
|
-
"signature ./sdk/authoring:ExtensionApi",
|
|
495
|
-
"signature ./sdk/authoring:ExtensionBlueprintHooks",
|
|
496
|
-
"signature ./sdk/authoring:ExtensionHookRegistry",
|
|
497
|
-
"signature ./sdk/contracts:PM_EXTENSION_POLICY_SURFACE_CONTRACTS",
|
|
498
|
-
"signature ./sdk/testing:assertRegisteredHook",
|
|
499
|
-
"signature ./sdk/testing:ExtensionTestHarness",
|
|
500
|
-
"signature ./sdk/testing:RegisteredHookKind",
|
|
501
|
-
"signature ./sdk/testing:RunRegisteredCommandForTestOptions"
|
|
502
|
-
],
|
|
503
|
-
"package_version": "2026.8.1",
|
|
504
|
-
"reason": "Additive extension mutation guards and host-bound test SDK options extend object contracts while preserving existing calls."
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"changes": [
|
|
508
|
-
"signature ./sdk:ExtensionHookRegistry",
|
|
509
|
-
"signature ./sdk/authoring:ExtensionHookRegistry"
|
|
510
|
-
],
|
|
511
|
-
"package_version": "2026.8.1",
|
|
512
|
-
"reason": "Transactional beforeMutation is a required host registry member; package call sites remain source-compatible and receive the field from pm."
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"changes": [
|
|
516
|
-
"signature ./sdk:PM_TOOL_ACTION_PARAMETER_CONTRACTS",
|
|
517
|
-
"signature ./sdk:PM_TOOL_ACTIONS",
|
|
518
|
-
"signature ./sdk:PmContextIntentReceipt",
|
|
519
|
-
"signature ./sdk:PmToolAction",
|
|
520
|
-
"signature ./sdk/contracts:PM_TOOL_ACTION_PARAMETER_CONTRACTS",
|
|
521
|
-
"signature ./sdk/contracts:PM_TOOL_ACTIONS",
|
|
522
|
-
"signature ./sdk/contracts:PmContextIntentReceipt",
|
|
523
|
-
"signature ./sdk/contracts:PmToolAction"
|
|
524
|
-
],
|
|
525
|
-
"package_version": "2026.8.1",
|
|
526
|
-
"reason": "Unify CLI SDK MCP action contracts, add optional budget diagnostics, and expose newly reachable native actions; existing action names and receipt fields remain compatible."
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"changes": [
|
|
530
|
-
"error code missing_required_parameter removed"
|
|
531
|
-
],
|
|
532
|
-
"package_version": "2026.8.1",
|
|
533
|
-
"reason": "Remove an unshipped generated error-code entry before review; runtime behavior continues to use the established usage-error envelope."
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"changes": [
|
|
537
|
-
"signature ./sdk:BootstrapGlobalOptions",
|
|
538
|
-
"signature ./sdk:GlobalOptions",
|
|
539
|
-
"signature ./sdk/runtime:GlobalOptions"
|
|
540
|
-
],
|
|
541
|
-
"package_version": "2026.8.1",
|
|
542
|
-
"reason": "Additive optional tokenAccounting output instrumentation flag shared by CLI SDK and MCP"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"changes": [
|
|
546
|
-
"signature ./sdk:HistoryRedactResult"
|
|
547
|
-
],
|
|
548
|
-
"package_version": "2026.8.2",
|
|
549
|
-
"reason": "Remove secret-bearing matcher and replacement fields from history-redact results (GH-864)"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"changes": [
|
|
553
|
-
"signature ./sdk:PmClient",
|
|
554
|
-
"signature ./sdk:runTelemetry",
|
|
555
|
-
"signature ./sdk:TOOL_UPDATE_OPTION_CONTRACT_SOURCE",
|
|
556
|
-
"signature ./sdk:UpdateCommandOptions",
|
|
557
|
-
"signature ./sdk/contracts:TOOL_UPDATE_OPTION_CONTRACT_SOURCE",
|
|
558
|
-
"signature ./sdk/core:PmClient",
|
|
559
|
-
"signature ./sdk/runtime:PmClient",
|
|
560
|
-
"signature ./sdk/runtime:UpdateCommandOptions"
|
|
561
|
-
],
|
|
562
|
-
"package_version": "2026.8.2",
|
|
563
|
-
"reason": "Additive SDK reverse-file lookup, atomic evidence replacement, and precise telemetry receipt contracts tracked by pm-f86lth, pm-cstuys, and pm-u5c27w"
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"changes": [
|
|
567
|
-
"signature ./sdk:BootstrapGlobalOptions",
|
|
568
|
-
"signature ./sdk:ContractsResult",
|
|
569
|
-
"signature ./sdk:GlobalOptions",
|
|
570
|
-
"signature ./sdk:PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
571
|
-
"signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
572
|
-
"signature ./sdk:PmClient",
|
|
573
|
-
"signature ./sdk/contracts:PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
574
|
-
"signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
575
|
-
"signature ./sdk/core:PmClient",
|
|
576
|
-
"signature ./sdk/runtime:ContractsResult",
|
|
577
|
-
"signature ./sdk/runtime:GlobalOptions",
|
|
578
|
-
"signature ./sdk/runtime:PmClient"
|
|
579
|
-
],
|
|
580
|
-
"package_version": "2026.8.2",
|
|
581
|
-
"reason": "Add optional universal read-output controls and request-scoped context-intent declarations while preserving existing SDK call shapes"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"changes": [
|
|
585
|
-
"signature ./sdk:applyReadOutputDimensions",
|
|
586
|
-
"signature ./sdk:PmReadOutputReceipt",
|
|
587
|
-
"signature ./sdk/contracts:applyReadOutputDimensions",
|
|
588
|
-
"signature ./sdk/contracts:PmReadOutputReceipt"
|
|
589
|
-
],
|
|
590
|
-
"package_version": "2026.8.2",
|
|
591
|
-
"reason": "Unreleased read-output API now models budget omission as a discriminated union and reports string and row compaction explicitly"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"changes": [
|
|
595
|
-
"signature ./sdk:aggregate",
|
|
596
|
-
"signature ./sdk:comments",
|
|
597
|
-
"signature ./sdk:context",
|
|
598
|
-
"signature ./sdk:deps",
|
|
599
|
-
"signature ./sdk:docs",
|
|
600
|
-
"signature ./sdk:files",
|
|
601
|
-
"signature ./sdk:get",
|
|
602
|
-
"signature ./sdk:graph",
|
|
603
|
-
"signature ./sdk:health",
|
|
604
|
-
"signature ./sdk:list",
|
|
605
|
-
"signature ./sdk:next",
|
|
606
|
-
"signature ./sdk:notes",
|
|
607
|
-
"signature ./sdk:PmClient",
|
|
608
|
-
"signature ./sdk:search",
|
|
609
|
-
"signature ./sdk:stats",
|
|
610
|
-
"signature ./sdk:validate",
|
|
611
|
-
"signature ./sdk/core:aggregate",
|
|
612
|
-
"signature ./sdk/core:comments",
|
|
613
|
-
"signature ./sdk/core:context",
|
|
614
|
-
"signature ./sdk/core:deps",
|
|
615
|
-
"signature ./sdk/core:docs",
|
|
616
|
-
"signature ./sdk/core:files",
|
|
617
|
-
"signature ./sdk/core:get",
|
|
618
|
-
"signature ./sdk/core:graph",
|
|
619
|
-
"signature ./sdk/core:list",
|
|
620
|
-
"signature ./sdk/core:next",
|
|
621
|
-
"signature ./sdk/core:notes",
|
|
622
|
-
"signature ./sdk/core:PmClient",
|
|
623
|
-
"signature ./sdk/core:search",
|
|
624
|
-
"signature ./sdk/runtime:aggregate",
|
|
625
|
-
"signature ./sdk/runtime:comments",
|
|
626
|
-
"signature ./sdk/runtime:context",
|
|
627
|
-
"signature ./sdk/runtime:deps",
|
|
628
|
-
"signature ./sdk/runtime:docs",
|
|
629
|
-
"signature ./sdk/runtime:files",
|
|
630
|
-
"signature ./sdk/runtime:get",
|
|
631
|
-
"signature ./sdk/runtime:graph",
|
|
632
|
-
"signature ./sdk/runtime:health",
|
|
633
|
-
"signature ./sdk/runtime:list",
|
|
634
|
-
"signature ./sdk/runtime:next",
|
|
635
|
-
"signature ./sdk/runtime:notes",
|
|
636
|
-
"signature ./sdk/runtime:PmClient",
|
|
637
|
-
"signature ./sdk/runtime:search",
|
|
638
|
-
"signature ./sdk/runtime:stats",
|
|
639
|
-
"signature ./sdk/runtime:validate"
|
|
640
|
-
],
|
|
641
|
-
"package_version": "2026.8.2",
|
|
642
|
-
"reason": "Unreleased budgeted read methods now expose omission-aware conditional results while unbudgeted SDK calls retain their prior result types"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"changes": [
|
|
646
|
-
"signature ./sdk:aggregate",
|
|
647
|
-
"signature ./sdk:comments",
|
|
648
|
-
"signature ./sdk:context",
|
|
649
|
-
"signature ./sdk:deps",
|
|
650
|
-
"signature ./sdk:docs",
|
|
651
|
-
"signature ./sdk:files",
|
|
652
|
-
"signature ./sdk:get",
|
|
653
|
-
"signature ./sdk:graph",
|
|
654
|
-
"signature ./sdk:health",
|
|
655
|
-
"signature ./sdk:list",
|
|
656
|
-
"signature ./sdk:next",
|
|
657
|
-
"signature ./sdk:notes",
|
|
658
|
-
"signature ./sdk:PmClient",
|
|
659
|
-
"signature ./sdk:search",
|
|
660
|
-
"signature ./sdk:stats",
|
|
661
|
-
"signature ./sdk:validate",
|
|
662
|
-
"signature ./sdk/core:aggregate",
|
|
663
|
-
"signature ./sdk/core:comments",
|
|
664
|
-
"signature ./sdk/core:context",
|
|
665
|
-
"signature ./sdk/core:deps",
|
|
666
|
-
"signature ./sdk/core:docs",
|
|
667
|
-
"signature ./sdk/core:files",
|
|
668
|
-
"signature ./sdk/core:get",
|
|
669
|
-
"signature ./sdk/core:graph",
|
|
670
|
-
"signature ./sdk/core:list",
|
|
671
|
-
"signature ./sdk/core:next",
|
|
672
|
-
"signature ./sdk/core:notes",
|
|
673
|
-
"signature ./sdk/core:PmClient",
|
|
674
|
-
"signature ./sdk/core:search",
|
|
675
|
-
"signature ./sdk/runtime:aggregate",
|
|
676
|
-
"signature ./sdk/runtime:comments",
|
|
677
|
-
"signature ./sdk/runtime:context",
|
|
678
|
-
"signature ./sdk/runtime:deps",
|
|
679
|
-
"signature ./sdk/runtime:docs",
|
|
680
|
-
"signature ./sdk/runtime:files",
|
|
681
|
-
"signature ./sdk/runtime:get",
|
|
682
|
-
"signature ./sdk/runtime:graph",
|
|
683
|
-
"signature ./sdk/runtime:health",
|
|
684
|
-
"signature ./sdk/runtime:list",
|
|
685
|
-
"signature ./sdk/runtime:next",
|
|
686
|
-
"signature ./sdk/runtime:notes",
|
|
687
|
-
"signature ./sdk/runtime:PmClient",
|
|
688
|
-
"signature ./sdk/runtime:search",
|
|
689
|
-
"signature ./sdk/runtime:stats",
|
|
690
|
-
"signature ./sdk/runtime:validate"
|
|
691
|
-
],
|
|
692
|
-
"package_version": "2026.8.2",
|
|
693
|
-
"reason": "Preserve omission-aware conditional read signatures while extracting public runtime contracts below the implementation file limit"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"changes": [
|
|
697
|
-
"signature ./sdk:ActivityCommandOptions",
|
|
698
|
-
"signature ./sdk:ActivityResult",
|
|
699
|
-
"signature ./sdk:AGENT_PROVENANCE_DIMENSIONS",
|
|
700
|
-
"signature ./sdk:AgentModelSource",
|
|
701
|
-
"signature ./sdk:HarnessDetectionSignals",
|
|
702
|
-
"signature ./sdk:HarnessSignalDescriptor",
|
|
703
|
-
"signature ./sdk:HistoryCommandOptions",
|
|
704
|
-
"signature ./sdk:HistoryResult",
|
|
705
|
-
"signature ./sdk:ListMutationEventsOptions",
|
|
706
|
-
"signature ./sdk:MutationEvent",
|
|
707
|
-
"signature ./sdk:MutationEventPage",
|
|
708
|
-
"signature ./sdk:PM_MODE_PAIRED_OUTPUT_PROJECTION_CONTRACTS",
|
|
709
|
-
"signature ./sdk:PM_READ_ROW_CONTRACTS",
|
|
710
|
-
"signature ./sdk:PmSettings",
|
|
711
|
-
"signature ./sdk:runWithWorkspaceHarnessSignalDescriptors",
|
|
712
|
-
"signature ./sdk/core:AGENT_PROVENANCE_DIMENSIONS",
|
|
713
|
-
"signature ./sdk/core:AgentModelSource",
|
|
714
|
-
"signature ./sdk/core:HarnessDetectionSignals",
|
|
715
|
-
"signature ./sdk/core:HarnessSignalDescriptor",
|
|
716
|
-
"signature ./sdk/core:PmSettings",
|
|
717
|
-
"signature ./sdk/core:runWithWorkspaceHarnessSignalDescriptors",
|
|
718
|
-
"signature ./sdk/query:ActivityCommandOptions",
|
|
719
|
-
"signature ./sdk/query:ActivityResult",
|
|
720
|
-
"signature ./sdk/query:HistoryCommandOptions",
|
|
721
|
-
"signature ./sdk/query:HistoryResult",
|
|
722
|
-
"signature ./sdk/runtime:PmSettings"
|
|
723
|
-
],
|
|
724
|
-
"package_version": "2026.8.2",
|
|
725
|
-
"reason": "Additive provenance projections, filters, version dimension, and optional probe controls intentionally expand public SDK contracts without removing existing behavior."
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"changes": [
|
|
729
|
-
"signature ./sdk:PM_READ_ROW_CONTRACTS",
|
|
730
|
-
"signature ./sdk:PROFILE_LINT_CODES",
|
|
731
|
-
"signature ./sdk/authoring:PROFILE_LINT_CODES"
|
|
49
|
+
"signature ./sdk/runtime:NotesResult"
|
|
732
50
|
],
|
|
733
|
-
"package_version": "2026.8.
|
|
734
|
-
"reason": "
|
|
51
|
+
"package_version": "2026.8.7",
|
|
52
|
+
"reason": "pm-9stazf adds bounded annotation mutation receipts with explicit fullHistory opt-in; pm-tu71 makes vector refresh explicit"
|
|
735
53
|
},
|
|
736
54
|
{
|
|
737
55
|
"changes": [
|
|
738
|
-
"signature ./sdk:
|
|
739
|
-
"signature ./sdk:ContextResult",
|
|
740
|
-
"signature ./sdk:ExtensionManifest",
|
|
741
|
-
"signature ./sdk/authoring:ExtensionManifest",
|
|
742
|
-
"signature ./sdk/core:ContextOptions",
|
|
743
|
-
"signature ./sdk/core:ContextResult",
|
|
744
|
-
"signature ./sdk/query:ContextOptions",
|
|
745
|
-
"signature ./sdk/query:ContextResult",
|
|
746
|
-
"signature ./sdk/runtime:ContextOptions",
|
|
747
|
-
"signature ./sdk/runtime:ContextResult"
|
|
56
|
+
"signature ./sdk:AnnotationOmissionReceipt"
|
|
748
57
|
],
|
|
749
|
-
"package_version": "2026.8.
|
|
750
|
-
"reason": "
|
|
58
|
+
"package_version": "2026.8.7",
|
|
59
|
+
"reason": "pm-9stazf replaces CLI-only annotation restoration guidance with transport-neutral selectors"
|
|
751
60
|
},
|
|
752
61
|
{
|
|
753
62
|
"changes": [
|
|
754
|
-
"signature ./sdk:AggregateResult",
|
|
755
|
-
"signature ./sdk/core:AggregateResult",
|
|
756
|
-
"signature ./sdk/query:AggregateResult",
|
|
757
|
-
"signature ./sdk/runtime:AggregateResult"
|
|
758
|
-
],
|
|
759
|
-
"package_version": "2026.8.3",
|
|
760
|
-
"reason": "Aggregate filter metadata now discloses multi-status OR selections through optional status_values while preserving status compatibility"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"changes": [
|
|
764
|
-
"signature ./sdk:ContractsResult",
|
|
765
|
-
"signature ./sdk:PM_COMMAND_OUTPUT_BUDGET_CONTRACTS",
|
|
766
|
-
"signature ./sdk:PmCommandOutputBudgetContract",
|
|
767
63
|
"signature ./sdk:PmErrorCodeContract",
|
|
768
|
-
"signature ./sdk:resolvePmCommandOutputBudget",
|
|
769
|
-
"signature ./sdk/contracts:PM_COMMAND_OUTPUT_BUDGET_CONTRACTS",
|
|
770
|
-
"signature ./sdk/contracts:PmCommandOutputBudgetContract",
|
|
771
64
|
"signature ./sdk/contracts:PmErrorCodeContract",
|
|
772
|
-
"signature ./sdk/contracts:resolvePmCommandOutputBudget",
|
|
773
|
-
"signature ./sdk/runtime:ContractsResult",
|
|
774
65
|
"signature ./sdk/runtime:PmErrorCodeContract"
|
|
775
66
|
],
|
|
776
|
-
"package_version": "2026.8.
|
|
777
|
-
"reason": "
|
|
67
|
+
"package_version": "2026.8.7",
|
|
68
|
+
"reason": "Add optional error-code canonicalization metadata while preserving every emitted code and the existing resolver contract; consumers may adopt resolveCanonicalPmErrorCodeContract incrementally."
|
|
778
69
|
},
|
|
779
70
|
{
|
|
780
71
|
"changes": [
|
|
781
|
-
"signature ./sdk:
|
|
782
|
-
"signature ./sdk
|
|
72
|
+
"signature ./sdk:ContractsResult",
|
|
73
|
+
"signature ./sdk:EXIT_CODE",
|
|
74
|
+
"signature ./sdk/core:EXIT_CODE",
|
|
75
|
+
"signature ./sdk/runtime:ContractsResult",
|
|
76
|
+
"signature ./sdk/runtime:EXIT_CODE"
|
|
783
77
|
],
|
|
784
|
-
"package_version": "2026.8.
|
|
785
|
-
"reason": "
|
|
78
|
+
"package_version": "2026.8.7",
|
|
79
|
+
"reason": "Add stable successful effect exits 6 and 7 plus generated command exit contracts; existing 0-5 meanings remain unchanged and bulk mutation result receipts now carry required outcome and exit_code fields."
|
|
786
80
|
},
|
|
787
81
|
{
|
|
788
82
|
"changes": [
|
|
789
|
-
"signature ./sdk:
|
|
83
|
+
"signature ./sdk:PmCommandEffect",
|
|
84
|
+
"signature ./sdk:PmCommandEffectReceipt",
|
|
85
|
+
"signature ./sdk/contracts:PmCommandEffect",
|
|
86
|
+
"signature ./sdk/contracts:PmCommandEffectReceipt"
|
|
790
87
|
],
|
|
791
|
-
"package_version": "2026.8.
|
|
792
|
-
"reason": "
|
|
88
|
+
"package_version": "2026.8.7",
|
|
89
|
+
"reason": "Report collected all-row bulk failures as dependency_failed exit 5 instead of a successful no-effect receipt; full no-effect and partial-effect exits remain 6 and 7."
|
|
793
90
|
},
|
|
794
91
|
{
|
|
795
92
|
"changes": [
|
|
796
|
-
"signature ./sdk:
|
|
797
|
-
"signature ./sdk:definePreflightOverride",
|
|
798
|
-
"signature ./sdk:ExtensionActivationSummary",
|
|
799
|
-
"signature ./sdk:ExtensionApi",
|
|
800
|
-
"signature ./sdk:ExtensionBlueprint",
|
|
801
|
-
"signature ./sdk:ExtensionCommandOptions",
|
|
802
|
-
"signature ./sdk:ExtensionContributionInventory",
|
|
803
|
-
"signature ./sdk:PmClient",
|
|
804
|
-
"signature ./sdk/authoring:createExtensionContributionInventory",
|
|
805
|
-
"signature ./sdk/authoring:definePreflightOverride",
|
|
806
|
-
"signature ./sdk/authoring:ExtensionApi",
|
|
807
|
-
"signature ./sdk/authoring:ExtensionBlueprint",
|
|
808
|
-
"signature ./sdk/authoring:ExtensionContributionInventory",
|
|
809
|
-
"signature ./sdk/core:PmClient",
|
|
810
|
-
"signature ./sdk/runtime:ExtensionCommandOptions",
|
|
811
|
-
"signature ./sdk/runtime:PmClient",
|
|
812
|
-
"signature ./sdk/testing:ExtensionActivationSummary",
|
|
813
|
-
"signature ./sdk/testing:ExtensionBlueprint"
|
|
93
|
+
"signature ./sdk:ProjectRuntimeCompatibilityResult"
|
|
814
94
|
],
|
|
815
|
-
"package_version": "2026.8.
|
|
816
|
-
"reason": "
|
|
95
|
+
"package_version": "2026.8.7",
|
|
96
|
+
"reason": "Extend project runtime inspection with optional stale-read diagnostics for pm-1eted6; existing result fields and behavior remain compatible."
|
|
817
97
|
}
|
|
818
98
|
],
|
|
819
99
|
"entrypoints": {
|
|
@@ -848,7 +128,7 @@
|
|
|
848
128
|
"classification": "supported",
|
|
849
129
|
"kind": "value",
|
|
850
130
|
"name": "_testOnlyHealthCommand",
|
|
851
|
-
"signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
|
|
131
|
+
"signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveVectorRefreshPolicy: typeof resolveVectorRefreshPolicy; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
|
|
852
132
|
},
|
|
853
133
|
{
|
|
854
134
|
"classification": "advanced_export",
|
|
@@ -916,6 +196,12 @@
|
|
|
916
196
|
"name": "acknowledgeUnknownAuthorHistoryEvents",
|
|
917
197
|
"signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }>"
|
|
918
198
|
},
|
|
199
|
+
{
|
|
200
|
+
"classification": "supported",
|
|
201
|
+
"kind": "function",
|
|
202
|
+
"name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
|
|
203
|
+
"signature": "(pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }>"
|
|
204
|
+
},
|
|
919
205
|
{
|
|
920
206
|
"classification": "supported",
|
|
921
207
|
"kind": "function",
|
|
@@ -1156,6 +442,12 @@
|
|
|
1156
442
|
"name": "analyzeKnowledgeGraph",
|
|
1157
443
|
"signature": "(graph: RelationshipGraph) => RelationshipKnowledgeAnalysis | calls: (graph: RelationshipGraph) => RelationshipKnowledgeAnalysis"
|
|
1158
444
|
},
|
|
445
|
+
{
|
|
446
|
+
"classification": "contract_data",
|
|
447
|
+
"kind": "function",
|
|
448
|
+
"name": "analyzePmCommandExitConformance",
|
|
449
|
+
"signature": "(observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport | calls: (observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport"
|
|
450
|
+
},
|
|
1159
451
|
{
|
|
1160
452
|
"classification": "contract_data",
|
|
1161
453
|
"kind": "function",
|
|
@@ -1202,13 +494,13 @@
|
|
|
1202
494
|
"classification": "advanced_export",
|
|
1203
495
|
"kind": "interface",
|
|
1204
496
|
"name": "AnnotationCommandOptions",
|
|
1205
|
-
"signature": "export interface AnnotationCommandOptions { limit?: string; author?: string; message?: string; force?: boolean; includeMeta?: boolean; }"
|
|
497
|
+
"signature": "export interface AnnotationCommandOptions { limit?: string; author?: string; message?: string; force?: boolean; includeMeta?: boolean; fullHistory?: boolean; }"
|
|
1206
498
|
},
|
|
1207
499
|
{
|
|
1208
500
|
"classification": "advanced_export",
|
|
1209
501
|
"kind": "type",
|
|
1210
502
|
"name": "AnnotationCommandResult",
|
|
1211
|
-
"signature": "export type AnnotationCommandResult<TKey extends string, TEntry extends AnnotationEntry> = { id: string; count: number; } & Record<TKey, TEntry[]> & { total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; };"
|
|
503
|
+
"signature": "export type AnnotationCommandResult<TKey extends string, TEntry extends AnnotationEntry> = { id: string; count: number; } & Record<TKey, TEntry[]> & { total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; };"
|
|
1212
504
|
},
|
|
1213
505
|
{
|
|
1214
506
|
"classification": "advanced_export",
|
|
@@ -1216,12 +508,30 @@
|
|
|
1216
508
|
"name": "AnnotationEntry",
|
|
1217
509
|
"signature": "export interface AnnotationEntry { created_at: string; author: string; text: string; edited_at?: string; }"
|
|
1218
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"classification": "advanced_export",
|
|
513
|
+
"kind": "interface",
|
|
514
|
+
"name": "AnnotationHistoryRestoration",
|
|
515
|
+
"signature": "export interface AnnotationHistoryRestoration { selector: \"full_history\"; cli_flag: \"--full-history\"; sdk_option: \"fullHistory\"; mcp_option: \"full\"; }"
|
|
516
|
+
},
|
|
1219
517
|
{
|
|
1220
518
|
"classification": "advanced_export",
|
|
1221
519
|
"kind": "interface",
|
|
1222
520
|
"name": "AnnotationInput",
|
|
1223
521
|
"signature": "export interface AnnotationInput { mode: \"list\" | \"add\" | \"stdin\" | \"file\" | \"edit\" | \"delete\"; value?: string; rawValue?: string; emptyFlag?: string; index?: number; }"
|
|
1224
522
|
},
|
|
523
|
+
{
|
|
524
|
+
"classification": "advanced_export",
|
|
525
|
+
"kind": "interface",
|
|
526
|
+
"name": "AnnotationMutationReceipt",
|
|
527
|
+
"signature": "export interface AnnotationMutationReceipt { action: \"add\" | \"edit\" | \"delete\"; entry_index: number; changed_count: 1; full_history_included: boolean; }"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"classification": "advanced_export",
|
|
531
|
+
"kind": "interface",
|
|
532
|
+
"name": "AnnotationOmissionReceipt",
|
|
533
|
+
"signature": "export interface AnnotationOmissionReceipt { has_omissions: boolean; omitted_field_group_count: number; omitted_field_groups: Array<{ name: string; restore_with: AnnotationHistoryRestoration; }>; }"
|
|
534
|
+
},
|
|
1225
535
|
{
|
|
1226
536
|
"classification": "advanced_export",
|
|
1227
537
|
"kind": "interface",
|
|
@@ -1330,6 +640,12 @@
|
|
|
1330
640
|
"name": "applyReadOutputDimensions",
|
|
1331
641
|
"signature": "<Result extends Record<string, unknown>>(command: string, options: Record<string, unknown>, result: Result) => PmReadOutputResult<Result> | calls: <Result extends Record<string, unknown>>(command: string, options: Record<string, unknown>, result: Result) => PmReadOutputResult<Result>"
|
|
1332
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"classification": "supported",
|
|
645
|
+
"kind": "function",
|
|
646
|
+
"name": "applyReadOutputSessionReferences",
|
|
647
|
+
"signature": "(result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown> | calls: (result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown>"
|
|
648
|
+
},
|
|
1333
649
|
{
|
|
1334
650
|
"classification": "advanced_export",
|
|
1335
651
|
"kind": "function",
|
|
@@ -1474,6 +790,12 @@
|
|
|
1474
790
|
"name": "AssertProjectProfileOptions",
|
|
1475
791
|
"signature": "export interface AssertProjectProfileOptions { strict?: boolean; }"
|
|
1476
792
|
},
|
|
793
|
+
{
|
|
794
|
+
"classification": "advanced_export",
|
|
795
|
+
"kind": "function",
|
|
796
|
+
"name": "assertProjectRuntimeCompatibility",
|
|
797
|
+
"signature": "(options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult | calls: (options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult"
|
|
798
|
+
},
|
|
1477
799
|
{
|
|
1478
800
|
"classification": "supported",
|
|
1479
801
|
"kind": "function",
|
|
@@ -1612,6 +934,12 @@
|
|
|
1612
934
|
"name": "attachReadOutputContracts",
|
|
1613
935
|
"signature": "(command: string | undefined, options: Record<string, unknown>, result: unknown) => unknown | calls: (command: string | undefined, options: Record<string, unknown>, result: unknown) => unknown"
|
|
1614
936
|
},
|
|
937
|
+
{
|
|
938
|
+
"classification": "supported",
|
|
939
|
+
"kind": "function",
|
|
940
|
+
"name": "attachReadOutputSessionReceipt",
|
|
941
|
+
"signature": "(result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown> | calls: (result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown>"
|
|
942
|
+
},
|
|
1615
943
|
{
|
|
1616
944
|
"classification": "supported",
|
|
1617
945
|
"kind": "function",
|
|
@@ -1688,7 +1016,7 @@
|
|
|
1688
1016
|
"classification": "advanced_export",
|
|
1689
1017
|
"kind": "interface",
|
|
1690
1018
|
"name": "BootstrapGlobalOptions",
|
|
1691
|
-
"signature": "export interface BootstrapGlobalOptions { path?: string; noExtensions: boolean; noPager: boolean; json: boolean; quiet: boolean; lean: boolean; tokenAccounting: boolean; outputInclude?: string; outputLimit?: string; outputBudget?: string; outputFormat?: \"toon\" | \"json\"; author?: string; authorMissingValue?: true; }"
|
|
1019
|
+
"signature": "export interface BootstrapGlobalOptions { path?: string; noExtensions: boolean; noPager: boolean; json: boolean; quiet: boolean; lean: boolean; tokenAccounting: boolean; outputInclude?: string; outputLimit?: string; outputBudget?: string; outputFormat?: \"toon\" | \"json\"; outputSession?: string; author?: string; authorMissingValue?: true; }"
|
|
1692
1020
|
},
|
|
1693
1021
|
{
|
|
1694
1022
|
"classification": "advanced_export",
|
|
@@ -1714,6 +1042,12 @@
|
|
|
1714
1042
|
"name": "boundAgentEpisodeIdentity",
|
|
1715
1043
|
"signature": "(value: unknown, strict: boolean) => AgentEpisodeIdentity | undefined | calls: (value: unknown, strict: boolean) => AgentEpisodeIdentity | undefined"
|
|
1716
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
"classification": "advanced_export",
|
|
1047
|
+
"kind": "function",
|
|
1048
|
+
"name": "boundReadOutputRows",
|
|
1049
|
+
"signature": "(result: Record<string, unknown>, amount: number) => { result: Record<string, unknown>; truncated: boolean; } | calls: (result: Record<string, unknown>, amount: number) => { result: Record<string, unknown>; truncated: boolean; }"
|
|
1050
|
+
},
|
|
1717
1051
|
{
|
|
1718
1052
|
"classification": "supported",
|
|
1719
1053
|
"kind": "value",
|
|
@@ -2050,6 +1384,12 @@
|
|
|
2050
1384
|
"name": "classifyHistoryAuthorEvent",
|
|
2051
1385
|
"signature": "(parsed: unknown) => \"actionable_unknown\" | \"attributed\" | \"legacy_unknown\" | calls: (parsed: unknown) => \"attributed\" | \"legacy_unknown\" | \"actionable_unknown\""
|
|
2052
1386
|
},
|
|
1387
|
+
{
|
|
1388
|
+
"classification": "advanced_export",
|
|
1389
|
+
"kind": "function",
|
|
1390
|
+
"name": "classifyHostEnvironmentFault",
|
|
1391
|
+
"signature": "(error: unknown) => string | null | calls: (error: unknown) => string | null"
|
|
1392
|
+
},
|
|
2053
1393
|
{
|
|
2054
1394
|
"classification": "supported",
|
|
2055
1395
|
"kind": "function",
|
|
@@ -2372,13 +1712,13 @@
|
|
|
2372
1712
|
"classification": "supported",
|
|
2373
1713
|
"kind": "interface",
|
|
2374
1714
|
"name": "CommentsCommandOptions",
|
|
2375
|
-
"signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
1715
|
+
"signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
2376
1716
|
},
|
|
2377
1717
|
{
|
|
2378
1718
|
"classification": "supported",
|
|
2379
1719
|
"kind": "interface",
|
|
2380
1720
|
"name": "CommentsResult",
|
|
2381
|
-
"signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; }"
|
|
1721
|
+
"signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
2382
1722
|
},
|
|
2383
1723
|
{
|
|
2384
1724
|
"classification": "advanced_export",
|
|
@@ -2464,6 +1804,12 @@
|
|
|
2464
1804
|
"name": "compareCriticalItems",
|
|
2465
1805
|
"signature": "(left: ItemMetadata, right: ItemMetadata, statusRegistry: RuntimeStatusRegistry) => number | calls: (left: ItemMetadata, right: ItemMetadata, statusRegistry: RuntimeStatusRegistry) => number"
|
|
2466
1806
|
},
|
|
1807
|
+
{
|
|
1808
|
+
"classification": "advanced_export",
|
|
1809
|
+
"kind": "function",
|
|
1810
|
+
"name": "comparePmDateVersions",
|
|
1811
|
+
"signature": "(left: string, right: string) => number | null | calls: (left: string, right: string) => number | null"
|
|
1812
|
+
},
|
|
2467
1813
|
{
|
|
2468
1814
|
"classification": "supported",
|
|
2469
1815
|
"kind": "function",
|
|
@@ -2960,7 +2306,7 @@
|
|
|
2960
2306
|
"classification": "advanced_export",
|
|
2961
2307
|
"kind": "interface",
|
|
2962
2308
|
"name": "ContractsResult",
|
|
2963
|
-
"signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; }"
|
|
2309
|
+
"signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; command_exit_contracts?: { vocabulary: readonly PmCommandExitOutcomeContract[]; command_sets: Array<{ commands: string[]; exit_codes: PmCommandExitContract[\"exit_codes\"]; }>; }; }"
|
|
2964
2310
|
},
|
|
2965
2311
|
{
|
|
2966
2312
|
"classification": "supported",
|
|
@@ -3022,6 +2368,12 @@
|
|
|
3022
2368
|
"name": "countFailureCategories",
|
|
3023
2369
|
"signature": "(runResults: TestRunResult[]) => Record<LinkedTestFailureCategory, number> | calls: (runResults: TestRunResult[]) => Record<LinkedTestFailureCategory, number>"
|
|
3024
2370
|
},
|
|
2371
|
+
{
|
|
2372
|
+
"classification": "advanced_export",
|
|
2373
|
+
"kind": "function",
|
|
2374
|
+
"name": "countReadOutputRows",
|
|
2375
|
+
"signature": "(result: Record<string, unknown>) => number | calls: (result: Record<string, unknown>) => number"
|
|
2376
|
+
},
|
|
3025
2377
|
{
|
|
3026
2378
|
"classification": "supported",
|
|
3027
2379
|
"kind": "function",
|
|
@@ -3634,6 +2986,12 @@
|
|
|
3634
2986
|
"name": "deriveExtensionCapabilities",
|
|
3635
2987
|
"signature": "(blueprint: ExtensionBlueprint) => ExtensionCapability[] | calls: (blueprint: ExtensionBlueprint) => ExtensionCapability[]"
|
|
3636
2988
|
},
|
|
2989
|
+
{
|
|
2990
|
+
"classification": "contract_data",
|
|
2991
|
+
"kind": "function",
|
|
2992
|
+
"name": "derivePmBulkMutationEffect",
|
|
2993
|
+
"signature": "(counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt | calls: (counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt"
|
|
2994
|
+
},
|
|
3637
2995
|
{
|
|
3638
2996
|
"classification": "advanced_export",
|
|
3639
2997
|
"kind": "function",
|
|
@@ -3742,6 +3100,12 @@
|
|
|
3742
3100
|
"name": "discoverNearbyPmRoot",
|
|
3743
3101
|
"signature": "(cwd: string, excludedRoot?: string) => string | undefined | calls: (cwd: string, excludedRoot?: string) => string | undefined"
|
|
3744
3102
|
},
|
|
3103
|
+
{
|
|
3104
|
+
"classification": "advanced_export",
|
|
3105
|
+
"kind": "function",
|
|
3106
|
+
"name": "discoverProjectRuntimeVersionPins",
|
|
3107
|
+
"signature": "(projectRoot: string) => ProjectRuntimeVersionPin[] | calls: (projectRoot: string) => ProjectRuntimeVersionPin[]"
|
|
3108
|
+
},
|
|
3745
3109
|
{
|
|
3746
3110
|
"classification": "supported",
|
|
3747
3111
|
"kind": "function",
|
|
@@ -4012,6 +3376,12 @@
|
|
|
4012
3376
|
"name": "EvaluateMutationGuardOptions",
|
|
4013
3377
|
"signature": "export interface EvaluateMutationGuardOptions { author: string; payload: unknown; settings: MutationGuardSettings; force?: boolean; }"
|
|
4014
3378
|
},
|
|
3379
|
+
{
|
|
3380
|
+
"classification": "advanced_export",
|
|
3381
|
+
"kind": "function",
|
|
3382
|
+
"name": "evaluateProvenanceCoverage",
|
|
3383
|
+
"signature": "(entries: readonly HistoryEntry[], descriptors: readonly HarnessSignalDescriptor[], minimumSample: number) => Omit<ProvenanceCoverageAnalytics, \"window\"> | calls: (entries: readonly HistoryEntry[], descriptors: readonly HarnessSignalDescriptor[], minimumSample: number) => Omit<ProvenanceCoverageAnalytics, \"window\">"
|
|
3384
|
+
},
|
|
4015
3385
|
{
|
|
4016
3386
|
"classification": "supported",
|
|
4017
3387
|
"kind": "function",
|
|
@@ -4076,7 +3446,7 @@
|
|
|
4076
3446
|
"classification": "supported",
|
|
4077
3447
|
"kind": "value",
|
|
4078
3448
|
"name": "EXIT_CODE",
|
|
4079
|
-
"signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; }"
|
|
3449
|
+
"signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; readonly NO_EFFECT: 6; readonly PARTIAL_EFFECT: 7; }"
|
|
4080
3450
|
},
|
|
4081
3451
|
{
|
|
4082
3452
|
"classification": "advanced_export",
|
|
@@ -4906,6 +4276,24 @@
|
|
|
4906
4276
|
"name": "flattenFlagListValue",
|
|
4907
4277
|
"signature": "(value: unknown) => unknown[] | calls: (value: unknown) => unknown[]"
|
|
4908
4278
|
},
|
|
4279
|
+
{
|
|
4280
|
+
"classification": "advanced_export",
|
|
4281
|
+
"kind": "interface",
|
|
4282
|
+
"name": "FleetAttributionAnalytics",
|
|
4283
|
+
"signature": "export interface FleetAttributionAnalytics { dimensions: FleetAttributionDimension[]; minimum_sample: number; policy: \"observational_only_not_for_authorization_or_routing\"; window: HistoryAnalyticsWindowReceipt; }"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"classification": "advanced_export",
|
|
4287
|
+
"kind": "interface",
|
|
4288
|
+
"name": "FleetAttributionDimension",
|
|
4289
|
+
"signature": "export interface FleetAttributionDimension { dimension: \"harness\" | \"model\" | \"author_source\"; status: \"available\" | \"unavailable\"; rows: FleetAttributionRow[]; }"
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"classification": "advanced_export",
|
|
4293
|
+
"kind": "interface",
|
|
4294
|
+
"name": "FleetAttributionRow",
|
|
4295
|
+
"signature": "export interface FleetAttributionRow { value: string; events: number; state_events: number; annotation_events: number; closes: number; reopens: number; defect_escapes: number; throughput_per_day: number | null; rework_rate: number | null; defect_escape_rate: number | null; sample_status: \"available\" | \"insufficient\"; }"
|
|
4296
|
+
},
|
|
4909
4297
|
{
|
|
4910
4298
|
"classification": "advanced_export",
|
|
4911
4299
|
"kind": "function",
|
|
@@ -5162,7 +4550,7 @@
|
|
|
5162
4550
|
"classification": "advanced_export",
|
|
5163
4551
|
"kind": "interface",
|
|
5164
4552
|
"name": "GlobalOptions",
|
|
5165
|
-
"signature": "export interface GlobalOptions { json?: boolean; quiet?: boolean; noChangedFields?: boolean; fullChangedFields?: boolean; idOnly?: boolean; lean?: boolean; tokenAccounting?: boolean; outputInclude?: string; outputLimit?: string; outputBudget?: string; outputFormat?: \"toon\" | \"json\"; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
|
|
4553
|
+
"signature": "export interface GlobalOptions { json?: boolean; quiet?: boolean; noChangedFields?: boolean; fullChangedFields?: boolean; idOnly?: boolean; lean?: boolean; tokenAccounting?: boolean; outputInclude?: string; outputLimit?: string; outputBudget?: string; outputFormat?: \"toon\" | \"json\"; outputSession?: string; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
|
|
5166
4554
|
},
|
|
5167
4555
|
{
|
|
5168
4556
|
"classification": "supported",
|
|
@@ -5590,6 +4978,30 @@
|
|
|
5590
4978
|
"name": "HISTORY_REPAIR_FLAG_CONTRACTS",
|
|
5591
4979
|
"signature": "CliFlagContract[]"
|
|
5592
4980
|
},
|
|
4981
|
+
{
|
|
4982
|
+
"classification": "advanced_export",
|
|
4983
|
+
"kind": "interface",
|
|
4984
|
+
"name": "HistoryAnalyticsEvent",
|
|
4985
|
+
"signature": "export interface HistoryAnalyticsEvent { item_id: string; entry: HistoryEntry; }"
|
|
4986
|
+
},
|
|
4987
|
+
{
|
|
4988
|
+
"classification": "advanced_export",
|
|
4989
|
+
"kind": "interface",
|
|
4990
|
+
"name": "HistoryAnalyticsWindow",
|
|
4991
|
+
"signature": "export interface HistoryAnalyticsWindow { events: HistoryAnalyticsEvent[]; receipt: HistoryAnalyticsWindowReceipt; }"
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
"classification": "advanced_export",
|
|
4995
|
+
"kind": "interface",
|
|
4996
|
+
"name": "HistoryAnalyticsWindowOptions",
|
|
4997
|
+
"signature": "export interface HistoryAnalyticsWindowOptions { since?: string; eventLimit?: number; minimumSample?: number; }"
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"classification": "advanced_export",
|
|
5001
|
+
"kind": "interface",
|
|
5002
|
+
"name": "HistoryAnalyticsWindowReceipt",
|
|
5003
|
+
"signature": "export interface HistoryAnalyticsWindowReceipt { since: string; events: number; truncated: boolean; next_cursor?: string; source: \"history_event_index\"; }"
|
|
5004
|
+
},
|
|
5593
5005
|
{
|
|
5594
5006
|
"classification": "supported",
|
|
5595
5007
|
"kind": "interface",
|
|
@@ -5782,6 +5194,18 @@
|
|
|
5782
5194
|
"name": "HistoryVerificationResult",
|
|
5783
5195
|
"signature": "export interface HistoryVerificationResult { ok: boolean; entries: number; errors: string[]; latest_after_hash?: string; current_item_hash?: string; current_matches_latest?: boolean; }"
|
|
5784
5196
|
},
|
|
5197
|
+
{
|
|
5198
|
+
"classification": "advanced_export",
|
|
5199
|
+
"kind": "interface",
|
|
5200
|
+
"name": "HostEnvironmentBoundaryOptions",
|
|
5201
|
+
"signature": "export interface HostEnvironmentBoundaryOptions { codes?: HostEnvironmentFaultCodeOverrides; why?: string; nextSteps?: readonly string[]; suggestedRetry?: string; }"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"classification": "advanced_export",
|
|
5205
|
+
"kind": "interface",
|
|
5206
|
+
"name": "HostEnvironmentFaultCodeOverrides",
|
|
5207
|
+
"signature": "export interface HostEnvironmentFaultCodeOverrides { capacity?: string; permission?: string; resource?: string; }"
|
|
5208
|
+
},
|
|
5785
5209
|
{
|
|
5786
5210
|
"classification": "supported",
|
|
5787
5211
|
"kind": "interface",
|
|
@@ -5818,6 +5242,36 @@
|
|
|
5818
5242
|
"name": "ImportPriorityValue",
|
|
5819
5243
|
"signature": "export type ImportPriorityValue = 0 | 1 | 2 | 3 | 4;"
|
|
5820
5244
|
},
|
|
5245
|
+
{
|
|
5246
|
+
"classification": "advanced_export",
|
|
5247
|
+
"kind": "type",
|
|
5248
|
+
"name": "ImprovementDirection",
|
|
5249
|
+
"signature": "export type ImprovementDirection = \"higher\" | \"lower\" | \"target\";"
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"classification": "advanced_export",
|
|
5253
|
+
"kind": "interface",
|
|
5254
|
+
"name": "ImprovementLedgerDocument",
|
|
5255
|
+
"signature": "export interface ImprovementLedgerDocument { format_version: 1; observations: ImprovementObservation[]; }"
|
|
5256
|
+
},
|
|
5257
|
+
{
|
|
5258
|
+
"classification": "advanced_export",
|
|
5259
|
+
"kind": "interface",
|
|
5260
|
+
"name": "ImprovementLedgerResult",
|
|
5261
|
+
"signature": "export interface ImprovementLedgerResult { observations: ImprovementObservation[]; total: number; truncated: boolean; trends: ImprovementTrend[]; source: \"audited_workspace_singleton\"; }"
|
|
5262
|
+
},
|
|
5263
|
+
{
|
|
5264
|
+
"classification": "advanced_export",
|
|
5265
|
+
"kind": "interface",
|
|
5266
|
+
"name": "ImprovementObservation",
|
|
5267
|
+
"signature": "export interface ImprovementObservation { id: string; metric: string; value: number; direction: ImprovementDirection; unit?: string; threshold?: number; observed_at: string; revision: string; revision_source: \"caller\" | \"git\" | \"unversioned\"; author: string; item_id?: string; source?: string; idempotency_key?: string; }"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"classification": "advanced_export",
|
|
5271
|
+
"kind": "interface",
|
|
5272
|
+
"name": "ImprovementTrend",
|
|
5273
|
+
"signature": "export interface ImprovementTrend { metric: string; direction: ImprovementDirection; baseline: ImprovementObservation; latest: ImprovementObservation; delta: number; improved: boolean; sample_count: number; }"
|
|
5274
|
+
},
|
|
5821
5275
|
{
|
|
5822
5276
|
"classification": "supported",
|
|
5823
5277
|
"kind": "interface",
|
|
@@ -5920,6 +5374,12 @@
|
|
|
5920
5374
|
"name": "inspectHistoryAuthorStream",
|
|
5921
5375
|
"signature": "(itemId: string, raw: string, sampleLimit?: number, acknowledgedEvents?: ReadonlySet<string>) => Pick<HistoryAuthorAttributionScan, \"acknowledged_actionable_event_count\" | \"actionable_events\" | \"actionable_unknown_event_count\" | \"checked_events\" | \"legacy_unknown_event_count\" | \"samples_truncated\" | \"samples\" | \"unknown_event_count\"> | calls: (itemId: string, raw: string, sampleLimit?: number, acknowledgedEvents?: ReadonlySet<string>) => Pick<HistoryAuthorAttributionScan, \"checked_events\" | \"unknown_event_count\" | \"legacy_unknown_event_count\" | \"actionable_unknown_event_count\" | \"acknowledged_actionable_event_count\" | \"samples\" | \"samples_truncated\" | \"actionable_events\">"
|
|
5922
5376
|
},
|
|
5377
|
+
{
|
|
5378
|
+
"classification": "advanced_export",
|
|
5379
|
+
"kind": "function",
|
|
5380
|
+
"name": "inspectProjectRuntimeCompatibility",
|
|
5381
|
+
"signature": "(options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult | calls: (options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult"
|
|
5382
|
+
},
|
|
5923
5383
|
{
|
|
5924
5384
|
"classification": "supported",
|
|
5925
5385
|
"kind": "function",
|
|
@@ -6034,18 +5494,36 @@
|
|
|
6034
5494
|
"name": "isPmExtensionServiceNameContract",
|
|
6035
5495
|
"signature": "(value: string) => value is PmExtensionServiceNameContract | calls: (value: string) => value is PmExtensionServiceNameContract"
|
|
6036
5496
|
},
|
|
5497
|
+
{
|
|
5498
|
+
"classification": "contract_data",
|
|
5499
|
+
"kind": "function",
|
|
5500
|
+
"name": "isPmKnownExitCode",
|
|
5501
|
+
"signature": "(exitCode: number) => exitCode is PmCommandExitCode | calls: (exitCode: number) => exitCode is PmCommandExitCode"
|
|
5502
|
+
},
|
|
6037
5503
|
{
|
|
6038
5504
|
"classification": "contract_data",
|
|
6039
5505
|
"kind": "function",
|
|
6040
5506
|
"name": "isPmMutationReceipt",
|
|
6041
5507
|
"signature": "(value: unknown) => value is PmCliMutationReceipt | calls: (value: unknown) => value is PmCliMutationReceipt"
|
|
6042
5508
|
},
|
|
5509
|
+
{
|
|
5510
|
+
"classification": "contract_data",
|
|
5511
|
+
"kind": "function",
|
|
5512
|
+
"name": "isPmSuccessfulExitCode",
|
|
5513
|
+
"signature": "(exitCode: number) => boolean | calls: (exitCode: number) => boolean"
|
|
5514
|
+
},
|
|
6043
5515
|
{
|
|
6044
5516
|
"classification": "contract_data",
|
|
6045
5517
|
"kind": "function",
|
|
6046
5518
|
"name": "isPmToolAction",
|
|
6047
5519
|
"signature": "(value: string) => value is PmToolAction | calls: (value: string) => value is PmToolAction"
|
|
6048
5520
|
},
|
|
5521
|
+
{
|
|
5522
|
+
"classification": "advanced_export",
|
|
5523
|
+
"kind": "function",
|
|
5524
|
+
"name": "isProjectMutatingInvocation",
|
|
5525
|
+
"signature": "(argv: readonly string[]) => boolean | calls: (argv: readonly string[]) => boolean"
|
|
5526
|
+
},
|
|
6049
5527
|
{
|
|
6050
5528
|
"classification": "advanced_export",
|
|
6051
5529
|
"kind": "function",
|
|
@@ -6284,13 +5762,13 @@
|
|
|
6284
5762
|
"classification": "supported",
|
|
6285
5763
|
"kind": "interface",
|
|
6286
5764
|
"name": "LearningsCommandOptions",
|
|
6287
|
-
"signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; author?: string; message?: string; force?: boolean; }"
|
|
5765
|
+
"signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
6288
5766
|
},
|
|
6289
5767
|
{
|
|
6290
5768
|
"classification": "supported",
|
|
6291
5769
|
"kind": "interface",
|
|
6292
5770
|
"name": "LearningsResult",
|
|
6293
|
-
"signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; }"
|
|
5771
|
+
"signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
6294
5772
|
},
|
|
6295
5773
|
{
|
|
6296
5774
|
"classification": "advanced_export",
|
|
@@ -6688,6 +6166,12 @@
|
|
|
6688
6166
|
"name": "looksLikeGenericKeyValueEntry",
|
|
6689
6167
|
"signature": "(raw: string) => boolean | calls: (raw: string) => boolean"
|
|
6690
6168
|
},
|
|
6169
|
+
{
|
|
6170
|
+
"classification": "advanced_export",
|
|
6171
|
+
"kind": "function",
|
|
6172
|
+
"name": "mapReadOutputRows",
|
|
6173
|
+
"signature": "(result: Record<string, unknown>, transform: (row: unknown, path: string, index: number) => unknown) => Record<string, unknown> | calls: (result: Record<string, unknown>, transform: (row: unknown, path: string, index: number) => unknown) => Record<string, unknown>"
|
|
6174
|
+
},
|
|
6691
6175
|
{
|
|
6692
6176
|
"classification": "supported",
|
|
6693
6177
|
"kind": "function",
|
|
@@ -6814,6 +6298,12 @@
|
|
|
6814
6298
|
"name": "mergeHistoryStreams",
|
|
6815
6299
|
"signature": "(baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult"
|
|
6816
6300
|
},
|
|
6301
|
+
{
|
|
6302
|
+
"classification": "supported",
|
|
6303
|
+
"kind": "interface",
|
|
6304
|
+
"name": "MergeInstallContextResolution",
|
|
6305
|
+
"signature": "export interface MergeInstallContextResolution { pm_root: string; workspace_start: string; source_coordinates_available: boolean; source_context_selected: boolean; source_policy: ReturnType<typeof resolveSourceContextWritePolicy>; }"
|
|
6306
|
+
},
|
|
6817
6307
|
{
|
|
6818
6308
|
"classification": "supported",
|
|
6819
6309
|
"kind": "interface",
|
|
@@ -6904,6 +6394,12 @@
|
|
|
6904
6394
|
"name": "mutateItem",
|
|
6905
6395
|
"signature": "(params: { pmRoot: string; settings: PmSettings; id: string; op: string; author: string; message?: string; force?: boolean; bypassAssigneeConflict?: boolean; skipNoop?: boolean; extensionFieldNames?: readonly string[]; typeToFolder?: Record<string, string>; mutate: (document: ItemDocument) => { changedFields: string[]; warnings?: string[]; } | Promise<{ changedFields: string[]; warnings?: string[]; }>; }) => Promise<{ item: ItemMetadata; body: string; changedFields: string[]; warnings: string[]; }> | calls: (params: { pmRoot: string; settings: PmSettings; id: string; op: string; author: string; message?: string; force?: boolean; bypassAssigneeConflict?: boolean; skipNoop?: boolean; extensionFieldNames?: readonly string[]; typeToFolder?: Record<string, string>; mutate: (document: ItemDocument) => { changedFields: string[]; warnings?: string[]; } | Promise<{ changedFields: string[]; warnings?: string[]; }>; }) => Promise<{ item: ItemMetadata; body: string; changedFields: string[]; warnings: string[]; }>"
|
|
6906
6396
|
},
|
|
6397
|
+
{
|
|
6398
|
+
"classification": "advanced_export",
|
|
6399
|
+
"kind": "function",
|
|
6400
|
+
"name": "mutateWorkspaceJsonWithHistory",
|
|
6401
|
+
"signature": "<Result>(params: WorkspaceJsonMutationOptions<Result>) => Promise<{ changed: boolean; result: Result; }> | calls: <Result>(params: WorkspaceJsonMutationOptions<Result>) => Promise<{ changed: boolean; result: Result; }>"
|
|
6402
|
+
},
|
|
6907
6403
|
{
|
|
6908
6404
|
"classification": "supported",
|
|
6909
6405
|
"kind": "interface",
|
|
@@ -7012,6 +6508,12 @@
|
|
|
7012
6508
|
"name": "NextResult",
|
|
7013
6509
|
"signature": "export interface NextResult { output_default: \"toon\"; now: string; recommended: NextRecommendation | null; ready: NextActionableItem[]; decision_needed: NextActionableItem[]; blocked: NextActionableItem[]; held_by_others: Array<{ id: string; assignee: string; }>; summary: NextSummary; filters: { type: string | null; tag: string | null; priority: string | number | null; assignee: string | null; assignee_filter: string | null; sprint: string | null; release: string | null; parent: string | null; limit: number; blocked_limit: number; ready_only: boolean; include_decisions: boolean; token_budget: number; }; suggestions?: string[]; warnings?: string[]; ranking?: ContextRankingSummary; packing?: ContextPackingSummary; truncation?: { decision_needed_total?: number; held_by_others_total?: number; }; }"
|
|
7014
6510
|
},
|
|
6511
|
+
{
|
|
6512
|
+
"classification": "advanced_export",
|
|
6513
|
+
"kind": "function",
|
|
6514
|
+
"name": "normalizeAnnotationTransportOptions",
|
|
6515
|
+
"signature": "(options: Record<string, unknown>) => Record<string, unknown> | calls: (options: Record<string, unknown>) => Record<string, unknown>"
|
|
6516
|
+
},
|
|
7015
6517
|
{
|
|
7016
6518
|
"classification": "advanced_export",
|
|
7017
6519
|
"kind": "function",
|
|
@@ -7148,13 +6650,13 @@
|
|
|
7148
6650
|
"classification": "supported",
|
|
7149
6651
|
"kind": "interface",
|
|
7150
6652
|
"name": "NotesCommandOptions",
|
|
7151
|
-
"signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
6653
|
+
"signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
7152
6654
|
},
|
|
7153
6655
|
{
|
|
7154
6656
|
"classification": "supported",
|
|
7155
6657
|
"kind": "interface",
|
|
7156
6658
|
"name": "NotesResult",
|
|
7157
|
-
"signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; }"
|
|
6659
|
+
"signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
7158
6660
|
},
|
|
7159
6661
|
{
|
|
7160
6662
|
"classification": "supported",
|
|
@@ -7624,6 +7126,12 @@
|
|
|
7624
7126
|
"name": "parsePriorityFilterSet",
|
|
7625
7127
|
"signature": "(raw: string | undefined, label?: string) => Set<number> | undefined | calls: (raw: string | undefined, label?: string) => Set<number> | undefined"
|
|
7626
7128
|
},
|
|
7129
|
+
{
|
|
7130
|
+
"classification": "supported",
|
|
7131
|
+
"kind": "function",
|
|
7132
|
+
"name": "parseReadOutputSession",
|
|
7133
|
+
"signature": "(value: unknown) => PmReadOutputSessionState | undefined | calls: (value: unknown) => PmReadOutputSessionState | undefined"
|
|
7134
|
+
},
|
|
7627
7135
|
{
|
|
7628
7136
|
"classification": "advanced_export",
|
|
7629
7137
|
"kind": "function",
|
|
@@ -7696,6 +7204,12 @@
|
|
|
7696
7204
|
"name": "parseTypeFilterSet",
|
|
7697
7205
|
"signature": "(raw: string | undefined, typeRegistry: ItemTypeRegistry, label?: string) => Set<ItemType> | undefined | calls: (raw: string | undefined, typeRegistry: ItemTypeRegistry, label?: string) => Set<ItemType> | undefined"
|
|
7698
7206
|
},
|
|
7207
|
+
{
|
|
7208
|
+
"classification": "supported",
|
|
7209
|
+
"kind": "function",
|
|
7210
|
+
"name": "parseUnknownAuthorHistoryEventCoordinates",
|
|
7211
|
+
"signature": "(values: readonly string[]) => UnknownAuthorHistoryEvent[] | calls: (values: readonly string[]) => UnknownAuthorHistoryEvent[]"
|
|
7212
|
+
},
|
|
7699
7213
|
{
|
|
7700
7214
|
"classification": "supported",
|
|
7701
7215
|
"kind": "function",
|
|
@@ -7888,6 +7402,18 @@
|
|
|
7888
7402
|
"name": "PM_CLI_ONLY_TOOL_ACTION_WAIVERS",
|
|
7889
7403
|
"signature": "{ readonly help: \"Commander help rendering has no SDK operation result.\"; readonly item: \"The item namespace only groups lifecycle subcommands already exposed as actions.\"; readonly packages: \"The plural package alias only renders package-oriented help.\"; }"
|
|
7890
7404
|
},
|
|
7405
|
+
{
|
|
7406
|
+
"classification": "contract_data",
|
|
7407
|
+
"kind": "value",
|
|
7408
|
+
"name": "PM_COMMAND_EXIT_CONTRACTS",
|
|
7409
|
+
"signature": "readonly PmCommandExitContract[]"
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
"classification": "contract_data",
|
|
7413
|
+
"kind": "value",
|
|
7414
|
+
"name": "PM_COMMAND_EXIT_OUTCOME_CONTRACTS",
|
|
7415
|
+
"signature": "readonly [{ readonly exit_code: 0; readonly outcome: \"effect\"; readonly success: true; readonly meaning: \"The requested operation completed with its intended effect.\"; }, { readonly exit_code: 1; readonly outcome: \"internal_failure\"; readonly success: false; readonly meaning: \"An unexpected runtime or internal failure prevented completion.\"; }, { readonly exit_code: 2; readonly outcome: \"refused_input\"; readonly success: false; readonly meaning: \"The invocation was refused because its input or composition was invalid.\"; }, { readonly exit_code: 3; readonly outcome: \"refused_tracker_state\"; readonly success: false; readonly meaning: \"The requested tracker, item, or resource was not present.\"; }, { readonly exit_code: 4; readonly outcome: \"conflict\"; readonly success: false; readonly meaning: \"Current state or concurrency prevented the requested effect.\"; }, { readonly exit_code: 5; readonly outcome: \"dependency_failed\"; readonly success: false; readonly meaning: \"A required dependency operation failed.\"; }, { readonly exit_code: 6; readonly outcome: \"no_effect\"; readonly success: true; readonly meaning: \"The request was valid and completed, but matched nothing to change.\"; }, { readonly exit_code: 7; readonly outcome: \"partial_effect\"; readonly success: true; readonly meaning: \"The request completed and changed some, but not all, selected targets.\"; }]"
|
|
7416
|
+
},
|
|
7891
7417
|
{
|
|
7892
7418
|
"classification": "contract_data",
|
|
7893
7419
|
"kind": "value",
|
|
@@ -8080,6 +7606,12 @@
|
|
|
8080
7606
|
"name": "PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
8081
7607
|
"signature": "\"1.1.0\""
|
|
8082
7608
|
},
|
|
7609
|
+
{
|
|
7610
|
+
"classification": "supported",
|
|
7611
|
+
"kind": "value",
|
|
7612
|
+
"name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
|
|
7613
|
+
"signature": "readonly [\"--output-session\"]"
|
|
7614
|
+
},
|
|
8083
7615
|
{
|
|
8084
7616
|
"classification": "supported",
|
|
8085
7617
|
"kind": "value",
|
|
@@ -8092,6 +7624,18 @@
|
|
|
8092
7624
|
"name": "PM_READ_OUTPUT_OPTION_FLAGS",
|
|
8093
7625
|
"signature": "readonly string[]"
|
|
8094
7626
|
},
|
|
7627
|
+
{
|
|
7628
|
+
"classification": "advanced_export",
|
|
7629
|
+
"kind": "value",
|
|
7630
|
+
"name": "PM_READ_OUTPUT_SESSION_MAX_SEEN_ITEM_IDS",
|
|
7631
|
+
"signature": "10000"
|
|
7632
|
+
},
|
|
7633
|
+
{
|
|
7634
|
+
"classification": "advanced_export",
|
|
7635
|
+
"kind": "value",
|
|
7636
|
+
"name": "PM_READ_OUTPUT_SESSION_MIN_TOKENS",
|
|
7637
|
+
"signature": "256"
|
|
7638
|
+
},
|
|
8095
7639
|
{
|
|
8096
7640
|
"classification": "supported",
|
|
8097
7641
|
"kind": "value",
|
|
@@ -8116,6 +7660,12 @@
|
|
|
8116
7660
|
"name": "PM_READ_ROW_JQ_SELECTOR",
|
|
8117
7661
|
"signature": "\".row_contract.row_keys[] as $key | getpath($key | split(\\\".\\\")) | if type == \\\"array\\\" then .[] else if type == \\\"object\\\" then to_entries[] else empty end end\""
|
|
8118
7662
|
},
|
|
7663
|
+
{
|
|
7664
|
+
"classification": "contract_data",
|
|
7665
|
+
"kind": "value",
|
|
7666
|
+
"name": "PM_SUCCESS_EXIT_CODES",
|
|
7667
|
+
"signature": "readonly [0, 6, 7]"
|
|
7668
|
+
},
|
|
8119
7669
|
{
|
|
8120
7670
|
"classification": "contract_data",
|
|
8121
7671
|
"kind": "value",
|
|
@@ -8144,7 +7694,7 @@
|
|
|
8144
7694
|
"classification": "contract_data",
|
|
8145
7695
|
"kind": "value",
|
|
8146
7696
|
"name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
8147
|
-
"signature": "\"4.4.
|
|
7697
|
+
"signature": "\"4.4.1\""
|
|
8148
7698
|
},
|
|
8149
7699
|
{
|
|
8150
7700
|
"classification": "contract_data",
|
|
@@ -8194,6 +7744,12 @@
|
|
|
8194
7744
|
"name": "PmBulkMutationControlOptions",
|
|
8195
7745
|
"signature": "export type PmBulkMutationControlOptions = { dryRun?: boolean; rollback?: boolean; noCheckpoint?: boolean; };"
|
|
8196
7746
|
},
|
|
7747
|
+
{
|
|
7748
|
+
"classification": "contract_data",
|
|
7749
|
+
"kind": "interface",
|
|
7750
|
+
"name": "PmBulkMutationEffectCounts",
|
|
7751
|
+
"signature": "export interface PmBulkMutationEffectCounts { applied: number; skipped: number; failed: number; unmatched: number; }"
|
|
7752
|
+
},
|
|
8197
7753
|
{
|
|
8198
7754
|
"classification": "contract_data",
|
|
8199
7755
|
"kind": "type",
|
|
@@ -8278,6 +7834,54 @@
|
|
|
8278
7834
|
"name": "PmCloseManyActionOptions",
|
|
8279
7835
|
"signature": "export type PmCloseManyActionOptions = Pick<PmCloseActionOptions, \"reason\" | \"completedAt\" | \"resolution\" | \"expectedResult\" | \"actualResult\" | \"validateClose\" | \"author\" | \"message\" | \"force\"> & PmBulkMutationFilterOptions & PmBulkMutationControlOptions;"
|
|
8280
7836
|
},
|
|
7837
|
+
{
|
|
7838
|
+
"classification": "contract_data",
|
|
7839
|
+
"kind": "type",
|
|
7840
|
+
"name": "PmCommandEffect",
|
|
7841
|
+
"signature": "export type PmCommandEffect = \"effect\" | \"no_effect\" | \"partial_effect\" | \"dependency_failed\";"
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
"classification": "contract_data",
|
|
7845
|
+
"kind": "interface",
|
|
7846
|
+
"name": "PmCommandEffectReceipt",
|
|
7847
|
+
"signature": "export interface PmCommandEffectReceipt { outcome: PmCommandEffect; exit_code: 0 | 5 | 6 | 7; }"
|
|
7848
|
+
},
|
|
7849
|
+
{
|
|
7850
|
+
"classification": "contract_data",
|
|
7851
|
+
"kind": "type",
|
|
7852
|
+
"name": "PmCommandExitCode",
|
|
7853
|
+
"signature": "export type PmCommandExitCode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;"
|
|
7854
|
+
},
|
|
7855
|
+
{
|
|
7856
|
+
"classification": "contract_data",
|
|
7857
|
+
"kind": "interface",
|
|
7858
|
+
"name": "PmCommandExitConformanceReport",
|
|
7859
|
+
"signature": "export interface PmCommandExitConformanceReport { ok: boolean; missing_commands: string[]; undeclared_observations: PmCommandExitObservation[]; unreachable_exit_codes: PmCommandExitCode[]; }"
|
|
7860
|
+
},
|
|
7861
|
+
{
|
|
7862
|
+
"classification": "contract_data",
|
|
7863
|
+
"kind": "interface",
|
|
7864
|
+
"name": "PmCommandExitContract",
|
|
7865
|
+
"signature": "export interface PmCommandExitContract { command: string; exit_codes: readonly PmCommandExitCode[]; }"
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"classification": "contract_data",
|
|
7869
|
+
"kind": "interface",
|
|
7870
|
+
"name": "PmCommandExitObservation",
|
|
7871
|
+
"signature": "export interface PmCommandExitObservation { command: string; exit_code: number; replay_id: string; }"
|
|
7872
|
+
},
|
|
7873
|
+
{
|
|
7874
|
+
"classification": "contract_data",
|
|
7875
|
+
"kind": "type",
|
|
7876
|
+
"name": "PmCommandExitOutcome",
|
|
7877
|
+
"signature": "export type PmCommandExitOutcome = \"effect\" | \"internal_failure\" | \"refused_input\" | \"refused_tracker_state\" | \"conflict\" | \"dependency_failed\" | \"no_effect\" | \"partial_effect\";"
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
"classification": "contract_data",
|
|
7881
|
+
"kind": "interface",
|
|
7882
|
+
"name": "PmCommandExitOutcomeContract",
|
|
7883
|
+
"signature": "export interface PmCommandExitOutcomeContract { exit_code: PmCommandExitCode; outcome: PmCommandExitOutcome; success: boolean; meaning: string; }"
|
|
7884
|
+
},
|
|
8281
7885
|
{
|
|
8282
7886
|
"classification": "contract_data",
|
|
8283
7887
|
"kind": "interface",
|
|
@@ -8360,7 +7964,7 @@
|
|
|
8360
7964
|
"classification": "contract_data",
|
|
8361
7965
|
"kind": "interface",
|
|
8362
7966
|
"name": "PmErrorCodeContract",
|
|
8363
|
-
"signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; }"
|
|
7967
|
+
"signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; canonical_code?: string; aliases?: string[]; }"
|
|
8364
7968
|
},
|
|
8365
7969
|
{
|
|
8366
7970
|
"classification": "contract_data",
|
|
@@ -8552,7 +8156,7 @@
|
|
|
8552
8156
|
"classification": "supported",
|
|
8553
8157
|
"kind": "interface",
|
|
8554
8158
|
"name": "PmReadOutputOptions",
|
|
8555
|
-
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; }"
|
|
8159
|
+
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; }"
|
|
8556
8160
|
},
|
|
8557
8161
|
{
|
|
8558
8162
|
"classification": "supported",
|
|
@@ -8564,13 +8168,37 @@
|
|
|
8564
8168
|
"classification": "supported",
|
|
8565
8169
|
"kind": "type",
|
|
8566
8170
|
"name": "PmReadOutputResult",
|
|
8567
|
-
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; }) | PmReadOutputBudgetExceeded;"
|
|
8171
|
+
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; read_session?: PmReadOutputSessionReceipt; }) | (PmReadOutputBudgetExceeded & { read_session?: PmReadOutputSessionReceipt; });"
|
|
8568
8172
|
},
|
|
8569
8173
|
{
|
|
8570
8174
|
"classification": "supported",
|
|
8571
8175
|
"kind": "type",
|
|
8572
8176
|
"name": "PmReadOutputResultFor",
|
|
8573
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
8177
|
+
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
8178
|
+
},
|
|
8179
|
+
{
|
|
8180
|
+
"classification": "advanced_export",
|
|
8181
|
+
"kind": "interface",
|
|
8182
|
+
"name": "PmReadOutputRowCollection",
|
|
8183
|
+
"signature": "export interface PmReadOutputRowCollection { path: string; value: unknown[] | Record<string, unknown>; }"
|
|
8184
|
+
},
|
|
8185
|
+
{
|
|
8186
|
+
"classification": "supported",
|
|
8187
|
+
"kind": "interface",
|
|
8188
|
+
"name": "PmReadOutputSessionReceipt",
|
|
8189
|
+
"signature": "export interface PmReadOutputSessionReceipt { contract_version: 1; id: string; measurement_scope: \"complete_read_envelope\"; estimator: \"ceil(utf8_bytes / 4)\"; token_budget: number; spent_before_tokens: number; spent_this_call_tokens: number; charged_this_call_tokens: number; spent_total_tokens: number; remaining_tokens: number; exhausted: boolean; seen_before_count: number; new_item_count: number; suppressed_repeat_count: number; reference_format: \"session:<session-id>:<item-id>\"; restore_reference_with: \"pm get <item-id> --brief\"; next_state: PmReadOutputSessionState; }"
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
"classification": "supported",
|
|
8193
|
+
"kind": "interface",
|
|
8194
|
+
"name": "PmReadOutputSessionReference",
|
|
8195
|
+
"signature": "export interface PmReadOutputSessionReference { id: string; context_ref: string; }"
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"classification": "supported",
|
|
8199
|
+
"kind": "interface",
|
|
8200
|
+
"name": "PmReadOutputSessionState",
|
|
8201
|
+
"signature": "export interface PmReadOutputSessionState { version: 1; id: string; token_budget: number; spent_tokens: number; seen_item_ids: string[]; }"
|
|
8574
8202
|
},
|
|
8575
8203
|
{
|
|
8576
8204
|
"classification": "supported",
|
|
@@ -8950,6 +8578,12 @@
|
|
|
8950
8578
|
"name": "projectContextFocusRows",
|
|
8951
8579
|
"signature": "<T extends ContextFocusItem>(rows: T[], fields: string[]) => ContextFocusItem[] | calls: <T extends ContextFocusItem>(rows: T[], fields: string[]) => ContextFocusItem[]"
|
|
8952
8580
|
},
|
|
8581
|
+
{
|
|
8582
|
+
"classification": "advanced_export",
|
|
8583
|
+
"kind": "function",
|
|
8584
|
+
"name": "projectFleetAttributionAnalytics",
|
|
8585
|
+
"signature": "(window: HistoryAnalyticsWindow, items: readonly Pick<ItemMetadata, \"dependencies\" | \"id\" | \"type\">[], terminalStatuses: ReadonlySet<string>, options?: Pick<HistoryAnalyticsWindowOptions, \"minimumSample\">) => FleetAttributionAnalytics | calls: (window: HistoryAnalyticsWindow, items: readonly Pick<ItemMetadata, \"id\" | \"type\" | \"dependencies\">[], terminalStatuses: ReadonlySet<string>, options?: Pick<HistoryAnalyticsWindowOptions, \"minimumSample\">) => FleetAttributionAnalytics"
|
|
8586
|
+
},
|
|
8953
8587
|
{
|
|
8954
8588
|
"classification": "advanced_export",
|
|
8955
8589
|
"kind": "function",
|
|
@@ -8987,16 +8621,40 @@
|
|
|
8987
8621
|
"signature": "export interface ProjectProfileLintReport { profile: string; ok: boolean; findings: ProjectProfileLintFinding[]; errorCount: number; warningCount: number; }"
|
|
8988
8622
|
},
|
|
8989
8623
|
{
|
|
8990
|
-
"classification": "supported",
|
|
8624
|
+
"classification": "supported",
|
|
8625
|
+
"kind": "interface",
|
|
8626
|
+
"name": "ProjectProfilePackageSummary",
|
|
8627
|
+
"signature": "export interface ProjectProfilePackageSummary { spec: string; reason: string; }"
|
|
8628
|
+
},
|
|
8629
|
+
{
|
|
8630
|
+
"classification": "supported",
|
|
8631
|
+
"kind": "type",
|
|
8632
|
+
"name": "ProjectProfileRegistrationInput",
|
|
8633
|
+
"signature": "export type ProjectProfileRegistrationInput = Pick<ProjectProfileDefinition, \"name\" | \"title\"> & Partial<Omit<ProjectProfileDefinition, \"name\" | \"title\">>;"
|
|
8634
|
+
},
|
|
8635
|
+
{
|
|
8636
|
+
"classification": "advanced_export",
|
|
8637
|
+
"kind": "function",
|
|
8638
|
+
"name": "projectProvenanceCoverageAnalytics",
|
|
8639
|
+
"signature": "(window: HistoryAnalyticsWindow, descriptors?: readonly HarnessSignalDescriptor[], options?: Pick<HistoryAnalyticsWindowOptions, \"minimumSample\">) => ProvenanceCoverageAnalytics | calls: (window: HistoryAnalyticsWindow, descriptors?: readonly HarnessSignalDescriptor[], options?: Pick<HistoryAnalyticsWindowOptions, \"minimumSample\">) => ProvenanceCoverageAnalytics"
|
|
8640
|
+
},
|
|
8641
|
+
{
|
|
8642
|
+
"classification": "advanced_export",
|
|
8643
|
+
"kind": "interface",
|
|
8644
|
+
"name": "ProjectRuntimeCompatibilityResult",
|
|
8645
|
+
"signature": "export interface ProjectRuntimeCompatibilityResult { compatible: boolean; executing_version: string; project_version?: string; source?: ProjectRuntimeVersionPin[\"source\"]; command?: string; mutating: boolean; stale?: boolean; warning?: ProjectRuntimeCompatibilityWarning; override_applied: boolean; }"
|
|
8646
|
+
},
|
|
8647
|
+
{
|
|
8648
|
+
"classification": "advanced_export",
|
|
8991
8649
|
"kind": "interface",
|
|
8992
|
-
"name": "
|
|
8993
|
-
"signature": "export interface
|
|
8650
|
+
"name": "ProjectRuntimeCompatibilityWarning",
|
|
8651
|
+
"signature": "export interface ProjectRuntimeCompatibilityWarning { code: \"project_runtime_stale_read\"; executing_version: string; project_version: string; source: ProjectRuntimeVersionPin[\"source\"]; message: string; next_steps: string[]; }"
|
|
8994
8652
|
},
|
|
8995
8653
|
{
|
|
8996
|
-
"classification": "
|
|
8997
|
-
"kind": "
|
|
8998
|
-
"name": "
|
|
8999
|
-
"signature": "export
|
|
8654
|
+
"classification": "advanced_export",
|
|
8655
|
+
"kind": "interface",
|
|
8656
|
+
"name": "ProjectRuntimeVersionPin",
|
|
8657
|
+
"signature": "export interface ProjectRuntimeVersionPin { version: string; source: \"package.json\" | \"installed-package\" | \"package-lock.json\" | \"pnpm-lock.yaml\" | \"yarn.lock\"; }"
|
|
9000
8658
|
},
|
|
9001
8659
|
{
|
|
9002
8660
|
"classification": "supported",
|
|
@@ -9004,6 +8662,12 @@
|
|
|
9004
8662
|
"name": "projectValidateCounts",
|
|
9005
8663
|
"signature": "(result: ValidateResult) => ValidateCountsResult | calls: (result: ValidateResult) => ValidateCountsResult"
|
|
9006
8664
|
},
|
|
8665
|
+
{
|
|
8666
|
+
"classification": "advanced_export",
|
|
8667
|
+
"kind": "interface",
|
|
8668
|
+
"name": "ProvenanceCoverageAnalytics",
|
|
8669
|
+
"signature": "export interface ProvenanceCoverageAnalytics { descriptors: AgentProvenanceDescriptorCoverage[]; observations: AgentProvenanceDimensionCoverage[]; inert: Array<{ harness: string; dimension: string; explicit_samples: number; }>; undeclared: string[]; warnings: string[]; window: HistoryAnalyticsWindowReceipt; }"
|
|
8670
|
+
},
|
|
9007
8671
|
{
|
|
9008
8672
|
"classification": "advanced_export",
|
|
9009
8673
|
"kind": "function",
|
|
@@ -9124,12 +8788,30 @@
|
|
|
9124
8788
|
"name": "readFirstValueFromCommanderOptions",
|
|
9125
8789
|
"signature": "(options: Record<string, unknown>, contract: CommanderOptionAliasContract) => unknown | calls: (options: Record<string, unknown>, contract: CommanderOptionAliasContract) => unknown"
|
|
9126
8790
|
},
|
|
8791
|
+
{
|
|
8792
|
+
"classification": "advanced_export",
|
|
8793
|
+
"kind": "function",
|
|
8794
|
+
"name": "readHistoryAnalyticsWindow",
|
|
8795
|
+
"signature": "(pmRoot: string, options: HistoryAnalyticsWindowOptions) => Promise<HistoryAnalyticsWindow> | calls: (pmRoot: string, options: HistoryAnalyticsWindowOptions) => Promise<HistoryAnalyticsWindow>"
|
|
8796
|
+
},
|
|
9127
8797
|
{
|
|
9128
8798
|
"classification": "supported",
|
|
9129
8799
|
"kind": "function",
|
|
9130
8800
|
"name": "readHistoryEntries",
|
|
9131
8801
|
"signature": "(historyPath: string, itemId: string) => Promise<HistoryEntry[]> | calls: (historyPath: string, itemId: string) => Promise<HistoryEntry[]>"
|
|
9132
8802
|
},
|
|
8803
|
+
{
|
|
8804
|
+
"classification": "advanced_export",
|
|
8805
|
+
"kind": "function",
|
|
8806
|
+
"name": "readImprovementLedger",
|
|
8807
|
+
"signature": "(options?: ReadImprovementLedgerOptions) => Promise<ImprovementLedgerResult> | calls: (options?: ReadImprovementLedgerOptions) => Promise<ImprovementLedgerResult>"
|
|
8808
|
+
},
|
|
8809
|
+
{
|
|
8810
|
+
"classification": "advanced_export",
|
|
8811
|
+
"kind": "interface",
|
|
8812
|
+
"name": "ReadImprovementLedgerOptions",
|
|
8813
|
+
"signature": "export interface ReadImprovementLedgerOptions { pmRoot?: string; cwd?: string; metric?: string; itemId?: string; since?: string; limit?: number; }"
|
|
8814
|
+
},
|
|
9133
8815
|
{
|
|
9134
8816
|
"classification": "supported",
|
|
9135
8817
|
"kind": "function",
|
|
@@ -9142,6 +8824,24 @@
|
|
|
9142
8824
|
"name": "readLocatedItem",
|
|
9143
8825
|
"signature": "(item: LocatedItem, options?: { schema?: RuntimeSchemaSettings; extensionFieldNames?: readonly string[]; warnings?: string[]; }) => Promise<{ raw: string; document: ItemDocument; }> | calls: (item: LocatedItem, options?: { schema?: RuntimeSchemaSettings; extensionFieldNames?: readonly string[]; warnings?: string[]; }) => Promise<{ raw: string; document: ItemDocument; }>"
|
|
9144
8826
|
},
|
|
8827
|
+
{
|
|
8828
|
+
"classification": "advanced_export",
|
|
8829
|
+
"kind": "function",
|
|
8830
|
+
"name": "readOutputRowCollections",
|
|
8831
|
+
"signature": "(result: Record<string, unknown>) => PmReadOutputRowCollection[] | calls: (result: Record<string, unknown>) => PmReadOutputRowCollection[]"
|
|
8832
|
+
},
|
|
8833
|
+
{
|
|
8834
|
+
"classification": "advanced_export",
|
|
8835
|
+
"kind": "function",
|
|
8836
|
+
"name": "readOutputRowPaths",
|
|
8837
|
+
"signature": "(result: Record<string, unknown>) => string[] | calls: (result: Record<string, unknown>) => string[]"
|
|
8838
|
+
},
|
|
8839
|
+
{
|
|
8840
|
+
"classification": "supported",
|
|
8841
|
+
"kind": "function",
|
|
8842
|
+
"name": "readOutputSessionRemainingTokens",
|
|
8843
|
+
"signature": "(state: PmReadOutputSessionState) => number | calls: (state: PmReadOutputSessionState) => number"
|
|
8844
|
+
},
|
|
9145
8845
|
{
|
|
9146
8846
|
"classification": "supported",
|
|
9147
8847
|
"kind": "function",
|
|
@@ -9256,6 +8956,24 @@
|
|
|
9256
8956
|
"name": "recordContextUsageTouches",
|
|
9257
8957
|
"signature": "(options: ContextUsageLedgerOptions & { author: string; itemIds: readonly string[]; intent: string; }) => Promise<void> | calls: (options: ContextUsageLedgerOptions & { author: string; itemIds: readonly string[]; intent: string; }) => Promise<void>"
|
|
9258
8958
|
},
|
|
8959
|
+
{
|
|
8960
|
+
"classification": "advanced_export",
|
|
8961
|
+
"kind": "function",
|
|
8962
|
+
"name": "recordImprovementObservation",
|
|
8963
|
+
"signature": "(options: RecordImprovementObservationOptions, global?: { path?: string; }) => Promise<RecordImprovementObservationResult> | calls: (options: RecordImprovementObservationOptions, global?: { path?: string; }) => Promise<RecordImprovementObservationResult>"
|
|
8964
|
+
},
|
|
8965
|
+
{
|
|
8966
|
+
"classification": "advanced_export",
|
|
8967
|
+
"kind": "interface",
|
|
8968
|
+
"name": "RecordImprovementObservationOptions",
|
|
8969
|
+
"signature": "export interface RecordImprovementObservationOptions { metric: string; value: number; direction?: ImprovementDirection; unit?: string; threshold?: number; source?: string; itemId?: string; revision?: string; observedAt?: string; idempotencyKey?: string; author?: string; message?: string; }"
|
|
8970
|
+
},
|
|
8971
|
+
{
|
|
8972
|
+
"classification": "advanced_export",
|
|
8973
|
+
"kind": "interface",
|
|
8974
|
+
"name": "RecordImprovementObservationResult",
|
|
8975
|
+
"signature": "export interface RecordImprovementObservationResult { changed: boolean; observation: ImprovementObservation; ledger_path: \"improvement-ledger.json\"; }"
|
|
8976
|
+
},
|
|
9259
8977
|
{
|
|
9260
8978
|
"classification": "supported",
|
|
9261
8979
|
"kind": "interface",
|
|
@@ -10222,6 +9940,12 @@
|
|
|
10222
9940
|
"name": "resolveCalendarOutputFormat",
|
|
10223
9941
|
"signature": "(options: CalendarOptions, global: GlobalOptions) => CalendarOutputFormat | calls: (options: CalendarOptions, global: GlobalOptions) => CalendarOutputFormat"
|
|
10224
9942
|
},
|
|
9943
|
+
{
|
|
9944
|
+
"classification": "contract_data",
|
|
9945
|
+
"kind": "function",
|
|
9946
|
+
"name": "resolveCanonicalPmErrorCodeContract",
|
|
9947
|
+
"signature": "(code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract | calls: (code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract"
|
|
9948
|
+
},
|
|
10225
9949
|
{
|
|
10226
9950
|
"classification": "advanced_export",
|
|
10227
9951
|
"kind": "function",
|
|
@@ -10432,6 +10156,12 @@
|
|
|
10432
10156
|
"name": "resolveLinkedTestFailureExitCode",
|
|
10433
10157
|
"signature": "(execution: Pick<LinkedTestExecutionResult, \"exitCode\" | \"maxBufferExceeded\" | \"timedOut\">) => number | calls: (execution: Pick<LinkedTestExecutionResult, \"exitCode\" | \"timedOut\" | \"maxBufferExceeded\">) => number"
|
|
10434
10158
|
},
|
|
10159
|
+
{
|
|
10160
|
+
"classification": "supported",
|
|
10161
|
+
"kind": "function",
|
|
10162
|
+
"name": "resolveMergeInstallContext",
|
|
10163
|
+
"signature": "(options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution | calls: (options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution"
|
|
10164
|
+
},
|
|
10435
10165
|
{
|
|
10436
10166
|
"classification": "supported",
|
|
10437
10167
|
"kind": "value",
|
|
@@ -10462,6 +10192,12 @@
|
|
|
10462
10192
|
"name": "resolvePmCliVersion",
|
|
10463
10193
|
"signature": "(metaUrl: string, fallbackRelativeSegments?: string[]) => string | undefined | calls: (metaUrl: string, fallbackRelativeSegments?: string[]) => string | undefined"
|
|
10464
10194
|
},
|
|
10195
|
+
{
|
|
10196
|
+
"classification": "contract_data",
|
|
10197
|
+
"kind": "function",
|
|
10198
|
+
"name": "resolvePmCommandExitContract",
|
|
10199
|
+
"signature": "(commandPath: string) => PmCommandExitContract | undefined | calls: (commandPath: string) => PmCommandExitContract | undefined"
|
|
10200
|
+
},
|
|
10465
10201
|
{
|
|
10466
10202
|
"classification": "contract_data",
|
|
10467
10203
|
"kind": "function",
|
|
@@ -10618,6 +10354,12 @@
|
|
|
10618
10354
|
"name": "resolveSettingsWithSemanticRuntimeDefaults",
|
|
10619
10355
|
"signature": "(settings: PmSettings) => SemanticRuntimeDefaultsResolution | calls: (settings: PmSettings) => SemanticRuntimeDefaultsResolution"
|
|
10620
10356
|
},
|
|
10357
|
+
{
|
|
10358
|
+
"classification": "advanced_export",
|
|
10359
|
+
"kind": "function",
|
|
10360
|
+
"name": "resolveSourceContextWritePolicy",
|
|
10361
|
+
"signature": "(environment: Readonly<Record<string, string | undefined>>) => SourceContextWritePolicy | calls: (environment: Readonly<Record<string, string | undefined>>) => SourceContextWritePolicy"
|
|
10362
|
+
},
|
|
10621
10363
|
{
|
|
10622
10364
|
"classification": "advanced_export",
|
|
10623
10365
|
"kind": "function",
|
|
@@ -10666,6 +10408,12 @@
|
|
|
10666
10408
|
"name": "resolveTypeWorkflows",
|
|
10667
10409
|
"signature": "(schema: Pick<RuntimeSchemaSettings, \"type_workflows\"> | undefined) => NormalizedTypeWorkflow[] | calls: (schema: Pick<RuntimeSchemaSettings, \"type_workflows\"> | undefined) => NormalizedTypeWorkflow[]"
|
|
10668
10410
|
},
|
|
10411
|
+
{
|
|
10412
|
+
"classification": "supported",
|
|
10413
|
+
"kind": "function",
|
|
10414
|
+
"name": "resolveUnknownAuthorAcknowledgmentSelector",
|
|
10415
|
+
"signature": "(rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; } | calls: (rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; }"
|
|
10416
|
+
},
|
|
10669
10417
|
{
|
|
10670
10418
|
"classification": "advanced_export",
|
|
10671
10419
|
"kind": "function",
|
|
@@ -10990,6 +10738,12 @@
|
|
|
10990
10738
|
"name": "runFilesLookup",
|
|
10991
10739
|
"signature": "(options: FilesLookupOptions, global: GlobalOptions) => Promise<FilesLookupResult> | calls: (options: FilesLookupOptions, global: GlobalOptions) => Promise<FilesLookupResult>"
|
|
10992
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"classification": "advanced_export",
|
|
10743
|
+
"kind": "function",
|
|
10744
|
+
"name": "runFleetAttributionAnalytics",
|
|
10745
|
+
"signature": "(pmRoot: string, items: readonly Pick<ItemMetadata, \"dependencies\" | \"id\" | \"type\">[], terminalStatuses: ReadonlySet<string>, options?: HistoryAnalyticsWindowOptions) => Promise<FleetAttributionAnalytics> | calls: (pmRoot: string, items: readonly Pick<ItemMetadata, \"id\" | \"type\" | \"dependencies\">[], terminalStatuses: ReadonlySet<string>, options?: HistoryAnalyticsWindowOptions) => Promise<FleetAttributionAnalytics>"
|
|
10746
|
+
},
|
|
10993
10747
|
{
|
|
10994
10748
|
"classification": "advanced_export",
|
|
10995
10749
|
"kind": "function",
|
|
@@ -11188,6 +10942,12 @@
|
|
|
11188
10942
|
"name": "runProfileShow",
|
|
11189
10943
|
"signature": "(name: string | undefined) => ProfileShowResult | calls: (name: string | undefined) => ProfileShowResult"
|
|
11190
10944
|
},
|
|
10945
|
+
{
|
|
10946
|
+
"classification": "advanced_export",
|
|
10947
|
+
"kind": "function",
|
|
10948
|
+
"name": "runProvenanceCoverageAnalytics",
|
|
10949
|
+
"signature": "(pmRoot: string, descriptors?: readonly HarnessSignalDescriptor[], options?: HistoryAnalyticsWindowOptions) => Promise<ProvenanceCoverageAnalytics> | calls: (pmRoot: string, descriptors?: readonly HarnessSignalDescriptor[], options?: HistoryAnalyticsWindowOptions) => Promise<ProvenanceCoverageAnalytics>"
|
|
10950
|
+
},
|
|
11191
10951
|
{
|
|
11192
10952
|
"classification": "supported",
|
|
11193
10953
|
"kind": "function",
|
|
@@ -12364,6 +12124,30 @@
|
|
|
12364
12124
|
"name": "sortLinkedArtifacts",
|
|
12365
12125
|
"signature": "(artifacts: LinkedArtifact[]) => LinkedArtifact[] | calls: (artifacts: LinkedArtifact[]) => LinkedArtifact[]"
|
|
12366
12126
|
},
|
|
12127
|
+
{
|
|
12128
|
+
"classification": "advanced_export",
|
|
12129
|
+
"kind": "value",
|
|
12130
|
+
"name": "SOURCE_CONTEXT_ACCESS_ENV",
|
|
12131
|
+
"signature": "\"PM_SOURCE_CONTEXT_ACCESS\""
|
|
12132
|
+
},
|
|
12133
|
+
{
|
|
12134
|
+
"classification": "advanced_export",
|
|
12135
|
+
"kind": "value",
|
|
12136
|
+
"name": "SOURCE_CONTEXT_WRITE_OVERRIDE_ENV",
|
|
12137
|
+
"signature": "\"PM_ALLOW_SOURCE_CONTEXT_WRITES\""
|
|
12138
|
+
},
|
|
12139
|
+
{
|
|
12140
|
+
"classification": "advanced_export",
|
|
12141
|
+
"kind": "type",
|
|
12142
|
+
"name": "SourceContextAccessMode",
|
|
12143
|
+
"signature": "export type SourceContextAccessMode = \"read_only\" | \"write\";"
|
|
12144
|
+
},
|
|
12145
|
+
{
|
|
12146
|
+
"classification": "advanced_export",
|
|
12147
|
+
"kind": "interface",
|
|
12148
|
+
"name": "SourceContextWritePolicy",
|
|
12149
|
+
"signature": "export interface SourceContextWritePolicy { access: SourceContextAccessMode; write_override_applied: boolean; source_writes_allowed: boolean; }"
|
|
12150
|
+
},
|
|
12367
12151
|
{
|
|
12368
12152
|
"classification": "advanced_export",
|
|
12369
12153
|
"kind": "function",
|
|
@@ -12464,13 +12248,13 @@
|
|
|
12464
12248
|
"classification": "advanced_export",
|
|
12465
12249
|
"kind": "interface",
|
|
12466
12250
|
"name": "StatsCommandOptions",
|
|
12467
|
-
"signature": "export interface StatsCommandOptions { storage?: boolean; metadataCoverage?: boolean; byAssignee?: boolean; byTag?: boolean; byPriority?: boolean; tagPrefix?: string; fieldUtilization?: boolean; }"
|
|
12251
|
+
"signature": "export interface StatsCommandOptions { storage?: boolean; metadataCoverage?: boolean; byAssignee?: boolean; byTag?: boolean; byPriority?: boolean; tagPrefix?: string; fieldUtilization?: boolean; measurements?: boolean; metric?: string; measurementLimit?: number; observe?: string[]; direction?: ImprovementDirection; measurementSource?: string; measurementItem?: string; measurementRevision?: string; author?: string; message?: string; provenanceCoverage?: boolean; fleetAttribution?: boolean; since?: string; eventLimit?: number; minimumSample?: number; }"
|
|
12468
12252
|
},
|
|
12469
12253
|
{
|
|
12470
12254
|
"classification": "advanced_export",
|
|
12471
12255
|
"kind": "interface",
|
|
12472
12256
|
"name": "StatsResult",
|
|
12473
|
-
"signature": "export interface StatsResult { totals: { items: number; history_streams: number; history_entries: number; }; by_type: Record<ItemType, number>; by_status: Record<ItemStatus, number>; metadata_coverage?: MetadataCoverageReport; breakdowns?: { assignee?: GroupedBreakdown; tag?: GroupedBreakdown; priority?: GroupedBreakdown; }; storage?: HistoryStorageStats; field_utilization?: ContentFieldUtilizationReport; generated_at: string; }"
|
|
12257
|
+
"signature": "export interface StatsResult { totals: { items: number; history_streams: number; history_entries: number; }; by_type: Record<ItemType, number>; by_status: Record<ItemStatus, number>; metadata_coverage?: MetadataCoverageReport; breakdowns?: { assignee?: GroupedBreakdown; tag?: GroupedBreakdown; priority?: GroupedBreakdown; }; storage?: HistoryStorageStats; field_utilization?: ContentFieldUtilizationReport; improvement_ledger?: ImprovementLedgerResult; recorded_observations?: RecordImprovementObservationResult[]; provenance_coverage?: ProvenanceCoverageAnalytics; fleet_attribution?: FleetAttributionAnalytics; generated_at: string; }"
|
|
12474
12258
|
},
|
|
12475
12259
|
{
|
|
12476
12260
|
"classification": "supported",
|
|
@@ -13096,6 +12880,12 @@
|
|
|
13096
12880
|
"name": "toReplayDocument",
|
|
13097
12881
|
"signature": "(document: ItemDocument) => ReplayDocument | calls: (document: ItemDocument) => ReplayDocument"
|
|
13098
12882
|
},
|
|
12883
|
+
{
|
|
12884
|
+
"classification": "advanced_export",
|
|
12885
|
+
"kind": "function",
|
|
12886
|
+
"name": "translateHostEnvironmentFault",
|
|
12887
|
+
"signature": "(error: unknown, operation: string, options?: HostEnvironmentBoundaryOptions) => PmCliError | null | calls: (error: unknown, operation: string, options?: HostEnvironmentBoundaryOptions) => PmCliError | null"
|
|
12888
|
+
},
|
|
13099
12889
|
{
|
|
13100
12890
|
"classification": "advanced_export",
|
|
13101
12891
|
"kind": "value",
|
|
@@ -13402,6 +13192,12 @@
|
|
|
13402
13192
|
"name": "withFlagAliasMetadata",
|
|
13403
13193
|
"signature": "(flagContracts: CliFlagContract[]) => CliFlagContract[] | calls: (flagContracts: CliFlagContract[]) => CliFlagContract[]"
|
|
13404
13194
|
},
|
|
13195
|
+
{
|
|
13196
|
+
"classification": "advanced_export",
|
|
13197
|
+
"kind": "function",
|
|
13198
|
+
"name": "withHostEnvironmentBoundary",
|
|
13199
|
+
"signature": "<T>(operation: string, run: () => Promise<T>, options?: HostEnvironmentBoundaryOptions) => Promise<T> | calls: <T>(operation: string, run: () => Promise<T>, options?: HostEnvironmentBoundaryOptions) => Promise<T>"
|
|
13200
|
+
},
|
|
13405
13201
|
{
|
|
13406
13202
|
"classification": "supported",
|
|
13407
13203
|
"kind": "interface",
|
|
@@ -13474,6 +13270,18 @@
|
|
|
13474
13270
|
"name": "WorkspaceHistoryChange",
|
|
13475
13271
|
"signature": "export interface WorkspaceHistoryChange { pmRoot: string; documentPath: string; before: unknown; after: unknown; op: string; idempotencyKey?: string; author: string; message?: string; lockTtlSeconds: number; lockWaitMs: number; }"
|
|
13476
13272
|
},
|
|
13273
|
+
{
|
|
13274
|
+
"classification": "advanced_export",
|
|
13275
|
+
"kind": "interface",
|
|
13276
|
+
"name": "WorkspaceJsonMutation",
|
|
13277
|
+
"signature": "export interface WorkspaceJsonMutation<Result> { raw: string; result: Result; }"
|
|
13278
|
+
},
|
|
13279
|
+
{
|
|
13280
|
+
"classification": "advanced_export",
|
|
13281
|
+
"kind": "interface",
|
|
13282
|
+
"name": "WorkspaceJsonMutationOptions",
|
|
13283
|
+
"signature": "export interface WorkspaceJsonMutationOptions<Result> extends Omit<WorkspaceJsonWriteOptions, \"raw\"> { mutate: (beforeRaw: string | null) => WorkspaceJsonMutation<Result> | Promise<WorkspaceJsonMutation<Result>>; }"
|
|
13284
|
+
},
|
|
13477
13285
|
{
|
|
13478
13286
|
"classification": "advanced_export",
|
|
13479
13287
|
"kind": "interface",
|
|
@@ -15088,6 +14896,12 @@
|
|
|
15088
14896
|
"name": "AGGREGATE_FLAG_CONTRACTS",
|
|
15089
14897
|
"signature": "CliFlagContract[]"
|
|
15090
14898
|
},
|
|
14899
|
+
{
|
|
14900
|
+
"classification": "contract_data",
|
|
14901
|
+
"kind": "function",
|
|
14902
|
+
"name": "analyzePmCommandExitConformance",
|
|
14903
|
+
"signature": "(observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport | calls: (observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport"
|
|
14904
|
+
},
|
|
15091
14905
|
{
|
|
15092
14906
|
"classification": "contract_data",
|
|
15093
14907
|
"kind": "function",
|
|
@@ -15340,6 +15154,12 @@
|
|
|
15340
15154
|
"name": "DEPS_FLAG_CONTRACTS",
|
|
15341
15155
|
"signature": "CliFlagContract[]"
|
|
15342
15156
|
},
|
|
15157
|
+
{
|
|
15158
|
+
"classification": "contract_data",
|
|
15159
|
+
"kind": "function",
|
|
15160
|
+
"name": "derivePmBulkMutationEffect",
|
|
15161
|
+
"signature": "(counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt | calls: (counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt"
|
|
15162
|
+
},
|
|
15343
15163
|
{
|
|
15344
15164
|
"classification": "contract_data",
|
|
15345
15165
|
"kind": "value",
|
|
@@ -15622,12 +15442,24 @@
|
|
|
15622
15442
|
"name": "isPmExtensionServiceNameContract",
|
|
15623
15443
|
"signature": "(value: string) => value is PmExtensionServiceNameContract | calls: (value: string) => value is PmExtensionServiceNameContract"
|
|
15624
15444
|
},
|
|
15445
|
+
{
|
|
15446
|
+
"classification": "contract_data",
|
|
15447
|
+
"kind": "function",
|
|
15448
|
+
"name": "isPmKnownExitCode",
|
|
15449
|
+
"signature": "(exitCode: number) => exitCode is PmCommandExitCode | calls: (exitCode: number) => exitCode is PmCommandExitCode"
|
|
15450
|
+
},
|
|
15625
15451
|
{
|
|
15626
15452
|
"classification": "contract_data",
|
|
15627
15453
|
"kind": "function",
|
|
15628
15454
|
"name": "isPmMutationReceipt",
|
|
15629
15455
|
"signature": "(value: unknown) => value is PmCliMutationReceipt | calls: (value: unknown) => value is PmCliMutationReceipt"
|
|
15630
15456
|
},
|
|
15457
|
+
{
|
|
15458
|
+
"classification": "contract_data",
|
|
15459
|
+
"kind": "function",
|
|
15460
|
+
"name": "isPmSuccessfulExitCode",
|
|
15461
|
+
"signature": "(exitCode: number) => boolean | calls: (exitCode: number) => boolean"
|
|
15462
|
+
},
|
|
15631
15463
|
{
|
|
15632
15464
|
"classification": "contract_data",
|
|
15633
15465
|
"kind": "function",
|
|
@@ -15748,6 +15580,18 @@
|
|
|
15748
15580
|
"name": "PM_CLI_ONLY_TOOL_ACTION_WAIVERS",
|
|
15749
15581
|
"signature": "{ readonly help: \"Commander help rendering has no SDK operation result.\"; readonly item: \"The item namespace only groups lifecycle subcommands already exposed as actions.\"; readonly packages: \"The plural package alias only renders package-oriented help.\"; }"
|
|
15750
15582
|
},
|
|
15583
|
+
{
|
|
15584
|
+
"classification": "contract_data",
|
|
15585
|
+
"kind": "value",
|
|
15586
|
+
"name": "PM_COMMAND_EXIT_CONTRACTS",
|
|
15587
|
+
"signature": "readonly PmCommandExitContract[]"
|
|
15588
|
+
},
|
|
15589
|
+
{
|
|
15590
|
+
"classification": "contract_data",
|
|
15591
|
+
"kind": "value",
|
|
15592
|
+
"name": "PM_COMMAND_EXIT_OUTCOME_CONTRACTS",
|
|
15593
|
+
"signature": "readonly [{ readonly exit_code: 0; readonly outcome: \"effect\"; readonly success: true; readonly meaning: \"The requested operation completed with its intended effect.\"; }, { readonly exit_code: 1; readonly outcome: \"internal_failure\"; readonly success: false; readonly meaning: \"An unexpected runtime or internal failure prevented completion.\"; }, { readonly exit_code: 2; readonly outcome: \"refused_input\"; readonly success: false; readonly meaning: \"The invocation was refused because its input or composition was invalid.\"; }, { readonly exit_code: 3; readonly outcome: \"refused_tracker_state\"; readonly success: false; readonly meaning: \"The requested tracker, item, or resource was not present.\"; }, { readonly exit_code: 4; readonly outcome: \"conflict\"; readonly success: false; readonly meaning: \"Current state or concurrency prevented the requested effect.\"; }, { readonly exit_code: 5; readonly outcome: \"dependency_failed\"; readonly success: false; readonly meaning: \"A required dependency operation failed.\"; }, { readonly exit_code: 6; readonly outcome: \"no_effect\"; readonly success: true; readonly meaning: \"The request was valid and completed, but matched nothing to change.\"; }, { readonly exit_code: 7; readonly outcome: \"partial_effect\"; readonly success: true; readonly meaning: \"The request completed and changed some, but not all, selected targets.\"; }]"
|
|
15594
|
+
},
|
|
15751
15595
|
{
|
|
15752
15596
|
"classification": "contract_data",
|
|
15753
15597
|
"kind": "value",
|
|
@@ -15856,6 +15700,12 @@
|
|
|
15856
15700
|
"name": "PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
15857
15701
|
"signature": "\"1.1.0\""
|
|
15858
15702
|
},
|
|
15703
|
+
{
|
|
15704
|
+
"classification": "contract_data",
|
|
15705
|
+
"kind": "value",
|
|
15706
|
+
"name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
|
|
15707
|
+
"signature": "readonly [\"--output-session\"]"
|
|
15708
|
+
},
|
|
15859
15709
|
{
|
|
15860
15710
|
"classification": "contract_data",
|
|
15861
15711
|
"kind": "value",
|
|
@@ -15880,6 +15730,12 @@
|
|
|
15880
15730
|
"name": "PM_READ_OUTPUT_SURFACES",
|
|
15881
15731
|
"signature": "readonly [\"list\", \"context\", \"search\", \"get\", \"next\", \"health\", \"deps\", \"graph\", \"history\", \"activity\", \"validate\", \"events\", \"contracts\", \"comments\", \"notes\", \"files\", \"docs\", \"stats\", \"aggregate\"]"
|
|
15882
15732
|
},
|
|
15733
|
+
{
|
|
15734
|
+
"classification": "contract_data",
|
|
15735
|
+
"kind": "value",
|
|
15736
|
+
"name": "PM_SUCCESS_EXIT_CODES",
|
|
15737
|
+
"signature": "readonly [0, 6, 7]"
|
|
15738
|
+
},
|
|
15883
15739
|
{
|
|
15884
15740
|
"classification": "contract_data",
|
|
15885
15741
|
"kind": "value",
|
|
@@ -15908,7 +15764,7 @@
|
|
|
15908
15764
|
"classification": "contract_data",
|
|
15909
15765
|
"kind": "value",
|
|
15910
15766
|
"name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
|
|
15911
|
-
"signature": "\"4.4.
|
|
15767
|
+
"signature": "\"4.4.1\""
|
|
15912
15768
|
},
|
|
15913
15769
|
{
|
|
15914
15770
|
"classification": "contract_data",
|
|
@@ -15934,6 +15790,12 @@
|
|
|
15934
15790
|
"name": "PmBulkMutationControlOptions",
|
|
15935
15791
|
"signature": "export type PmBulkMutationControlOptions = { dryRun?: boolean; rollback?: boolean; noCheckpoint?: boolean; };"
|
|
15936
15792
|
},
|
|
15793
|
+
{
|
|
15794
|
+
"classification": "contract_data",
|
|
15795
|
+
"kind": "interface",
|
|
15796
|
+
"name": "PmBulkMutationEffectCounts",
|
|
15797
|
+
"signature": "export interface PmBulkMutationEffectCounts { applied: number; skipped: number; failed: number; unmatched: number; }"
|
|
15798
|
+
},
|
|
15937
15799
|
{
|
|
15938
15800
|
"classification": "contract_data",
|
|
15939
15801
|
"kind": "type",
|
|
@@ -15958,6 +15820,54 @@
|
|
|
15958
15820
|
"name": "PmCloseManyActionOptions",
|
|
15959
15821
|
"signature": "export type PmCloseManyActionOptions = Pick<PmCloseActionOptions, \"reason\" | \"completedAt\" | \"resolution\" | \"expectedResult\" | \"actualResult\" | \"validateClose\" | \"author\" | \"message\" | \"force\"> & PmBulkMutationFilterOptions & PmBulkMutationControlOptions;"
|
|
15960
15822
|
},
|
|
15823
|
+
{
|
|
15824
|
+
"classification": "contract_data",
|
|
15825
|
+
"kind": "type",
|
|
15826
|
+
"name": "PmCommandEffect",
|
|
15827
|
+
"signature": "export type PmCommandEffect = \"effect\" | \"no_effect\" | \"partial_effect\" | \"dependency_failed\";"
|
|
15828
|
+
},
|
|
15829
|
+
{
|
|
15830
|
+
"classification": "contract_data",
|
|
15831
|
+
"kind": "interface",
|
|
15832
|
+
"name": "PmCommandEffectReceipt",
|
|
15833
|
+
"signature": "export interface PmCommandEffectReceipt { outcome: PmCommandEffect; exit_code: 0 | 5 | 6 | 7; }"
|
|
15834
|
+
},
|
|
15835
|
+
{
|
|
15836
|
+
"classification": "contract_data",
|
|
15837
|
+
"kind": "type",
|
|
15838
|
+
"name": "PmCommandExitCode",
|
|
15839
|
+
"signature": "export type PmCommandExitCode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;"
|
|
15840
|
+
},
|
|
15841
|
+
{
|
|
15842
|
+
"classification": "contract_data",
|
|
15843
|
+
"kind": "interface",
|
|
15844
|
+
"name": "PmCommandExitConformanceReport",
|
|
15845
|
+
"signature": "export interface PmCommandExitConformanceReport { ok: boolean; missing_commands: string[]; undeclared_observations: PmCommandExitObservation[]; unreachable_exit_codes: PmCommandExitCode[]; }"
|
|
15846
|
+
},
|
|
15847
|
+
{
|
|
15848
|
+
"classification": "contract_data",
|
|
15849
|
+
"kind": "interface",
|
|
15850
|
+
"name": "PmCommandExitContract",
|
|
15851
|
+
"signature": "export interface PmCommandExitContract { command: string; exit_codes: readonly PmCommandExitCode[]; }"
|
|
15852
|
+
},
|
|
15853
|
+
{
|
|
15854
|
+
"classification": "contract_data",
|
|
15855
|
+
"kind": "interface",
|
|
15856
|
+
"name": "PmCommandExitObservation",
|
|
15857
|
+
"signature": "export interface PmCommandExitObservation { command: string; exit_code: number; replay_id: string; }"
|
|
15858
|
+
},
|
|
15859
|
+
{
|
|
15860
|
+
"classification": "contract_data",
|
|
15861
|
+
"kind": "type",
|
|
15862
|
+
"name": "PmCommandExitOutcome",
|
|
15863
|
+
"signature": "export type PmCommandExitOutcome = \"effect\" | \"internal_failure\" | \"refused_input\" | \"refused_tracker_state\" | \"conflict\" | \"dependency_failed\" | \"no_effect\" | \"partial_effect\";"
|
|
15864
|
+
},
|
|
15865
|
+
{
|
|
15866
|
+
"classification": "contract_data",
|
|
15867
|
+
"kind": "interface",
|
|
15868
|
+
"name": "PmCommandExitOutcomeContract",
|
|
15869
|
+
"signature": "export interface PmCommandExitOutcomeContract { exit_code: PmCommandExitCode; outcome: PmCommandExitOutcome; success: boolean; meaning: string; }"
|
|
15870
|
+
},
|
|
15961
15871
|
{
|
|
15962
15872
|
"classification": "contract_data",
|
|
15963
15873
|
"kind": "interface",
|
|
@@ -16016,7 +15926,7 @@
|
|
|
16016
15926
|
"classification": "contract_data",
|
|
16017
15927
|
"kind": "interface",
|
|
16018
15928
|
"name": "PmErrorCodeContract",
|
|
16019
|
-
"signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; }"
|
|
15929
|
+
"signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; canonical_code?: string; aliases?: string[]; }"
|
|
16020
15930
|
},
|
|
16021
15931
|
{
|
|
16022
15932
|
"classification": "contract_data",
|
|
@@ -16148,7 +16058,7 @@
|
|
|
16148
16058
|
"classification": "contract_data",
|
|
16149
16059
|
"kind": "interface",
|
|
16150
16060
|
"name": "PmReadOutputOptions",
|
|
16151
|
-
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; }"
|
|
16061
|
+
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; }"
|
|
16152
16062
|
},
|
|
16153
16063
|
{
|
|
16154
16064
|
"classification": "contract_data",
|
|
@@ -16160,13 +16070,25 @@
|
|
|
16160
16070
|
"classification": "contract_data",
|
|
16161
16071
|
"kind": "type",
|
|
16162
16072
|
"name": "PmReadOutputResult",
|
|
16163
|
-
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; }) | PmReadOutputBudgetExceeded;"
|
|
16073
|
+
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; read_session?: PmReadOutputSessionReceipt; }) | (PmReadOutputBudgetExceeded & { read_session?: PmReadOutputSessionReceipt; });"
|
|
16164
16074
|
},
|
|
16165
16075
|
{
|
|
16166
16076
|
"classification": "contract_data",
|
|
16167
16077
|
"kind": "type",
|
|
16168
16078
|
"name": "PmReadOutputResultFor",
|
|
16169
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
16079
|
+
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
16080
|
+
},
|
|
16081
|
+
{
|
|
16082
|
+
"classification": "contract_data",
|
|
16083
|
+
"kind": "interface",
|
|
16084
|
+
"name": "PmReadOutputSessionReceipt",
|
|
16085
|
+
"signature": "export interface PmReadOutputSessionReceipt { contract_version: 1; id: string; measurement_scope: \"complete_read_envelope\"; estimator: \"ceil(utf8_bytes / 4)\"; token_budget: number; spent_before_tokens: number; spent_this_call_tokens: number; charged_this_call_tokens: number; spent_total_tokens: number; remaining_tokens: number; exhausted: boolean; seen_before_count: number; new_item_count: number; suppressed_repeat_count: number; reference_format: \"session:<session-id>:<item-id>\"; restore_reference_with: \"pm get <item-id> --brief\"; next_state: PmReadOutputSessionState; }"
|
|
16086
|
+
},
|
|
16087
|
+
{
|
|
16088
|
+
"classification": "contract_data",
|
|
16089
|
+
"kind": "interface",
|
|
16090
|
+
"name": "PmReadOutputSessionState",
|
|
16091
|
+
"signature": "export interface PmReadOutputSessionState { version: 1; id: string; token_budget: number; spent_tokens: number; seen_item_ids: string[]; }"
|
|
16170
16092
|
},
|
|
16171
16093
|
{
|
|
16172
16094
|
"classification": "contract_data",
|
|
@@ -16264,12 +16186,24 @@
|
|
|
16264
16186
|
"name": "REMIND_FLAG_CONTRACTS",
|
|
16265
16187
|
"signature": "CliFlagContract[]"
|
|
16266
16188
|
},
|
|
16189
|
+
{
|
|
16190
|
+
"classification": "contract_data",
|
|
16191
|
+
"kind": "function",
|
|
16192
|
+
"name": "resolveCanonicalPmErrorCodeContract",
|
|
16193
|
+
"signature": "(code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract | calls: (code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract"
|
|
16194
|
+
},
|
|
16267
16195
|
{
|
|
16268
16196
|
"classification": "contract_data",
|
|
16269
16197
|
"kind": "function",
|
|
16270
16198
|
"name": "resolveContextIntentContract",
|
|
16271
16199
|
"signature": "(command: string, intent: string, contracts?: readonly PmContextIntentContract[]) => PmContextIntentContract | undefined | calls: (command: string, intent: string, contracts?: readonly PmContextIntentContract[]) => PmContextIntentContract | undefined"
|
|
16272
16200
|
},
|
|
16201
|
+
{
|
|
16202
|
+
"classification": "contract_data",
|
|
16203
|
+
"kind": "function",
|
|
16204
|
+
"name": "resolvePmCommandExitContract",
|
|
16205
|
+
"signature": "(commandPath: string) => PmCommandExitContract | undefined | calls: (commandPath: string) => PmCommandExitContract | undefined"
|
|
16206
|
+
},
|
|
16273
16207
|
{
|
|
16274
16208
|
"classification": "contract_data",
|
|
16275
16209
|
"kind": "function",
|
|
@@ -16726,6 +16660,18 @@
|
|
|
16726
16660
|
"name": "applyReadOutputDimensions",
|
|
16727
16661
|
"signature": "<Result extends Record<string, unknown>>(command: string, options: Record<string, unknown>, result: Result) => PmReadOutputResult<Result> | calls: <Result extends Record<string, unknown>>(command: string, options: Record<string, unknown>, result: Result) => PmReadOutputResult<Result>"
|
|
16728
16662
|
},
|
|
16663
|
+
{
|
|
16664
|
+
"classification": "supported",
|
|
16665
|
+
"kind": "function",
|
|
16666
|
+
"name": "applyReadOutputSessionReferences",
|
|
16667
|
+
"signature": "(result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown> | calls: (result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown>"
|
|
16668
|
+
},
|
|
16669
|
+
{
|
|
16670
|
+
"classification": "supported",
|
|
16671
|
+
"kind": "function",
|
|
16672
|
+
"name": "attachReadOutputSessionReceipt",
|
|
16673
|
+
"signature": "(result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown> | calls: (result: Record<string, unknown>, state: PmReadOutputSessionState) => Record<string, unknown>"
|
|
16674
|
+
},
|
|
16729
16675
|
{
|
|
16730
16676
|
"classification": "supported",
|
|
16731
16677
|
"kind": "type",
|
|
@@ -16814,13 +16760,13 @@
|
|
|
16814
16760
|
"classification": "supported",
|
|
16815
16761
|
"kind": "interface",
|
|
16816
16762
|
"name": "CommentsCommandOptions",
|
|
16817
|
-
"signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
16763
|
+
"signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
16818
16764
|
},
|
|
16819
16765
|
{
|
|
16820
16766
|
"classification": "supported",
|
|
16821
16767
|
"kind": "interface",
|
|
16822
16768
|
"name": "CommentsResult",
|
|
16823
|
-
"signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; }"
|
|
16769
|
+
"signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
16824
16770
|
},
|
|
16825
16771
|
{
|
|
16826
16772
|
"classification": "supported",
|
|
@@ -16976,7 +16922,7 @@
|
|
|
16976
16922
|
"classification": "supported",
|
|
16977
16923
|
"kind": "value",
|
|
16978
16924
|
"name": "EXIT_CODE",
|
|
16979
|
-
"signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; }"
|
|
16925
|
+
"signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; readonly NO_EFFECT: 6; readonly PARTIAL_EFFECT: 7; }"
|
|
16980
16926
|
},
|
|
16981
16927
|
{
|
|
16982
16928
|
"classification": "supported",
|
|
@@ -17144,13 +17090,13 @@
|
|
|
17144
17090
|
"classification": "supported",
|
|
17145
17091
|
"kind": "interface",
|
|
17146
17092
|
"name": "LearningsCommandOptions",
|
|
17147
|
-
"signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; author?: string; message?: string; force?: boolean; }"
|
|
17093
|
+
"signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
17148
17094
|
},
|
|
17149
17095
|
{
|
|
17150
17096
|
"classification": "supported",
|
|
17151
17097
|
"kind": "interface",
|
|
17152
17098
|
"name": "LearningsResult",
|
|
17153
|
-
"signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; }"
|
|
17099
|
+
"signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
17154
17100
|
},
|
|
17155
17101
|
{
|
|
17156
17102
|
"classification": "supported",
|
|
@@ -17216,13 +17162,13 @@
|
|
|
17216
17162
|
"classification": "supported",
|
|
17217
17163
|
"kind": "interface",
|
|
17218
17164
|
"name": "NotesCommandOptions",
|
|
17219
|
-
"signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
17165
|
+
"signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
17220
17166
|
},
|
|
17221
17167
|
{
|
|
17222
17168
|
"classification": "supported",
|
|
17223
17169
|
"kind": "interface",
|
|
17224
17170
|
"name": "NotesResult",
|
|
17225
|
-
"signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; }"
|
|
17171
|
+
"signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
17226
17172
|
},
|
|
17227
17173
|
{
|
|
17228
17174
|
"classification": "supported",
|
|
@@ -17230,12 +17176,24 @@
|
|
|
17230
17176
|
"name": "nowIso",
|
|
17231
17177
|
"signature": "() => string | calls: () => string"
|
|
17232
17178
|
},
|
|
17179
|
+
{
|
|
17180
|
+
"classification": "supported",
|
|
17181
|
+
"kind": "function",
|
|
17182
|
+
"name": "parseReadOutputSession",
|
|
17183
|
+
"signature": "(value: unknown) => PmReadOutputSessionState | undefined | calls: (value: unknown) => PmReadOutputSessionState | undefined"
|
|
17184
|
+
},
|
|
17233
17185
|
{
|
|
17234
17186
|
"classification": "supported",
|
|
17235
17187
|
"kind": "value",
|
|
17236
17188
|
"name": "PM_CLI_EXPECTED_ERROR_NAME",
|
|
17237
17189
|
"signature": "\"PmCliError\""
|
|
17238
17190
|
},
|
|
17191
|
+
{
|
|
17192
|
+
"classification": "supported",
|
|
17193
|
+
"kind": "value",
|
|
17194
|
+
"name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
|
|
17195
|
+
"signature": "readonly [\"--output-session\"]"
|
|
17196
|
+
},
|
|
17239
17197
|
{
|
|
17240
17198
|
"classification": "supported",
|
|
17241
17199
|
"kind": "value",
|
|
@@ -17312,7 +17270,7 @@
|
|
|
17312
17270
|
"classification": "supported",
|
|
17313
17271
|
"kind": "interface",
|
|
17314
17272
|
"name": "PmReadOutputOptions",
|
|
17315
|
-
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; }"
|
|
17273
|
+
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; }"
|
|
17316
17274
|
},
|
|
17317
17275
|
{
|
|
17318
17276
|
"classification": "supported",
|
|
@@ -17324,13 +17282,31 @@
|
|
|
17324
17282
|
"classification": "supported",
|
|
17325
17283
|
"kind": "type",
|
|
17326
17284
|
"name": "PmReadOutputResult",
|
|
17327
|
-
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; }) | PmReadOutputBudgetExceeded;"
|
|
17285
|
+
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; read_session?: PmReadOutputSessionReceipt; }) | (PmReadOutputBudgetExceeded & { read_session?: PmReadOutputSessionReceipt; });"
|
|
17328
17286
|
},
|
|
17329
17287
|
{
|
|
17330
17288
|
"classification": "supported",
|
|
17331
17289
|
"kind": "type",
|
|
17332
17290
|
"name": "PmReadOutputResultFor",
|
|
17333
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
17291
|
+
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
17292
|
+
},
|
|
17293
|
+
{
|
|
17294
|
+
"classification": "supported",
|
|
17295
|
+
"kind": "interface",
|
|
17296
|
+
"name": "PmReadOutputSessionReceipt",
|
|
17297
|
+
"signature": "export interface PmReadOutputSessionReceipt { contract_version: 1; id: string; measurement_scope: \"complete_read_envelope\"; estimator: \"ceil(utf8_bytes / 4)\"; token_budget: number; spent_before_tokens: number; spent_this_call_tokens: number; charged_this_call_tokens: number; spent_total_tokens: number; remaining_tokens: number; exhausted: boolean; seen_before_count: number; new_item_count: number; suppressed_repeat_count: number; reference_format: \"session:<session-id>:<item-id>\"; restore_reference_with: \"pm get <item-id> --brief\"; next_state: PmReadOutputSessionState; }"
|
|
17298
|
+
},
|
|
17299
|
+
{
|
|
17300
|
+
"classification": "supported",
|
|
17301
|
+
"kind": "interface",
|
|
17302
|
+
"name": "PmReadOutputSessionReference",
|
|
17303
|
+
"signature": "export interface PmReadOutputSessionReference { id: string; context_ref: string; }"
|
|
17304
|
+
},
|
|
17305
|
+
{
|
|
17306
|
+
"classification": "supported",
|
|
17307
|
+
"kind": "interface",
|
|
17308
|
+
"name": "PmReadOutputSessionState",
|
|
17309
|
+
"signature": "export interface PmReadOutputSessionState { version: 1; id: string; token_budget: number; spent_tokens: number; seen_item_ids: string[]; }"
|
|
17334
17310
|
},
|
|
17335
17311
|
{
|
|
17336
17312
|
"classification": "supported",
|
|
@@ -17356,6 +17332,12 @@
|
|
|
17356
17332
|
"name": "readAuthorEnvironment",
|
|
17357
17333
|
"signature": "() => string | undefined | calls: () => string | undefined"
|
|
17358
17334
|
},
|
|
17335
|
+
{
|
|
17336
|
+
"classification": "supported",
|
|
17337
|
+
"kind": "function",
|
|
17338
|
+
"name": "readOutputSessionRemainingTokens",
|
|
17339
|
+
"signature": "(state: PmReadOutputSessionState) => number | calls: (state: PmReadOutputSessionState) => number"
|
|
17340
|
+
},
|
|
17359
17341
|
{
|
|
17360
17342
|
"classification": "supported",
|
|
17361
17343
|
"kind": "function",
|
|
@@ -17558,7 +17540,7 @@
|
|
|
17558
17540
|
"classification": "supported",
|
|
17559
17541
|
"kind": "value",
|
|
17560
17542
|
"name": "_testOnlyHealthCommand",
|
|
17561
|
-
"signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
|
|
17543
|
+
"signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveVectorRefreshPolicy: typeof resolveVectorRefreshPolicy; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
|
|
17562
17544
|
},
|
|
17563
17545
|
{
|
|
17564
17546
|
"classification": "supported",
|
|
@@ -17584,6 +17566,12 @@
|
|
|
17584
17566
|
"name": "acknowledgeUnknownAuthorHistoryEvents",
|
|
17585
17567
|
"signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }>"
|
|
17586
17568
|
},
|
|
17569
|
+
{
|
|
17570
|
+
"classification": "supported",
|
|
17571
|
+
"kind": "function",
|
|
17572
|
+
"name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
|
|
17573
|
+
"signature": "(pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }>"
|
|
17574
|
+
},
|
|
17587
17575
|
{
|
|
17588
17576
|
"classification": "supported",
|
|
17589
17577
|
"kind": "value",
|
|
@@ -17794,6 +17782,12 @@
|
|
|
17794
17782
|
"name": "normalizeSimilarityText",
|
|
17795
17783
|
"signature": "(value: string) => string | calls: (value: string) => string"
|
|
17796
17784
|
},
|
|
17785
|
+
{
|
|
17786
|
+
"classification": "supported",
|
|
17787
|
+
"kind": "function",
|
|
17788
|
+
"name": "parseUnknownAuthorHistoryEventCoordinates",
|
|
17789
|
+
"signature": "(values: readonly string[]) => UnknownAuthorHistoryEvent[] | calls: (values: readonly string[]) => UnknownAuthorHistoryEvent[]"
|
|
17790
|
+
},
|
|
17797
17791
|
{
|
|
17798
17792
|
"classification": "supported",
|
|
17799
17793
|
"kind": "value",
|
|
@@ -17830,6 +17824,12 @@
|
|
|
17830
17824
|
"name": "ReindexResult",
|
|
17831
17825
|
"signature": "export interface ReindexResult { ok: boolean; mode: ReindexMode; total_items: number; semantic: { enabled: boolean; stale_items: number; unchanged_items: number; embedded_items: number; vector_upserted: number; batches_completed: number; }; artifacts: { manifest: string; embeddings: string; }; warnings: string[]; generated_at: string; }"
|
|
17832
17826
|
},
|
|
17827
|
+
{
|
|
17828
|
+
"classification": "supported",
|
|
17829
|
+
"kind": "function",
|
|
17830
|
+
"name": "resolveUnknownAuthorAcknowledgmentSelector",
|
|
17831
|
+
"signature": "(rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; } | calls: (rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; }"
|
|
17832
|
+
},
|
|
17833
17833
|
{
|
|
17834
17834
|
"classification": "supported",
|
|
17835
17835
|
"kind": "interface",
|
|
@@ -19450,6 +19450,12 @@
|
|
|
19450
19450
|
"name": "mergeHistoryStreams",
|
|
19451
19451
|
"signature": "(baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult"
|
|
19452
19452
|
},
|
|
19453
|
+
{
|
|
19454
|
+
"classification": "supported",
|
|
19455
|
+
"kind": "interface",
|
|
19456
|
+
"name": "MergeInstallContextResolution",
|
|
19457
|
+
"signature": "export interface MergeInstallContextResolution { pm_root: string; workspace_start: string; source_coordinates_available: boolean; source_context_selected: boolean; source_policy: ReturnType<typeof resolveSourceContextWritePolicy>; }"
|
|
19458
|
+
},
|
|
19453
19459
|
{
|
|
19454
19460
|
"classification": "supported",
|
|
19455
19461
|
"kind": "interface",
|
|
@@ -19528,6 +19534,12 @@
|
|
|
19528
19534
|
"name": "RelationshipStreamMergeResult",
|
|
19529
19535
|
"signature": "export interface RelationshipStreamMergeResult { merged: string; strategy: HistoryMergeStrategy; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }"
|
|
19530
19536
|
},
|
|
19537
|
+
{
|
|
19538
|
+
"classification": "supported",
|
|
19539
|
+
"kind": "function",
|
|
19540
|
+
"name": "resolveMergeInstallContext",
|
|
19541
|
+
"signature": "(options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution | calls: (options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution"
|
|
19542
|
+
},
|
|
19531
19543
|
{
|
|
19532
19544
|
"classification": "supported",
|
|
19533
19545
|
"kind": "function",
|
|
@@ -21302,13 +21314,13 @@
|
|
|
21302
21314
|
"classification": "supported",
|
|
21303
21315
|
"kind": "interface",
|
|
21304
21316
|
"name": "CommentsCommandOptions",
|
|
21305
|
-
"signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
21317
|
+
"signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
21306
21318
|
},
|
|
21307
21319
|
{
|
|
21308
21320
|
"classification": "supported",
|
|
21309
21321
|
"kind": "interface",
|
|
21310
21322
|
"name": "CommentsResult",
|
|
21311
|
-
"signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; }"
|
|
21323
|
+
"signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
21312
21324
|
},
|
|
21313
21325
|
{
|
|
21314
21326
|
"classification": "advanced_export",
|
|
@@ -21410,7 +21422,7 @@
|
|
|
21410
21422
|
"classification": "advanced_export",
|
|
21411
21423
|
"kind": "interface",
|
|
21412
21424
|
"name": "ContractsResult",
|
|
21413
|
-
"signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; }"
|
|
21425
|
+
"signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; command_exit_contracts?: { vocabulary: readonly PmCommandExitOutcomeContract[]; command_sets: Array<{ commands: string[]; exit_codes: PmCommandExitContract[\"exit_codes\"]; }>; }; }"
|
|
21414
21426
|
},
|
|
21415
21427
|
{
|
|
21416
21428
|
"classification": "supported",
|
|
@@ -21596,7 +21608,7 @@
|
|
|
21596
21608
|
"classification": "supported",
|
|
21597
21609
|
"kind": "value",
|
|
21598
21610
|
"name": "EXIT_CODE",
|
|
21599
|
-
"signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; }"
|
|
21611
|
+
"signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; readonly NO_EFFECT: 6; readonly PARTIAL_EFFECT: 7; }"
|
|
21600
21612
|
},
|
|
21601
21613
|
{
|
|
21602
21614
|
"classification": "advanced_export",
|
|
@@ -21806,7 +21818,7 @@
|
|
|
21806
21818
|
"classification": "advanced_export",
|
|
21807
21819
|
"kind": "interface",
|
|
21808
21820
|
"name": "GlobalOptions",
|
|
21809
|
-
"signature": "export interface GlobalOptions { json?: boolean; quiet?: boolean; noChangedFields?: boolean; fullChangedFields?: boolean; idOnly?: boolean; lean?: boolean; tokenAccounting?: boolean; outputInclude?: string; outputLimit?: string; outputBudget?: string; outputFormat?: \"toon\" | \"json\"; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
|
|
21821
|
+
"signature": "export interface GlobalOptions { json?: boolean; quiet?: boolean; noChangedFields?: boolean; fullChangedFields?: boolean; idOnly?: boolean; lean?: boolean; tokenAccounting?: boolean; outputInclude?: string; outputLimit?: string; outputBudget?: string; outputFormat?: \"toon\" | \"json\"; outputSession?: string; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
|
|
21810
21822
|
},
|
|
21811
21823
|
{
|
|
21812
21824
|
"classification": "supported",
|
|
@@ -22022,13 +22034,13 @@
|
|
|
22022
22034
|
"classification": "supported",
|
|
22023
22035
|
"kind": "interface",
|
|
22024
22036
|
"name": "LearningsCommandOptions",
|
|
22025
|
-
"signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; author?: string; message?: string; force?: boolean; }"
|
|
22037
|
+
"signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
22026
22038
|
},
|
|
22027
22039
|
{
|
|
22028
22040
|
"classification": "supported",
|
|
22029
22041
|
"kind": "interface",
|
|
22030
22042
|
"name": "LearningsResult",
|
|
22031
|
-
"signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; }"
|
|
22043
|
+
"signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
22032
22044
|
},
|
|
22033
22045
|
{
|
|
22034
22046
|
"classification": "advanced_export",
|
|
@@ -22250,13 +22262,13 @@
|
|
|
22250
22262
|
"classification": "supported",
|
|
22251
22263
|
"kind": "interface",
|
|
22252
22264
|
"name": "NotesCommandOptions",
|
|
22253
|
-
"signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
22265
|
+
"signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
|
|
22254
22266
|
},
|
|
22255
22267
|
{
|
|
22256
22268
|
"classification": "supported",
|
|
22257
22269
|
"kind": "interface",
|
|
22258
22270
|
"name": "NotesResult",
|
|
22259
|
-
"signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; }"
|
|
22271
|
+
"signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
|
|
22260
22272
|
},
|
|
22261
22273
|
{
|
|
22262
22274
|
"classification": "supported",
|
|
@@ -22460,7 +22472,7 @@
|
|
|
22460
22472
|
"classification": "contract_data",
|
|
22461
22473
|
"kind": "interface",
|
|
22462
22474
|
"name": "PmErrorCodeContract",
|
|
22463
|
-
"signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; }"
|
|
22475
|
+
"signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; canonical_code?: string; aliases?: string[]; }"
|
|
22464
22476
|
},
|
|
22465
22477
|
{
|
|
22466
22478
|
"classification": "supported",
|
|
@@ -22472,19 +22484,31 @@
|
|
|
22472
22484
|
"classification": "supported",
|
|
22473
22485
|
"kind": "interface",
|
|
22474
22486
|
"name": "PmReadOutputOptions",
|
|
22475
|
-
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; }"
|
|
22487
|
+
"signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; }"
|
|
22476
22488
|
},
|
|
22477
22489
|
{
|
|
22478
22490
|
"classification": "supported",
|
|
22479
22491
|
"kind": "type",
|
|
22480
22492
|
"name": "PmReadOutputResult",
|
|
22481
|
-
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; }) | PmReadOutputBudgetExceeded;"
|
|
22493
|
+
"signature": "export type PmReadOutputResult<Result> = (Result & { read_output?: PmReadOutputReceipt; read_session?: PmReadOutputSessionReceipt; }) | (PmReadOutputBudgetExceeded & { read_session?: PmReadOutputSessionReceipt; });"
|
|
22482
22494
|
},
|
|
22483
22495
|
{
|
|
22484
22496
|
"classification": "supported",
|
|
22485
22497
|
"kind": "type",
|
|
22486
22498
|
"name": "PmReadOutputResultFor",
|
|
22487
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
22499
|
+
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
22500
|
+
},
|
|
22501
|
+
{
|
|
22502
|
+
"classification": "supported",
|
|
22503
|
+
"kind": "interface",
|
|
22504
|
+
"name": "PmReadOutputSessionReceipt",
|
|
22505
|
+
"signature": "export interface PmReadOutputSessionReceipt { contract_version: 1; id: string; measurement_scope: \"complete_read_envelope\"; estimator: \"ceil(utf8_bytes / 4)\"; token_budget: number; spent_before_tokens: number; spent_this_call_tokens: number; charged_this_call_tokens: number; spent_total_tokens: number; remaining_tokens: number; exhausted: boolean; seen_before_count: number; new_item_count: number; suppressed_repeat_count: number; reference_format: \"session:<session-id>:<item-id>\"; restore_reference_with: \"pm get <item-id> --brief\"; next_state: PmReadOutputSessionState; }"
|
|
22506
|
+
},
|
|
22507
|
+
{
|
|
22508
|
+
"classification": "supported",
|
|
22509
|
+
"kind": "interface",
|
|
22510
|
+
"name": "PmReadOutputSessionState",
|
|
22511
|
+
"signature": "export interface PmReadOutputSessionState { version: 1; id: string; token_budget: number; spent_tokens: number; seen_item_ids: string[]; }"
|
|
22488
22512
|
},
|
|
22489
22513
|
{
|
|
22490
22514
|
"classification": "supported",
|
|
@@ -23324,13 +23348,13 @@
|
|
|
23324
23348
|
"classification": "advanced_export",
|
|
23325
23349
|
"kind": "interface",
|
|
23326
23350
|
"name": "StatsCommandOptions",
|
|
23327
|
-
"signature": "export interface StatsCommandOptions { storage?: boolean; metadataCoverage?: boolean; byAssignee?: boolean; byTag?: boolean; byPriority?: boolean; tagPrefix?: string; fieldUtilization?: boolean; }"
|
|
23351
|
+
"signature": "export interface StatsCommandOptions { storage?: boolean; metadataCoverage?: boolean; byAssignee?: boolean; byTag?: boolean; byPriority?: boolean; tagPrefix?: string; fieldUtilization?: boolean; measurements?: boolean; metric?: string; measurementLimit?: number; observe?: string[]; direction?: ImprovementDirection; measurementSource?: string; measurementItem?: string; measurementRevision?: string; author?: string; message?: string; provenanceCoverage?: boolean; fleetAttribution?: boolean; since?: string; eventLimit?: number; minimumSample?: number; }"
|
|
23328
23352
|
},
|
|
23329
23353
|
{
|
|
23330
23354
|
"classification": "advanced_export",
|
|
23331
23355
|
"kind": "interface",
|
|
23332
23356
|
"name": "StatsResult",
|
|
23333
|
-
"signature": "export interface StatsResult { totals: { items: number; history_streams: number; history_entries: number; }; by_type: Record<ItemType, number>; by_status: Record<ItemStatus, number>; metadata_coverage?: MetadataCoverageReport; breakdowns?: { assignee?: GroupedBreakdown; tag?: GroupedBreakdown; priority?: GroupedBreakdown; }; storage?: HistoryStorageStats; field_utilization?: ContentFieldUtilizationReport; generated_at: string; }"
|
|
23357
|
+
"signature": "export interface StatsResult { totals: { items: number; history_streams: number; history_entries: number; }; by_type: Record<ItemType, number>; by_status: Record<ItemStatus, number>; metadata_coverage?: MetadataCoverageReport; breakdowns?: { assignee?: GroupedBreakdown; tag?: GroupedBreakdown; priority?: GroupedBreakdown; }; storage?: HistoryStorageStats; field_utilization?: ContentFieldUtilizationReport; improvement_ledger?: ImprovementLedgerResult; recorded_observations?: RecordImprovementObservationResult[]; provenance_coverage?: ProvenanceCoverageAnalytics; fleet_attribution?: FleetAttributionAnalytics; generated_at: string; }"
|
|
23334
23358
|
},
|
|
23335
23359
|
{
|
|
23336
23360
|
"classification": "supported",
|
|
@@ -24282,7 +24306,11 @@
|
|
|
24282
24306
|
"field_invalid",
|
|
24283
24307
|
"field_mcp_input_collision",
|
|
24284
24308
|
"github_source_entry_unbuilt",
|
|
24309
|
+
"history_author_acknowledge_required_values_missing",
|
|
24310
|
+
"history_author_acknowledge_selector_conflict",
|
|
24285
24311
|
"history_author_acknowledge_selector_required",
|
|
24312
|
+
"history_author_acknowledge_target_not_actionable",
|
|
24313
|
+
"history_author_acknowledge_target_unreadable",
|
|
24286
24314
|
"history_drift_chain_mismatch",
|
|
24287
24315
|
"history_drift_hash_mismatch",
|
|
24288
24316
|
"history_drift_missing_stream",
|
|
@@ -24291,6 +24319,12 @@
|
|
|
24291
24319
|
"history_stream_over_compact_threshold",
|
|
24292
24320
|
"history_target_out_of_range",
|
|
24293
24321
|
"history_unknown_author_events",
|
|
24322
|
+
"host_environment_capacity_fault",
|
|
24323
|
+
"host_environment_operation_invalid",
|
|
24324
|
+
"host_environment_permission_fault",
|
|
24325
|
+
"host_environment_resource_fault",
|
|
24326
|
+
"improvement_metric_contract_conflict",
|
|
24327
|
+
"improvement_observation_conflict",
|
|
24294
24328
|
"init_existing_settings_requires_force",
|
|
24295
24329
|
"init_gitignore_unwritable",
|
|
24296
24330
|
"init_id_prefix_conflict",
|
|
@@ -24309,8 +24343,17 @@
|
|
|
24309
24343
|
"invalid_event_follow_interval",
|
|
24310
24344
|
"invalid_event_limit",
|
|
24311
24345
|
"invalid_event_since",
|
|
24346
|
+
"invalid_history_analytics_limit",
|
|
24347
|
+
"invalid_history_analytics_minimum_sample",
|
|
24348
|
+
"invalid_history_analytics_since",
|
|
24349
|
+
"invalid_improvement_ledger",
|
|
24350
|
+
"invalid_improvement_metric",
|
|
24351
|
+
"invalid_improvement_observation",
|
|
24352
|
+
"invalid_improvement_observation_limit",
|
|
24353
|
+
"invalid_improvement_observation_timestamp",
|
|
24312
24354
|
"invalid_provenance_predicate",
|
|
24313
24355
|
"invalid_query_cursor",
|
|
24356
|
+
"invalid_read_output_session",
|
|
24314
24357
|
"invalid_workspace_snapshot_target",
|
|
24315
24358
|
"item_document_invalid",
|
|
24316
24359
|
"item_document_roundtrip_failed",
|
|
@@ -24351,6 +24394,8 @@
|
|
|
24351
24394
|
"profile_name_not_normalized",
|
|
24352
24395
|
"profile_summary_empty",
|
|
24353
24396
|
"profile_title_empty",
|
|
24397
|
+
"project_runtime_stale_mutation",
|
|
24398
|
+
"project_runtime_stale_read",
|
|
24354
24399
|
"redundant_edge",
|
|
24355
24400
|
"reindex_already_running",
|
|
24356
24401
|
"reserved_item_field",
|
|
@@ -24448,6 +24493,9 @@
|
|
|
24448
24493
|
"workspace_snapshot_manifest_mismatch",
|
|
24449
24494
|
"workspace_snapshot_name_reserved_fingerprint",
|
|
24450
24495
|
"workspace_snapshot_not_found",
|
|
24496
|
+
"workspace_snapshot_permission_denied",
|
|
24497
|
+
"workspace_snapshot_resource_exhausted",
|
|
24498
|
+
"workspace_snapshot_storage_exhausted",
|
|
24451
24499
|
"wrong_item_type"
|
|
24452
24500
|
],
|
|
24453
24501
|
"package": "@unbrained/pm-cli",
|