@unbrained/pm-cli 2026.8.14 → 2026.8.16

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.
Files changed (160) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +51 -11
  3. package/dist/cli/commander-usage.js +17 -4
  4. package/dist/cli/error-guidance.d.ts +7 -0
  5. package/dist/cli/error-guidance.js +65 -25
  6. package/dist/cli/main.js +3 -2
  7. package/dist/cli/register-history-author.js +16 -11
  8. package/dist/cli/register-mutation.js +4 -2
  9. package/dist/cli/register-operations.js +5 -5
  10. package/dist/cli-bundle/bundle-manifest.json +148 -148
  11. package/dist/cli-bundle/chunks/chunk-47OQEOQB.js +2 -0
  12. package/dist/cli-bundle/chunks/{chunk-XAVMOK6B.js → chunk-73UGEBRS.js} +2 -2
  13. package/dist/cli-bundle/chunks/chunk-HCIYWD6M.js +35 -0
  14. package/dist/cli-bundle/chunks/{chunk-FIW4P64F.js → chunk-I2LUWWR5.js} +2 -2
  15. package/dist/cli-bundle/chunks/{chunk-SBRKH6OR.js → chunk-IC5W2T34.js} +2 -2
  16. package/dist/cli-bundle/chunks/{chunk-TMJ7URWS.js → chunk-PANOOBIS.js} +9 -9
  17. package/dist/cli-bundle/chunks/{chunk-BFALV3YP.js → chunk-RIS565OA.js} +2 -2
  18. package/dist/cli-bundle/chunks/{chunk-TXMEUUUY.js → chunk-TK6N7HGM.js} +2 -2
  19. package/dist/cli-bundle/chunks/chunk-TOFG2URD.js +197 -0
  20. package/dist/cli-bundle/chunks/{chunk-G5JUB66K.js → chunk-URW4QRMI.js} +65 -59
  21. package/dist/cli-bundle/chunks/{register-list-query-T3EHHNNV.js → register-list-query-EYCXHZAG.js} +2 -2
  22. package/dist/cli-bundle/chunks/register-mutation-7YVIG54J.js +20 -0
  23. package/dist/cli-bundle/chunks/register-operations-KGDNRMCL.js +2 -0
  24. package/dist/cli-bundle/chunks/{register-setup-3YXZ444E.js → register-setup-NVXBOD5I.js} +2 -2
  25. package/dist/cli-bundle/focused-chunks/{chunk-PPFGQDSI.js → chunk-4JPEBFFC.js} +2 -2
  26. package/dist/cli-bundle/focused-chunks/chunk-5NMFSX26.js +155 -0
  27. package/dist/cli-bundle/focused-chunks/{chunk-YOOI3UZX.js → chunk-6ROKKT4X.js} +2 -2
  28. package/dist/cli-bundle/focused-chunks/chunk-725JSCMP.js +2 -0
  29. package/dist/cli-bundle/focused-chunks/{chunk-XDNAW5OI.js → chunk-C7JUBRFP.js} +2 -2
  30. package/dist/cli-bundle/focused-chunks/{chunk-4DQ2YERC.js → chunk-CODV5LUT.js} +2 -2
  31. package/dist/cli-bundle/focused-chunks/chunk-DQ6SMTBF.js +2 -0
  32. package/dist/cli-bundle/focused-chunks/chunk-HAACPSUW.js +2 -0
  33. package/dist/cli-bundle/focused-chunks/{chunk-WCVE2NIG.js → chunk-J4UFYHOD.js} +2 -2
  34. package/dist/cli-bundle/focused-chunks/chunk-JX5Z344Q.js +2 -0
  35. package/dist/cli-bundle/focused-chunks/chunk-L4RDYBIQ.js +2 -0
  36. package/dist/cli-bundle/focused-chunks/{chunk-KSEDUWVZ.js → chunk-NJ5RLEFD.js} +2 -2
  37. package/dist/cli-bundle/focused-chunks/{chunk-K7RWWOAG.js → chunk-QYZERYR5.js} +2 -2
  38. package/dist/cli-bundle/focused-chunks/chunk-SSNDYZTM.js +8 -0
  39. package/dist/cli-bundle/focused-chunks/chunk-T46KLOIB.js +50 -0
  40. package/dist/cli-bundle/focused-chunks/{chunk-KFSZ3BP6.js → chunk-TZATVC4G.js} +6 -6
  41. package/dist/cli-bundle/focused-chunks/chunk-WY3WRPVN.js +2 -0
  42. package/dist/cli-bundle/main.js +13 -13
  43. package/dist/cli-bundle/sdk-authoring.js +1 -1
  44. package/dist/cli-bundle/sdk-contracts.js +1 -1
  45. package/dist/cli-bundle/sdk-core.js +32 -35
  46. package/dist/cli-bundle/sdk-governance.js +1 -1
  47. package/dist/cli-bundle/sdk-graph.js +1 -1
  48. package/dist/cli-bundle/sdk-merge.js +32 -31
  49. package/dist/cli-bundle/sdk-query.js +1 -1
  50. package/dist/cli-bundle/sdk-runtime.js +1 -1
  51. package/dist/cli-bundle/sdk-testing.js +1 -1
  52. package/dist/cli-bundle/sdk.js +2 -2
  53. package/dist/core/diagnostics/remediation.js +7 -2
  54. package/dist/core/extensions/reserved-host-flags.js +3 -2
  55. package/dist/core/history/replay.d.ts +14 -1
  56. package/dist/core/history/replay.js +45 -8
  57. package/dist/core/history/workspace-history.js +32 -10
  58. package/dist/core/output/output.d.ts +2 -0
  59. package/dist/core/output/output.js +7 -3
  60. package/dist/core/shared/command-types.d.ts +2 -0
  61. package/dist/core/shared/command-types.js +2 -2
  62. package/dist/core/shared/errors.d.ts +14 -0
  63. package/dist/core/shared/errors.js +2 -2
  64. package/dist/core/store/item-store.js +28 -2
  65. package/dist/mcp/tool-definitions.js +9 -5
  66. package/dist/sdk/agent/refusal-reachability.d.ts +69 -0
  67. package/dist/sdk/agent/refusal-reachability.js +159 -3
  68. package/dist/sdk/author-attribution.d.ts +56 -11
  69. package/dist/sdk/author-attribution.js +174 -50
  70. package/dist/sdk/cli-bootstrap.d.ts +2 -0
  71. package/dist/sdk/cli-bootstrap.js +7 -2
  72. package/dist/sdk/cli-contracts/completeness.js +3 -2
  73. package/dist/sdk/cli-contracts/flag-contracts.js +6 -2
  74. package/dist/sdk/cli-contracts/registration-helpers.js +3 -2
  75. package/dist/sdk/cli-contracts/runtime-contracts.d.ts +5 -0
  76. package/dist/sdk/cli-contracts/runtime-contracts.js +23 -7
  77. package/dist/sdk/cli-contracts/tool-parameter-tables.js +22 -5
  78. package/dist/sdk/cli-contracts/tool-schema.js +20 -5
  79. package/dist/sdk/cli-program.js +3 -2
  80. package/dist/sdk/completion.js +11 -4
  81. package/dist/sdk/core.d.ts +2 -2
  82. package/dist/sdk/core.js +3 -3
  83. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +50 -2
  84. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +74 -14
  85. package/dist/sdk/governance/assurance-action.d.ts +7 -1
  86. package/dist/sdk/governance/assurance-action.js +7 -6
  87. package/dist/sdk/governance/assurance-mutation-error.d.ts +42 -1
  88. package/dist/sdk/governance/assurance-mutation-error.js +27 -3
  89. package/dist/sdk/governance/assurance-runtime.js +12 -11
  90. package/dist/sdk/governance/assurance.d.ts +9 -0
  91. package/dist/sdk/governance/assurance.js +80 -14
  92. package/dist/sdk/governance/coverage-assurance.d.ts +24 -0
  93. package/dist/sdk/governance/coverage-assurance.js +61 -0
  94. package/dist/sdk/governance/extension-host-version.d.ts +25 -0
  95. package/dist/sdk/governance/extension-host-version.js +116 -0
  96. package/dist/sdk/governance/health.d.ts +32 -1
  97. package/dist/sdk/governance/health.js +119 -27
  98. package/dist/sdk/governance/provenance-health.d.ts +27 -0
  99. package/dist/sdk/governance/provenance-health.js +95 -3
  100. package/dist/sdk/governance/validate.js +7 -8
  101. package/dist/sdk/governance.d.ts +6 -0
  102. package/dist/sdk/governance.js +8 -2
  103. package/dist/sdk/history-repair.d.ts +13 -1
  104. package/dist/sdk/history-repair.js +62 -18
  105. package/dist/sdk/index.d.ts +2 -1
  106. package/dist/sdk/index.js +4 -3
  107. package/dist/sdk/linked-artifacts.js +16 -5
  108. package/dist/sdk/pagination.d.ts +15 -0
  109. package/dist/sdk/pagination.js +9 -5
  110. package/dist/sdk/query/context.d.ts +5 -1
  111. package/dist/sdk/query/context.js +14 -5
  112. package/dist/sdk/read-output/continuation.d.ts +11 -0
  113. package/dist/sdk/read-output/continuation.js +132 -0
  114. package/dist/sdk/read-output-budget.d.ts +1 -1
  115. package/dist/sdk/read-output-budget.js +14 -10
  116. package/dist/sdk/read-output-contracts.d.ts +66 -2
  117. package/dist/sdk/read-output-contracts.js +185 -19
  118. package/dist/sdk/read-output-rows.d.ts +2 -0
  119. package/dist/sdk/read-output-rows.js +15 -2
  120. package/dist/sdk/runtime-input.js +4 -2
  121. package/dist/sdk/runtime.d.ts +2 -5
  122. package/dist/sdk/runtime.js +3 -2
  123. package/docs/ASSURANCE.md +59 -2
  124. package/docs/COMMANDS.md +8 -2
  125. package/docs/READ_OUTPUT_CONTRACTS.md +55 -8
  126. package/docs/RELEASING.md +54 -11
  127. package/docs/SDK_CONTEXT_INTEGRITY.md +94 -4
  128. package/docs/SDK_CONTEXT_TRUTH_CONTRACTS.md +13 -5
  129. package/marketplace.json +2 -2
  130. package/package.json +3 -3
  131. package/packages/pm-beads/package.json +1 -1
  132. package/packages/pm-calendar/package.json +1 -1
  133. package/packages/pm-command-kit/package.json +1 -1
  134. package/packages/pm-digital-twin/package.json +1 -1
  135. package/packages/pm-governance-audit/package.json +1 -1
  136. package/packages/pm-guide-shell/package.json +1 -1
  137. package/packages/pm-kanban/package.json +1 -1
  138. package/packages/pm-lifecycle-hooks/package.json +1 -1
  139. package/packages/pm-linked-test-adapters/package.json +1 -1
  140. package/packages/pm-search-advanced/package.json +1 -1
  141. package/packages/pm-templates/package.json +1 -1
  142. package/packages/pm-todos/package.json +1 -1
  143. package/packages/pm-vcs/package.json +1 -1
  144. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  145. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  146. package/sdk/public-surface.json +1241 -180
  147. package/dist/cli-bundle/chunks/chunk-BBOFSVAK.js +0 -197
  148. package/dist/cli-bundle/chunks/chunk-YAMTJL6Y.js +0 -34
  149. package/dist/cli-bundle/chunks/chunk-YSVSMJ2B.js +0 -2
  150. package/dist/cli-bundle/chunks/register-mutation-E27WCLSZ.js +0 -20
  151. package/dist/cli-bundle/chunks/register-operations-4R6I7CPY.js +0 -2
  152. package/dist/cli-bundle/focused-chunks/chunk-F43TT2QQ.js +0 -8
  153. package/dist/cli-bundle/focused-chunks/chunk-KYUQGTSB.js +0 -2
  154. package/dist/cli-bundle/focused-chunks/chunk-LZ4MV3RH.js +0 -2
  155. package/dist/cli-bundle/focused-chunks/chunk-PGXJQLCT.js +0 -155
  156. package/dist/cli-bundle/focused-chunks/chunk-Q4YY3XNF.js +0 -2
  157. package/dist/cli-bundle/focused-chunks/chunk-QK753U3U.js +0 -46
  158. package/dist/cli-bundle/focused-chunks/chunk-QUMB2J27.js +0 -2
  159. package/dist/cli-bundle/focused-chunks/chunk-SM7MTG27.js +0 -2
  160. package/dist/cli-bundle/focused-chunks/chunk-ZM6TZVHC.js +0 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "aggregate_completeness": {
3
- "covered_symbols": 1513,
3
+ "covered_symbols": 1617,
4
4
  "excluded": [
5
5
  {
6
6
  "name": "_testOnlyCliContracts",
@@ -8,7 +8,7 @@
8
8
  }
9
9
  ],
10
10
  "missing": [],
11
- "required_symbols": 1514
11
+ "required_symbols": 1618
12
12
  },
13
13
  "breaking_acknowledgements": [
14
14
  {
@@ -496,6 +496,146 @@
496
496
  ],
497
497
  "package_version": "2026.8.13",
498
498
  "reason": "Additive optional read-output receipts and explicit alias semantics for executable recovery contracts"
499
+ },
500
+ {
501
+ "changes": [
502
+ "signature ./sdk:ContractsResult",
503
+ "signature ./sdk:HealthResult",
504
+ "signature ./sdk/governance:HealthResult",
505
+ "signature ./sdk/runtime:ContractsResult",
506
+ "signature ./sdk/runtime:HealthResult"
507
+ ],
508
+ "package_version": "2026.8.14",
509
+ "reason": "Additive optional health and assurance contract fields; no existing member was removed or narrowed."
510
+ },
511
+ {
512
+ "changes": [
513
+ "signature ./sdk:PmReadOutputBudgetExceeded",
514
+ "signature ./sdk:PmReadOutputTruncationDisclosure",
515
+ "signature ./sdk/contracts:PmReadOutputBudgetExceeded",
516
+ "signature ./sdk/contracts:PmReadOutputTruncationDisclosure",
517
+ "signature ./sdk/core:PmReadOutputBudgetExceeded",
518
+ "signature ./sdk/runtime:PmReadOutputBudgetExceeded"
519
+ ],
520
+ "package_version": "2026.8.14",
521
+ "reason": "Additive optional health, assurance, and read-recovery contract fields; no existing member was removed or narrowed."
522
+ },
523
+ {
524
+ "changes": [
525
+ "signature ./sdk:AssuranceGateVerdict",
526
+ "signature ./sdk:BootstrapGlobalOptions",
527
+ "signature ./sdk:ContextRankingSummary",
528
+ "signature ./sdk:GlobalOptions",
529
+ "signature ./sdk:PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
530
+ "signature ./sdk:PmCliErrorRecoveryPayload",
531
+ "signature ./sdk:PmReadOutputOptions",
532
+ "signature ./sdk:PmReadOutputResultFor",
533
+ "signature ./sdk:PmReadOutputSurfaceContract",
534
+ "signature ./sdk:PmReadOutputTruncationDisclosure",
535
+ "signature ./sdk:toContextRankingSummary",
536
+ "signature ./sdk/contracts:PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
537
+ "signature ./sdk/contracts:PmReadOutputOptions",
538
+ "signature ./sdk/contracts:PmReadOutputResultFor",
539
+ "signature ./sdk/contracts:PmReadOutputSurfaceContract",
540
+ "signature ./sdk/contracts:PmReadOutputTruncationDisclosure",
541
+ "signature ./sdk/core:PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
542
+ "signature ./sdk/core:PmReadOutputOptions",
543
+ "signature ./sdk/core:PmReadOutputResultFor",
544
+ "signature ./sdk/core:PmReadOutputSurfaceContract",
545
+ "signature ./sdk/governance:AssuranceGateVerdict",
546
+ "signature ./sdk/query:ContextRankingSummary",
547
+ "signature ./sdk/query:toContextRankingSummary",
548
+ "signature ./sdk/runtime:GlobalOptions",
549
+ "signature ./sdk/runtime:PmReadOutputOptions",
550
+ "signature ./sdk/runtime:PmReadOutputResultFor",
551
+ "signature ./sdk/runtime:PmReadOutputSurfaceContract"
552
+ ],
553
+ "package_version": "2026.8.14",
554
+ "reason": "Extend read, assurance, ranking, and recovery contracts with bounded continuation and explicit completeness metadata"
555
+ },
556
+ {
557
+ "changes": [
558
+ "signature ./sdk:PmReadOutputTruncationDisclosure",
559
+ "signature ./sdk/contracts:PmReadOutputTruncationDisclosure"
560
+ ],
561
+ "package_version": "2026.8.14",
562
+ "reason": "Extend read, assurance, ranking, and recovery contracts with bounded continuation and explicit completeness metadata"
563
+ },
564
+ {
565
+ "changes": [
566
+ "signature ./sdk:PmReadOutputTruncationDisclosure",
567
+ "signature ./sdk/contracts:PmReadOutputTruncationDisclosure"
568
+ ],
569
+ "package_version": "2026.8.14",
570
+ "reason": "Consolidate cursor recovery into one value with explicit CLI SDK and MCP bindings"
571
+ },
572
+ {
573
+ "changes": [
574
+ "signature ./sdk:AssuranceEvaluationRefusalError",
575
+ "signature ./sdk:PmCliErrorContext",
576
+ "signature ./sdk:runAssuranceAction",
577
+ "signature ./sdk/governance:AssuranceEvaluationRefusalError",
578
+ "signature ./sdk/governance:runAssuranceAction"
579
+ ],
580
+ "package_version": "2026.8.14",
581
+ "reason": "Additive host-provider runtime options and typed assurance refusal location context for pm-4ok4ex and pm-xmmafu"
582
+ },
583
+ {
584
+ "changes": [
585
+ "signature ./sdk:AssuranceSourceResolutionError",
586
+ "signature ./sdk:PmRecoveryReferenceFinding",
587
+ "signature ./sdk/governance:AssuranceSourceResolutionError"
588
+ ],
589
+ "package_version": "2026.8.14",
590
+ "reason": "Expose duplicate-obligation refusal and innermost source-owner metadata so recursive assurance cannot overstate coverage or misattribute failures"
591
+ },
592
+ {
593
+ "changes": [
594
+ "signature ./sdk:AssuranceSourceResolutionError",
595
+ "signature ./sdk/governance:AssuranceSourceResolutionError"
596
+ ],
597
+ "package_version": "2026.8.14",
598
+ "reason": "AssuranceSourceResolutionContext names the existing structurally identical constructor object contract without changing runtime behavior, parameter order, or assignability"
599
+ },
600
+ {
601
+ "changes": [
602
+ "signature ./sdk:_testOnlyHealthCommand",
603
+ "signature ./sdk:HealthResult",
604
+ "signature ./sdk:HistoryRepairAllResult",
605
+ "signature ./sdk:HistoryRepairCommandOptions",
606
+ "signature ./sdk:HistoryRepairResult",
607
+ "signature ./sdk/governance:_testOnlyHealthCommand",
608
+ "signature ./sdk/governance:HealthResult",
609
+ "signature ./sdk/runtime:HealthResult"
610
+ ],
611
+ "package_version": "2026.8.14",
612
+ "reason": "Add self-indexing health verdicts and version-stable history repair receipts"
613
+ },
614
+ {
615
+ "changes": [
616
+ "signature ./sdk:AcknowledgeUnknownAuthorEventsOptions",
617
+ "signature ./sdk:acknowledgeUnknownAuthorHistoryEvents",
618
+ "signature ./sdk:acknowledgeUnknownAuthorHistoryEventsFromTransport",
619
+ "signature ./sdk:PM_RECOVERY_REFERENCE_KINDS",
620
+ "signature ./sdk:PmClient",
621
+ "signature ./sdk:PmRecoveryReferenceFinding",
622
+ "signature ./sdk:PmRecoveryReferenceObligation",
623
+ "signature ./sdk:PmRecoveryReferenceObservation",
624
+ "signature ./sdk/core:PmClient",
625
+ "signature ./sdk/governance:AcknowledgeUnknownAuthorEventsOptions",
626
+ "signature ./sdk/governance:acknowledgeUnknownAuthorHistoryEvents",
627
+ "signature ./sdk/governance:acknowledgeUnknownAuthorHistoryEventsFromTransport",
628
+ "signature ./sdk/runtime:PmClient"
629
+ ],
630
+ "package_version": "2026.8.15",
631
+ "reason": "Require source-bound history author preview fingerprints and typed recovery semantics while adding reusable coverage assurance"
632
+ },
633
+ {
634
+ "changes": [
635
+ "signature ./sdk:PmCliErrorContext"
636
+ ],
637
+ "package_version": "2026.8.15",
638
+ "reason": "Expand PmCliErrorContext with optional verification_errors for typed integrity diagnostics; existing consumers remain source compatible."
499
639
  }
500
640
  ],
501
641
  "entrypoints": {
@@ -530,7 +670,7 @@
530
670
  "classification": "supported",
531
671
  "kind": "value",
532
672
  "name": "_testOnlyHealthCommand",
533
- "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; }"
673
+ "signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildHealthFindings: typeof buildHealthFindings; 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; }"
534
674
  },
535
675
  {
536
676
  "classification": "advanced_export",
@@ -587,7 +727,7 @@
587
727
  "signature": "{ applyValidateFix: typeof applyValidateFix; applyValidateFixes: typeof applyValidateFixes; attachValidateFixHints: typeof attachValidateFixHints; buildCommandReferencesCheck: typeof buildCommandReferencesCheck; buildDependencyReferencesCheck: typeof buildDependencyReferencesCheck; buildCloseReasonBackfillRows: typeof buildCloseReasonBackfillRows; buildFilesCheck: typeof buildFilesCheck; buildLifecycleCheck: typeof buildLifecycleCheck; buildLifecycleDependencyGraph: typeof buildLifecycleDependencyGraph; buildLifecycleParentGraph: typeof buildLifecycleParentGraph; buildEstimateBackfillRows: typeof buildEstimateBackfillRows; buildMetadataCounts: typeof buildMetadataCounts; buildMissingFieldOccurrences: typeof buildMissingFieldOccurrences; buildOrphanedPathRows: typeof buildOrphanedPathRows; classifyOrphanedPath: typeof classifyOrphanedPath; collectDefaultProjectFileCandidates: typeof collectDefaultProjectFileCandidates; collectTrackedGitFileCandidates: typeof collectTrackedGitFileCandidates; detectLifecycleDependencyCycles: typeof detectLifecycleDependencyCycles; detectLifecycleParentCycles: typeof detectLifecycleParentCycles; escapeRegExp: typeof escapeRegExp; extractItemIds: typeof extractItemIds; findLifecycleDependencyCycleComponents: typeof findLifecycleDependencyCycleComponents; isMetadataFieldMissing: typeof isMetadataFieldMissing; linkedArtifactPathExceedsFilesystemLimits: typeof linkedArtifactPathExceedsFilesystemLimits; listFilesRecursive: typeof listFilesRecursive; resolveDependencyCycleSeverity: typeof resolveDependencyCycleSeverity; resolveParentCycleSeverity: typeof resolveParentCycleSeverity; resolveFileScanMode: typeof resolveFileScanMode; resolveLifecycleDependencyCycleSamplePath: typeof resolveLifecycleDependencyCycleSamplePath; resolveRequestedChecks: typeof resolveRequestedChecks; resolveValidateMetadataProfile: typeof resolveValidateMetadataProfile; resolveWorkspaceRoot: typeof resolveWorkspaceRoot; sharedDirectoryPrefixLength: typeof sharedDirectoryPrefixLength; summarizeOrphanedPathRows: typeof summarizeOrphanedPathRows; summarizeDuplicateIssueCodes: typeof summarizeDuplicateIssueCodes; toMeaningfulString: typeof toMeaningfulString; }"
588
728
  },
589
729
  {
590
- "classification": "advanced_export",
730
+ "classification": "supported",
591
731
  "kind": "function",
592
732
  "name": "acceptAssuranceProposals",
593
733
  "signature": "(pmRoot: string, proposals: readonly AssuranceDerivedProposal[], options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, proposals: readonly AssuranceDerivedProposal[], options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt>"
@@ -596,19 +736,19 @@
596
736
  "classification": "supported",
597
737
  "kind": "interface",
598
738
  "name": "AcknowledgeUnknownAuthorEventsOptions",
599
- "signature": "export interface AcknowledgeUnknownAuthorEventsOptions { events?: UnknownAuthorHistoryEvent[]; all_actionable?: boolean; attributed_author: string; reviewer: string; reason: string; }"
739
+ "signature": "export interface AcknowledgeUnknownAuthorEventsOptions { events?: UnknownAuthorHistoryEvent[]; all_actionable?: boolean; attributed_author?: string; reviewer?: string; reason?: string; dry_run?: boolean; plan_fingerprint?: string; coordinate_limit?: number; }"
600
740
  },
601
741
  {
602
742
  "classification": "supported",
603
743
  "kind": "function",
604
744
  "name": "acknowledgeUnknownAuthorHistoryEvents",
605
- "signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }>"
745
+ "signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<UnknownAuthorAcknowledgmentResult> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<UnknownAuthorAcknowledgmentResult>"
606
746
  },
607
747
  {
608
748
  "classification": "supported",
609
749
  "kind": "function",
610
750
  "name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
611
- "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; }>"
751
+ "signature": "(pmRoot: string, input: Record<string, unknown>) => Promise<UnknownAuthorAcknowledgmentResult> | calls: (pmRoot: string, input: Record<string, unknown>) => Promise<UnknownAuthorAcknowledgmentResult>"
612
752
  },
613
753
  {
614
754
  "classification": "supported",
@@ -1031,7 +1171,7 @@
1031
1171
  "signature": "(baseCriteria: readonly string[], add: readonly string[] | undefined, remove: readonly string[] | undefined) => { criteria: string[]; unmatchedRemovals: string[]; } | calls: (baseCriteria: readonly string[], add: readonly string[] | undefined, remove: readonly string[] | undefined) => { criteria: string[]; unmatchedRemovals: string[]; }"
1032
1172
  },
1033
1173
  {
1034
- "classification": "advanced_export",
1174
+ "classification": "supported",
1035
1175
  "kind": "function",
1036
1176
  "name": "applyAssurancePreset",
1037
1177
  "signature": "(pmRoot: string, id: AssurancePresetId, ownerItemId: string, options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, id: AssurancePresetId, ownerItemId: string, options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt>"
@@ -1361,19 +1501,19 @@
1361
1501
  "signature": "(adapter: RelationshipGraphAdapter, options?: { workspace?: string; }) => Promise<RelationshipGraphAdapterConformanceReport> | calls: (adapter: RelationshipGraphAdapter, options?: { workspace?: string; }) => Promise<RelationshipGraphAdapterConformanceReport>"
1362
1502
  },
1363
1503
  {
1364
- "classification": "advanced_export",
1504
+ "classification": "supported",
1365
1505
  "kind": "value",
1366
1506
  "name": "ASSURANCE_ACTIONS",
1367
1507
  "signature": "readonly [\"list\", \"show\", \"put\", \"remove\", \"run\", \"verdicts\", \"presets\", \"apply\", \"derive\", \"promote\"]"
1368
1508
  },
1369
1509
  {
1370
- "classification": "advanced_export",
1510
+ "classification": "supported",
1371
1511
  "kind": "value",
1372
1512
  "name": "ASSURANCE_DECLARATION_KINDS",
1373
1513
  "signature": "readonly [\"measurement\", \"assertion\", \"gate\"]"
1374
1514
  },
1375
1515
  {
1376
- "classification": "advanced_export",
1516
+ "classification": "supported",
1377
1517
  "kind": "value",
1378
1518
  "name": "ASSURANCE_DOCUMENT_VERSION",
1379
1519
  "signature": "1"
@@ -1385,19 +1525,25 @@
1385
1525
  "signature": "CliFlagContract[]"
1386
1526
  },
1387
1527
  {
1388
- "classification": "advanced_export",
1528
+ "classification": "supported",
1389
1529
  "kind": "value",
1390
1530
  "name": "ASSURANCE_GATE_TRIGGERS",
1391
1531
  "signature": "readonly [\"pre-commit\", \"pre-push\", \"pre-merge\", \"ci\", \"pre-release\", \"post-release\", \"scheduled\", \"on-claim\", \"on-close\"]"
1392
1532
  },
1393
1533
  {
1394
- "classification": "advanced_export",
1534
+ "classification": "supported",
1535
+ "kind": "value",
1536
+ "name": "ASSURANCE_MEASUREMENT_SOURCE_KINDS",
1537
+ "signature": "readonly [\"items\", \"dependency_kind\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
1538
+ },
1539
+ {
1540
+ "classification": "supported",
1395
1541
  "kind": "value",
1396
1542
  "name": "ASSURANCE_PRESET_IDS",
1397
1543
  "signature": "readonly [\"software-delivery\", \"research\", \"agent-evaluation\", \"operations\"]"
1398
1544
  },
1399
1545
  {
1400
- "classification": "advanced_export",
1546
+ "classification": "supported",
1401
1547
  "kind": "type",
1402
1548
  "name": "AssuranceAction",
1403
1549
  "signature": "export type AssuranceAction = (typeof ASSURANCE_ACTIONS)[number];"
@@ -1415,283 +1561,319 @@
1415
1561
  "signature": "export type AssuranceActionResult = AssuranceDeclaration | AssuranceMutationReceipt | AssuranceGateVerdict | AssuranceBundleMutationReceipt | AssurancePreset | { items: AssuranceDerivedProposal[]; count: number; applied?: AssuranceBundleMutationReceipt; } | { items: Array<{ id: AssurancePresetId; title: string; description: string; }>; count: number; row_contract: { row_keys: [ \"items\" ]; jq_selector: \".items[]\"; }; } | { id: string; } | { items: AssuranceDeclaration[]; count: number; row_contract: { row_keys: [ \"items\" ]; jq_selector: \".items[]\"; }; } | { items: AssuranceGateVerdict[]; count: number; row_contract: { row_keys: [ \"items\" ]; jq_selector: \".items[]\"; }; };"
1416
1562
  },
1417
1563
  {
1418
- "classification": "advanced_export",
1564
+ "classification": "supported",
1565
+ "kind": "interface",
1566
+ "name": "AssuranceActionRuntimeOptions",
1567
+ "signature": "export interface AssuranceActionRuntimeOptions { workspace?: Omit<CreateAssuranceWorkspaceContextOptions, \"tree_id\" | \"trigger\">; }"
1568
+ },
1569
+ {
1570
+ "classification": "supported",
1419
1571
  "kind": "interface",
1420
1572
  "name": "AssuranceArithmeticExpression",
1421
1573
  "signature": "export interface AssuranceArithmeticExpression { operator: \"add\" | \"subtract\" | \"multiply\" | \"divide\" | \"min\" | \"max\"; operands: AssuranceDerivedExpression[]; }"
1422
1574
  },
1423
1575
  {
1424
- "classification": "advanced_export",
1576
+ "classification": "supported",
1425
1577
  "kind": "interface",
1426
1578
  "name": "AssuranceAssertionDefinition",
1427
1579
  "signature": "export interface AssuranceAssertionDefinition { id: string; measurement_id: string; owner_item_id: string; scope: AssuranceScope; ceiling?: number; floor?: number; equals?: AssuranceValue; zero?: true; monotone_nondecreasing?: number; monotone_nonincreasing?: number; subset_of?: string[]; lifetime?: AssuranceLifetime; retire_reason?: string; enforcement: AssuranceEnforcement; negative_control: AssuranceNegativeControl; authorization_decision?: string; }"
1428
1580
  },
1429
1581
  {
1430
- "classification": "advanced_export",
1582
+ "classification": "supported",
1431
1583
  "kind": "function",
1432
1584
  "name": "assuranceAssertionUpdateIsLoosening",
1433
1585
  "signature": "(before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean | calls: (before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean"
1434
1586
  },
1435
1587
  {
1436
- "classification": "advanced_export",
1588
+ "classification": "supported",
1437
1589
  "kind": "interface",
1438
1590
  "name": "AssuranceAssertionVerdict",
1439
1591
  "signature": "export interface AssuranceAssertionVerdict { assertion_id: string; measurement_id: string; measurement_definition_fingerprint: string; scope: AssuranceScope; population_size: number; observed: AssuranceValue; bound: AssuranceBound; distance: number | null; verdict: \"pass\" | \"fail\" | \"retired\"; enforcement: AssuranceEnforcement; negative_control_proven: boolean; cost: AssuranceMeasurementCost; contributors: string[]; }"
1440
1592
  },
1441
1593
  {
1442
- "classification": "advanced_export",
1594
+ "classification": "supported",
1443
1595
  "kind": "interface",
1444
1596
  "name": "AssuranceBound",
1445
1597
  "signature": "export interface AssuranceBound { polarity: \"ceiling\" | \"floor\" | \"equals\" | \"zero\" | \"monotone_nondecreasing\" | \"monotone_nonincreasing\" | \"subset_of\"; value: AssuranceValue; }"
1446
1598
  },
1447
1599
  {
1448
- "classification": "advanced_export",
1600
+ "classification": "supported",
1449
1601
  "kind": "interface",
1450
1602
  "name": "AssuranceBundleMutationReceipt",
1451
1603
  "signature": "export interface AssuranceBundleMutationReceipt { changed: boolean; created_ids: string[]; unchanged_ids: string[]; }"
1452
1604
  },
1453
1605
  {
1454
- "classification": "advanced_export",
1606
+ "classification": "supported",
1455
1607
  "kind": "type",
1456
1608
  "name": "AssuranceDeclaration",
1457
1609
  "signature": "export type AssuranceDeclaration = AssuranceMeasurementDefinition | AssuranceAssertionDefinition | AssuranceGateDefinition;"
1458
1610
  },
1459
1611
  {
1460
- "classification": "advanced_export",
1612
+ "classification": "supported",
1461
1613
  "kind": "interface",
1462
1614
  "name": "AssuranceDeclarationBundle",
1463
1615
  "signature": "export interface AssuranceDeclarationBundle { measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
1464
1616
  },
1465
1617
  {
1466
- "classification": "advanced_export",
1618
+ "classification": "supported",
1467
1619
  "kind": "type",
1468
1620
  "name": "AssuranceDeclarationKind",
1469
1621
  "signature": "export type AssuranceDeclarationKind = \"measurement\" | \"assertion\" | \"gate\";"
1470
1622
  },
1471
1623
  {
1472
- "classification": "advanced_export",
1624
+ "classification": "supported",
1473
1625
  "kind": "interface",
1474
1626
  "name": "AssuranceDependencyKindSource",
1475
1627
  "signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; }"
1476
1628
  },
1477
1629
  {
1478
- "classification": "advanced_export",
1630
+ "classification": "supported",
1479
1631
  "kind": "interface",
1480
1632
  "name": "AssuranceDependencyRecord",
1481
1633
  "signature": "export interface AssuranceDependencyRecord { id: string; kind: string; }"
1482
1634
  },
1483
1635
  {
1484
- "classification": "advanced_export",
1636
+ "classification": "supported",
1485
1637
  "kind": "type",
1486
1638
  "name": "AssuranceDerivedExpression",
1487
1639
  "signature": "export type AssuranceDerivedExpression = AssuranceMeasurementReference | AssuranceLiteralExpression | AssuranceArithmeticExpression;"
1488
1640
  },
1489
1641
  {
1490
- "classification": "advanced_export",
1642
+ "classification": "supported",
1491
1643
  "kind": "interface",
1492
1644
  "name": "AssuranceDerivedProposal",
1493
1645
  "signature": "export interface AssuranceDerivedProposal { id: string; population_size: number; scope: AssuranceScope; observed: number; declarations: AssuranceDeclarationBundle; }"
1494
1646
  },
1495
1647
  {
1496
- "classification": "advanced_export",
1648
+ "classification": "supported",
1497
1649
  "kind": "interface",
1498
1650
  "name": "AssuranceDerivedSource",
1499
1651
  "signature": "export interface AssuranceDerivedSource { kind: \"derived\"; expression: AssuranceDerivedExpression; }"
1500
1652
  },
1501
1653
  {
1502
- "classification": "advanced_export",
1654
+ "classification": "supported",
1503
1655
  "kind": "interface",
1504
1656
  "name": "AssuranceDocument",
1505
1657
  "signature": "export interface AssuranceDocument { version: typeof ASSURANCE_DOCUMENT_VERSION; measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
1506
1658
  },
1507
1659
  {
1508
- "classification": "advanced_export",
1660
+ "classification": "supported",
1509
1661
  "kind": "type",
1510
1662
  "name": "AssuranceEnforcement",
1511
1663
  "signature": "export type AssuranceEnforcement = \"block\" | \"warn\" | \"observe\";"
1512
1664
  },
1513
1665
  {
1514
- "classification": "advanced_export",
1666
+ "classification": "supported",
1515
1667
  "kind": "interface",
1516
1668
  "name": "AssuranceEvaluationContext",
1517
1669
  "signature": "export interface AssuranceEvaluationContext { tree_id: string; items: AssuranceItemRecord[]; history: AssuranceHistoryRecord[]; terminal_statuses?: string[]; provider_capabilities?: Readonly<Record<string, { cost_class: AssuranceProviderCostClass; network: boolean; }>>; external: (source: AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceProviderSource) => Promise<AssuranceExternalMeasurementResult>; }"
1518
1670
  },
1519
1671
  {
1520
- "classification": "advanced_export",
1672
+ "classification": "supported",
1673
+ "kind": "interface",
1674
+ "name": "AssuranceEvaluationRefusalContext",
1675
+ "signature": "export interface AssuranceEvaluationRefusalContext { gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; field?: string; check?: string; }"
1676
+ },
1677
+ {
1678
+ "classification": "supported",
1679
+ "kind": "class",
1680
+ "name": "AssuranceEvaluationRefusalError",
1681
+ "signature": "export declare class AssuranceEvaluationRefusalError extends TypeError { readonly context: AssuranceEvaluationRefusalContext; constructor(message: string, context?: AssuranceEvaluationRefusalContext); }"
1682
+ },
1683
+ {
1684
+ "classification": "supported",
1521
1685
  "kind": "interface",
1522
1686
  "name": "AssuranceExternalMeasurementResult",
1523
1687
  "signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; }"
1524
1688
  },
1525
1689
  {
1526
- "classification": "advanced_export",
1690
+ "classification": "supported",
1527
1691
  "kind": "interface",
1528
1692
  "name": "AssuranceGateDefinition",
1529
1693
  "signature": "export interface AssuranceGateDefinition { id: string; assertion_ids: string[]; triggers: AssuranceGateTrigger[]; description?: string; provider_policy?: { allowed_providers: string[]; triggers: Partial<Record<AssuranceGateTrigger, { max_cost_class: AssuranceProviderCostClass; allow_network: boolean; }>>; }; }"
1530
1694
  },
1531
1695
  {
1532
- "classification": "advanced_export",
1696
+ "classification": "supported",
1533
1697
  "kind": "type",
1534
1698
  "name": "AssuranceGateTrigger",
1535
1699
  "signature": "export type AssuranceGateTrigger = (typeof ASSURANCE_GATE_TRIGGERS)[number];"
1536
1700
  },
1537
1701
  {
1538
- "classification": "advanced_export",
1702
+ "classification": "supported",
1539
1703
  "kind": "interface",
1540
1704
  "name": "AssuranceGateVerdict",
1541
- "signature": "export interface AssuranceGateVerdict { gate_id: string; tree_id: string; trigger: AssuranceGateTrigger; dry_run: boolean; evaluated_at: string; verdict: \"pass\" | \"warn\" | \"block\"; exit_code: 0 | 1; assertions: AssuranceAssertionVerdict[]; cost: AssuranceMeasurementCost; }"
1705
+ "signature": "export interface AssuranceGateVerdict { gate_id: string; tree_id: string; trigger: AssuranceGateTrigger; dry_run: boolean; evaluated_at: string; verdict: \"pass\" | \"warn\" | \"block\"; exit_code: 0 | 1; assertions: AssuranceAssertionVerdict[]; assertions_total: number; row_contract: { row_keys: [ \"assertions\" ]; jq_selector: \".assertions[]\"; }; cost: AssuranceMeasurementCost; }"
1542
1706
  },
1543
1707
  {
1544
- "classification": "advanced_export",
1708
+ "classification": "supported",
1545
1709
  "kind": "interface",
1546
1710
  "name": "AssuranceGraphSource",
1547
1711
  "signature": "export interface AssuranceGraphSource { kind: \"graph\"; operation: string; field: string; parameters?: Record<string, string | number | boolean>; }"
1548
1712
  },
1549
1713
  {
1550
- "classification": "advanced_export",
1714
+ "classification": "supported",
1551
1715
  "kind": "interface",
1552
1716
  "name": "AssuranceHealthSource",
1553
1717
  "signature": "export interface AssuranceHealthSource { kind: \"health\"; check: string; field: string; }"
1554
1718
  },
1555
1719
  {
1556
- "classification": "advanced_export",
1720
+ "classification": "supported",
1557
1721
  "kind": "interface",
1558
1722
  "name": "AssuranceHistoryRecord",
1559
1723
  "signature": "export interface AssuranceHistoryRecord { op: string; author: string; agent_harness?: string; agent_model?: string; [key: string]: unknown; }"
1560
1724
  },
1561
1725
  {
1562
- "classification": "advanced_export",
1726
+ "classification": "supported",
1563
1727
  "kind": "interface",
1564
1728
  "name": "AssuranceHistorySource",
1565
1729
  "signature": "export interface AssuranceHistorySource { kind: \"history\"; op?: string; author?: string; harness?: string; model?: string; }"
1566
1730
  },
1567
1731
  {
1568
- "classification": "advanced_export",
1732
+ "classification": "supported",
1569
1733
  "kind": "interface",
1570
1734
  "name": "AssuranceItemRecord",
1571
1735
  "signature": "export interface AssuranceItemRecord { id: string; status: string; type: string; tags?: string[]; priority?: string | number; dependencies?: AssuranceDependencyRecord[]; files?: object[]; tests?: object[]; docs?: object[]; [key: string]: unknown; }"
1572
1736
  },
1573
1737
  {
1574
- "classification": "advanced_export",
1738
+ "classification": "supported",
1575
1739
  "kind": "interface",
1576
1740
  "name": "AssuranceItemsSource",
1577
1741
  "signature": "export interface AssuranceItemsSource { kind: \"items\"; statuses?: string[]; types?: string[]; tags?: string[]; field?: string; equals?: string | number | boolean | null; state?: \"present\" | \"missing\"; }"
1578
1742
  },
1579
1743
  {
1580
- "classification": "advanced_export",
1744
+ "classification": "supported",
1581
1745
  "kind": "type",
1582
1746
  "name": "AssuranceLifetime",
1583
1747
  "signature": "export type AssuranceLifetime = \"hold\" | \"retire\";"
1584
1748
  },
1585
1749
  {
1586
- "classification": "advanced_export",
1750
+ "classification": "supported",
1587
1751
  "kind": "interface",
1588
1752
  "name": "AssuranceLinksSource",
1589
1753
  "signature": "export interface AssuranceLinksSource { kind: \"links\"; link: \"files\" | \"tests\" | \"docs\"; state: \"present\" | \"missing\"; }"
1590
1754
  },
1591
1755
  {
1592
- "classification": "advanced_export",
1756
+ "classification": "supported",
1593
1757
  "kind": "interface",
1594
1758
  "name": "AssuranceLiteralExpression",
1595
1759
  "signature": "export interface AssuranceLiteralExpression { literal: number; }"
1596
1760
  },
1597
1761
  {
1598
- "classification": "advanced_export",
1762
+ "classification": "supported",
1599
1763
  "kind": "interface",
1600
1764
  "name": "AssuranceMeasurementCost",
1601
1765
  "signature": "export interface AssuranceMeasurementCost { units: number; items_scanned: number; history_entries: number; provider_calls: number; duration_ms: number; }"
1602
1766
  },
1603
1767
  {
1604
- "classification": "advanced_export",
1768
+ "classification": "supported",
1605
1769
  "kind": "interface",
1606
1770
  "name": "AssuranceMeasurementDefinition",
1607
1771
  "signature": "export interface AssuranceMeasurementDefinition { id: string; description?: string; source: AssuranceMeasurementSource; max_cost?: number; }"
1608
1772
  },
1609
1773
  {
1610
- "classification": "advanced_export",
1774
+ "classification": "supported",
1611
1775
  "kind": "interface",
1612
1776
  "name": "AssuranceMeasurementReference",
1613
1777
  "signature": "export interface AssuranceMeasurementReference { measurement: string; }"
1614
1778
  },
1615
1779
  {
1616
- "classification": "advanced_export",
1780
+ "classification": "supported",
1617
1781
  "kind": "interface",
1618
1782
  "name": "AssuranceMeasurementResult",
1619
1783
  "signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; }"
1620
1784
  },
1621
1785
  {
1622
- "classification": "advanced_export",
1786
+ "classification": "supported",
1623
1787
  "kind": "type",
1624
1788
  "name": "AssuranceMeasurementSource",
1625
1789
  "signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
1626
1790
  },
1627
1791
  {
1628
- "classification": "advanced_export",
1792
+ "classification": "supported",
1629
1793
  "kind": "interface",
1630
1794
  "name": "AssuranceMutationOptions",
1631
1795
  "signature": "export interface AssuranceMutationOptions { author?: string; message?: string; authorized_decision_ids?: string[]; }"
1632
1796
  },
1633
1797
  {
1634
- "classification": "advanced_export",
1798
+ "classification": "supported",
1635
1799
  "kind": "interface",
1636
1800
  "name": "AssuranceMutationReceipt",
1637
1801
  "signature": "export interface AssuranceMutationReceipt { changed: boolean; action: \"created\" | \"updated\" | \"removed\"; kind: AssuranceDeclarationKind; id: string; }"
1638
1802
  },
1639
1803
  {
1640
- "classification": "advanced_export",
1804
+ "classification": "supported",
1805
+ "kind": "class",
1806
+ "name": "AssuranceMutationRefusalError",
1807
+ "signature": "export declare class AssuranceMutationRefusalError extends TypeError { constructor(message: string); }"
1808
+ },
1809
+ {
1810
+ "classification": "supported",
1641
1811
  "kind": "interface",
1642
1812
  "name": "AssuranceNegativeControl",
1643
1813
  "signature": "export interface AssuranceNegativeControl { cases: AssuranceNegativeControlCase[]; }"
1644
1814
  },
1645
1815
  {
1646
- "classification": "advanced_export",
1816
+ "classification": "supported",
1647
1817
  "kind": "interface",
1648
1818
  "name": "AssuranceNegativeControlCase",
1649
1819
  "signature": "export interface AssuranceNegativeControlCase { observed: AssuranceValue; expected: \"pass\" | \"fail\"; }"
1650
1820
  },
1651
1821
  {
1652
- "classification": "advanced_export",
1822
+ "classification": "supported",
1653
1823
  "kind": "interface",
1654
1824
  "name": "AssurancePreset",
1655
1825
  "signature": "export interface AssurancePreset { id: AssurancePresetId; title: string; description: string; declarations: AssuranceDeclarationBundle; }"
1656
1826
  },
1657
1827
  {
1658
- "classification": "advanced_export",
1828
+ "classification": "supported",
1659
1829
  "kind": "type",
1660
1830
  "name": "AssurancePresetId",
1661
1831
  "signature": "export type AssurancePresetId = (typeof ASSURANCE_PRESET_IDS)[number];"
1662
1832
  },
1663
1833
  {
1664
- "classification": "advanced_export",
1834
+ "classification": "supported",
1665
1835
  "kind": "type",
1666
1836
  "name": "AssuranceProviderCostClass",
1667
1837
  "signature": "export type AssuranceProviderCostClass = \"low\" | \"medium\" | \"high\";"
1668
1838
  },
1669
1839
  {
1670
- "classification": "advanced_export",
1840
+ "classification": "supported",
1671
1841
  "kind": "type",
1672
1842
  "name": "AssuranceProviderResolver",
1673
1843
  "signature": "export type AssuranceProviderResolver = (source: AssuranceProviderSource) => Promise<AssuranceExternalMeasurementResult>;"
1674
1844
  },
1675
1845
  {
1676
- "classification": "advanced_export",
1846
+ "classification": "supported",
1677
1847
  "kind": "interface",
1678
1848
  "name": "AssuranceProviderSource",
1679
1849
  "signature": "export interface AssuranceProviderSource { kind: \"provider\"; provider: string; key: string; parameters?: Record<string, string | number | boolean | null>; }"
1680
1850
  },
1681
1851
  {
1682
- "classification": "advanced_export",
1852
+ "classification": "supported",
1683
1853
  "kind": "type",
1684
1854
  "name": "AssuranceScope",
1685
1855
  "signature": "export type AssuranceScope = { kind: \"all\"; } | { kind: \"active\"; } | { kind: \"filter\"; measurement_id: string; };"
1686
1856
  },
1687
1857
  {
1688
- "classification": "advanced_export",
1858
+ "classification": "supported",
1859
+ "kind": "interface",
1860
+ "name": "AssuranceSourceResolutionContext",
1861
+ "signature": "export interface AssuranceSourceResolutionContext { measurement_id?: string; source_kind: string; field: string; check?: string; }"
1862
+ },
1863
+ {
1864
+ "classification": "supported",
1865
+ "kind": "class",
1866
+ "name": "AssuranceSourceResolutionError",
1867
+ "signature": "export declare class AssuranceSourceResolutionError extends TypeError { readonly measurement_id?: string; readonly source_kind: string; readonly field: string; readonly check?: string; constructor(message: string, context: AssuranceSourceResolutionContext); }"
1868
+ },
1869
+ {
1870
+ "classification": "supported",
1689
1871
  "kind": "interface",
1690
1872
  "name": "AssuranceValidateSource",
1691
1873
  "signature": "export interface AssuranceValidateSource { kind: \"validate\"; check: string; field: string; }"
1692
1874
  },
1693
1875
  {
1694
- "classification": "advanced_export",
1876
+ "classification": "supported",
1695
1877
  "kind": "type",
1696
1878
  "name": "AssuranceValue",
1697
1879
  "signature": "export type AssuranceValue = number | string[];"
@@ -1808,7 +1990,7 @@
1808
1990
  "classification": "advanced_export",
1809
1991
  "kind": "interface",
1810
1992
  "name": "BootstrapGlobalOptions",
1811
- "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; outputRowContract?: boolean; author?: string; authorMissingValue?: true; }"
1993
+ "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; outputCursor?: string; outputRowContract?: boolean; author?: string; authorMissingValue?: true; }"
1812
1994
  },
1813
1995
  {
1814
1996
  "classification": "advanced_export",
@@ -2984,7 +3166,7 @@
2984
3166
  "classification": "supported",
2985
3167
  "kind": "interface",
2986
3168
  "name": "ContextRankingSummary",
2987
- "signature": "export interface ContextRankingSummary { model: string; available_signals: ContextRelevanceSignalName[]; items: Array<{ id: string; rank: number; baseline_rank: number; score: number; contributions: ContextRelevanceContributions; }>; feature_store?: { source: \"derived_index\" | \"scan_fallback\"; cache_status: \"fresh\" | \"rebuilt\"; source_cursor: string; generated_at: string; }; }"
3169
+ "signature": "export interface ContextRankingSummary { model: string; available_signals: ContextRelevanceSignalName[]; items: Array<{ id: string; rank: number; baseline_rank: number; score: number; contributions: ContextRelevanceContributions; }>; candidate_count: number; omitted_count: number; feature_store?: { source: \"derived_index\" | \"scan_fallback\"; cache_status: \"fresh\" | \"rebuilt\"; source_cursor: string; generated_at: string; }; }"
2988
3170
  },
2989
3171
  {
2990
3172
  "classification": "supported",
@@ -3134,7 +3316,7 @@
3134
3316
  "classification": "advanced_export",
3135
3317
  "kind": "interface",
3136
3318
  "name": "ContractsResult",
3137
- "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[]>; }; relationship_kind_contracts?: Array<{ canonical: string; aliases: string[]; inverse?: string; ordering: boolean; hierarchy: boolean; }>; 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\"]; }>; }; }"
3319
+ "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[]>; }; relationship_kind_contracts?: Array<{ canonical: string; aliases: string[]; inverse?: string; ordering: boolean; hierarchy: boolean; }>; 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[]; }; assurance_contracts?: { measurement_source_kinds: readonly string[]; gate_triggers: readonly 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\"]; }>; }; }"
3138
3320
  },
3139
3321
  {
3140
3322
  "classification": "supported",
@@ -3239,19 +3421,19 @@
3239
3421
  "signature": "CliFlagContract[]"
3240
3422
  },
3241
3423
  {
3242
- "classification": "advanced_export",
3424
+ "classification": "supported",
3243
3425
  "kind": "function",
3244
3426
  "name": "createAssurancePreset",
3245
3427
  "signature": "(id: AssurancePresetId, ownerItemId: string) => AssurancePreset | calls: (id: AssurancePresetId, ownerItemId: string) => AssurancePreset"
3246
3428
  },
3247
3429
  {
3248
- "classification": "advanced_export",
3430
+ "classification": "supported",
3249
3431
  "kind": "function",
3250
3432
  "name": "createAssuranceWorkspaceContext",
3251
3433
  "signature": "(pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext> | calls: (pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext>"
3252
3434
  },
3253
3435
  {
3254
- "classification": "advanced_export",
3436
+ "classification": "supported",
3255
3437
  "kind": "interface",
3256
3438
  "name": "CreateAssuranceWorkspaceContextOptions",
3257
3439
  "signature": "export interface CreateAssuranceWorkspaceContextOptions { tree_id?: string; include_history?: boolean; resolve_tree?: boolean; providers?: Readonly<Record<string, AssuranceProviderResolver>>; provider_capabilities?: AssuranceEvaluationContext[\"provider_capabilities\"]; trigger?: string; }"
@@ -3275,7 +3457,7 @@
3275
3457
  "signature": "(shape: Readonly<CorpusShape>) => CorpusShapeMeasurement | calls: (shape: Readonly<CorpusShape>) => CorpusShapeMeasurement"
3276
3458
  },
3277
3459
  {
3278
- "classification": "advanced_export",
3460
+ "classification": "supported",
3279
3461
  "kind": "function",
3280
3462
  "name": "createEmptyAssuranceDocument",
3281
3463
  "signature": "() => AssuranceDocument | calls: () => AssuranceDocument"
@@ -3490,12 +3672,24 @@
3490
3672
  "name": "decodeQueryCursor",
3491
3673
  "signature": "(cursor: unknown, expectedFingerprint: string) => string | calls: (cursor: unknown, expectedFingerprint: string) => string"
3492
3674
  },
3675
+ {
3676
+ "classification": "supported",
3677
+ "kind": "function",
3678
+ "name": "decodeQueryCursorEnvelope",
3679
+ "signature": "(cursor: unknown) => QueryCursorEnvelope | calls: (cursor: unknown) => QueryCursorEnvelope"
3680
+ },
3493
3681
  {
3494
3682
  "classification": "supported",
3495
3683
  "kind": "function",
3496
3684
  "name": "decodeQueryCursorState",
3497
3685
  "signature": "(cursor: unknown, expectedFingerprint: string) => QueryCursorState | calls: (cursor: unknown, expectedFingerprint: string) => QueryCursorState"
3498
3686
  },
3687
+ {
3688
+ "classification": "supported",
3689
+ "kind": "function",
3690
+ "name": "decodeReadOutputContinuationCursor",
3691
+ "signature": "(raw: string) => PmReadOutputCursorEnvelope | calls: (raw: string) => PmReadOutputCursorEnvelope"
3692
+ },
3499
3693
  {
3500
3694
  "classification": "advanced_export",
3501
3695
  "kind": "function",
@@ -3845,7 +4039,7 @@
3845
4039
  "signature": "export interface DepsTreeNode { id: string; title?: string; type?: ItemType; status?: ItemStatus; via?: string; missing: boolean; cycle: boolean; truncated?: boolean; collapsed?: boolean; dependencies: DepsTreeNode[]; }"
3846
4040
  },
3847
4041
  {
3848
- "classification": "advanced_export",
4042
+ "classification": "supported",
3849
4043
  "kind": "function",
3850
4044
  "name": "deriveAssuranceProposals",
3851
4045
  "signature": "(context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]> | calls: (context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]>"
@@ -3862,6 +4056,12 @@
3862
4056
  "name": "derivePmBulkMutationEffect",
3863
4057
  "signature": "(counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt | calls: (counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt"
3864
4058
  },
4059
+ {
4060
+ "classification": "advanced_export",
4061
+ "kind": "function",
4062
+ "name": "derivePmRecoveryReferenceObligations",
4063
+ "signature": "(probeId: string, envelope: unknown) => PmRecoveryReferenceObligation[] | calls: (probeId: string, envelope: unknown) => PmRecoveryReferenceObligation[]"
4064
+ },
3865
4065
  {
3866
4066
  "classification": "advanced_export",
3867
4067
  "kind": "function",
@@ -4126,6 +4326,12 @@
4126
4326
  "name": "encodeQueryCursor",
4127
4327
  "signature": "(fingerprint: string, afterId: string, afterIndex?: number, snapshot?: string) => string | calls: (fingerprint: string, afterId: string, afterIndex?: number, snapshot?: string) => string"
4128
4328
  },
4329
+ {
4330
+ "classification": "supported",
4331
+ "kind": "function",
4332
+ "name": "encodeReadOutputContinuationCursor",
4333
+ "signature": "(cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string | calls: (cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string"
4334
+ },
4129
4335
  {
4130
4336
  "classification": "advanced_export",
4131
4337
  "kind": "function",
@@ -4241,13 +4447,13 @@
4241
4447
  "signature": "export interface EvalResult { k: number; query_count: number; aggregate: { ndcg: number; mrr: number; precision: number; recall: number; }; queries: EvalQueryReport[]; fail_under?: number; passed: boolean; }"
4242
4448
  },
4243
4449
  {
4244
- "classification": "advanced_export",
4450
+ "classification": "supported",
4245
4451
  "kind": "function",
4246
4452
  "name": "evaluateAssuranceAssertion",
4247
4453
  "signature": "(definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict | calls: (definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict"
4248
4454
  },
4249
4455
  {
4250
- "classification": "advanced_export",
4456
+ "classification": "supported",
4251
4457
  "kind": "function",
4252
4458
  "name": "evaluateAssuranceGate",
4253
4459
  "signature": "(gateId: string, document: AssuranceDocument, context: AssuranceEvaluationContext, options: { trigger: AssuranceGateTrigger; dry_run?: boolean; }) => Promise<AssuranceGateVerdict> | calls: (gateId: string, document: AssuranceDocument, context: AssuranceEvaluationContext, options: { trigger: AssuranceGateTrigger; dry_run?: boolean; }) => Promise<AssuranceGateVerdict>"
@@ -4259,7 +4465,7 @@
4259
4465
  "signature": "(input: ContextRankingEvaluationInput) => ContextRankingEvaluation | calls: (input: ContextRankingEvaluationInput) => ContextRankingEvaluation"
4260
4466
  },
4261
4467
  {
4262
- "classification": "advanced_export",
4468
+ "classification": "supported",
4263
4469
  "kind": "function",
4264
4470
  "name": "evaluateMeasurement",
4265
4471
  "signature": "(definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult> | calls: (definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult>"
@@ -4744,6 +4950,18 @@
4744
4950
  "name": "ExtensionHookRegistry",
4745
4951
  "signature": "export interface ExtensionHookRegistry { beforeCommand: Array<RegisteredExtensionHook<BeforeCommandHook>>; beforeMutation: Array<RegisteredExtensionHook<BeforeMutationHook>>; afterCommand: Array<RegisteredExtensionHook<AfterCommandHook>>; onWrite: Array<RegisteredExtensionHook<OnWriteHook>>; onRead: Array<RegisteredExtensionHook<OnReadHook>>; onIndex: Array<RegisteredExtensionHook<OnIndexHook>>; }"
4746
4952
  },
4953
+ {
4954
+ "classification": "supported",
4955
+ "kind": "interface",
4956
+ "name": "ExtensionHostVersionCensus",
4957
+ "signature": "export interface ExtensionHostVersionCensus { host_version: string | null; copies: ExtensionHostVersionCopy[]; mismatches: ExtensionHostVersionCopy[]; warnings: string[]; }"
4958
+ },
4959
+ {
4960
+ "classification": "supported",
4961
+ "kind": "interface",
4962
+ "name": "ExtensionHostVersionCopy",
4963
+ "signature": "export interface ExtensionHostVersionCopy { version: string; path: string; layout: \"host\" | \"npm\" | \"pnpm\" | \"other\"; consumers: string[]; }"
4964
+ },
4747
4965
  {
4748
4966
  "classification": "advanced_export",
4749
4967
  "kind": "interface",
@@ -5116,6 +5334,12 @@
5116
5334
  "name": "FilesResult",
5117
5335
  "signature": "export interface FilesResult { id: string; files: LinkedFile[]; changed: boolean; count: number; migrations_applied?: number; validation?: LinkedPathValidation; }"
5118
5336
  },
5337
+ {
5338
+ "classification": "advanced_export",
5339
+ "kind": "function",
5340
+ "name": "findCoverageDeficits",
5341
+ "signature": "(summary: unknown) => PmCoverageDeficit[] | calls: (summary: unknown) => PmCoverageDeficit[]"
5342
+ },
5119
5343
  {
5120
5344
  "classification": "supported",
5121
5345
  "kind": "function",
@@ -5363,7 +5587,7 @@
5363
5587
  "signature": "() => ExtensionRegistrationRegistry | null | calls: () => ExtensionRegistrationRegistry | null"
5364
5588
  },
5365
5589
  {
5366
- "classification": "advanced_export",
5590
+ "classification": "supported",
5367
5591
  "kind": "function",
5368
5592
  "name": "getAssuranceDeclaration",
5369
5593
  "signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration>"
@@ -5474,7 +5698,7 @@
5474
5698
  "classification": "advanced_export",
5475
5699
  "kind": "interface",
5476
5700
  "name": "GlobalOptions",
5477
- "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; outputRowContract?: boolean; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
5701
+ "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; outputCursor?: string; outputRowContract?: boolean; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
5478
5702
  },
5479
5703
  {
5480
5704
  "classification": "supported",
@@ -5836,11 +6060,17 @@
5836
6060
  "name": "HealthCheck",
5837
6061
  "signature": "export interface HealthCheck { name: \"settings\" | \"directories\" | \"settings_values\" | \"telemetry\" | \"extensions\" | \"storage\" | \"locks\" | \"integrity\" | \"history_drift\" | \"vectorization\"; status: HealthStatus; ok: boolean; details: Record<string, unknown>; }"
5838
6062
  },
6063
+ {
6064
+ "classification": "supported",
6065
+ "kind": "interface",
6066
+ "name": "HealthFinding",
6067
+ "signature": "export interface HealthFinding { warning: string; code: string; check: HealthCheck[\"name\"]; severity: \"advisory\" | \"gate_failing\"; remediation?: string; disposition?: \"no_safe_automatic_remediation\"; }"
6068
+ },
5839
6069
  {
5840
6070
  "classification": "supported",
5841
6071
  "kind": "interface",
5842
6072
  "name": "HealthResult",
5843
- "signature": "export interface HealthResult { ok: boolean; checks: HealthCheck[]; warning_count?: number; warnings: string[]; projection?: { mode: \"brief\" | \"summary\" | \"full\"; warning_count: number; warnings_truncated: boolean; detail_limit: number; omitted_checks?: HealthCheck[\"name\"][]; }; generated_at: string; }"
6073
+ "signature": "export interface HealthResult { ok: boolean; checks: HealthCheck[]; warning_count?: number; warning_limit?: number; warnings_truncated?: boolean; warnings: string[]; findings: HealthFinding[]; failed_because: string[]; projection?: { mode: \"brief\" | \"summary\" | \"full\"; warning_count: number; warnings_truncated: boolean; detail_limit: number; omitted_checks?: HealthCheck[\"name\"][]; }; generated_at: string; }"
5844
6074
  },
5845
6075
  {
5846
6076
  "classification": "supported",
@@ -6074,7 +6304,7 @@
6074
6304
  "classification": "advanced_export",
6075
6305
  "kind": "interface",
6076
6306
  "name": "HistoryRepairAllResult",
6077
- "signature": "export interface HistoryRepairAllResult { all: true; dry_run: boolean; scanned_streams: number; drifted_streams: number; streams: HistoryRepairAllStreamResult[]; totals: { repaired: number; skipped_clean: number; failed: number; }; warnings: string[]; generated_at: string; }"
6307
+ "signature": "export interface HistoryRepairAllResult { all: true; dry_run: boolean; scanned_streams: number; drifted_streams: number; provenance_invalid_streams: number; streams: HistoryRepairAllStreamResult[]; totals: { repaired: number; skipped_clean: number; failed: number; }; warnings: string[]; generated_at: string; }"
6078
6308
  },
6079
6309
  {
6080
6310
  "classification": "advanced_export",
@@ -6086,7 +6316,7 @@
6086
6316
  "classification": "advanced_export",
6087
6317
  "kind": "interface",
6088
6318
  "name": "HistoryRepairCommandOptions",
6089
- "signature": "export interface HistoryRepairCommandOptions { dryRun?: boolean; author?: string; message?: string; force?: boolean; auditOperation?: string; auditContext?: Record<string, unknown>; auditContextById?: Record<string, Record<string, unknown>>; forceAuditEntry?: boolean; }"
6319
+ "signature": "export interface HistoryRepairCommandOptions { dryRun?: boolean; author?: string; message?: string; force?: boolean; auditOperation?: string; auditContext?: Record<string, unknown>; auditContextById?: Record<string, Record<string, unknown>>; forceAuditEntry?: boolean; normalizeProvenance?: boolean; }"
6090
6320
  },
6091
6321
  {
6092
6322
  "classification": "advanced_export",
@@ -6104,7 +6334,7 @@
6104
6334
  "classification": "advanced_export",
6105
6335
  "kind": "interface",
6106
6336
  "name": "HistoryRepairResult",
6107
- "signature": "export interface HistoryRepairResult { id: string; dry_run: boolean; changed: boolean; history: { path: string; entries_scanned: number; chain_drift_before: boolean; entries_rehashed: number; entries_patch_repaired: number; converted_replace_to_add: number; skipped_ops: number; reconciled_with_item: boolean; audit_entry_added: boolean; verify_ok: boolean; verify_errors: string[]; }; item: { exists: boolean; path: string | null; matched_chain_before: boolean | null; }; reconciliation?: HistoryRepairReconciliationReport; warnings: string[]; generated_at: string; }"
6337
+ "signature": "export interface HistoryRepairResult { id: string; dry_run: boolean; changed: boolean; history: { path: string; entries_scanned: number; chain_drift_before: boolean; entries_rehashed: number; entries_patch_repaired: number; converted_replace_to_add: number; skipped_ops: number; reconciled_with_item: boolean; audit_entry_added: boolean; verify_ok: boolean; verify_errors: string[]; item_hash_version_before: number | null; item_hash_version_after: number; version_disposition: \"preserved\" | \"selected_for_ambiguous_stream\"; }; item: { exists: boolean; path: string | null; matched_chain_before: boolean | null; }; provenance_normalization: ProvenanceNormalizationReceipt & { requested: boolean; }; reconciliation?: HistoryRepairReconciliationReport; warnings: string[]; generated_at: string; }"
6108
6338
  },
6109
6339
  {
6110
6340
  "classification": "supported",
@@ -6911,13 +7141,13 @@
6911
7141
  "signature": "(pmRoot: string, preferredFormat?: ItemFormat, typeToFolder?: Record<string, string>, warnings?: string[], schema?: RuntimeSchemaSettings) => Promise<ItemMetadata[]> | calls: (pmRoot: string, preferredFormat?: ItemFormat, typeToFolder?: Record<string, string>, warnings?: string[], schema?: RuntimeSchemaSettings) => Promise<ItemMetadata[]>"
6912
7142
  },
6913
7143
  {
6914
- "classification": "advanced_export",
7144
+ "classification": "supported",
6915
7145
  "kind": "function",
6916
7146
  "name": "listAssuranceDeclarations",
6917
7147
  "signature": "(pmRoot: string, kind: AssuranceDeclarationKind) => Promise<{ items: AssuranceDeclaration[]; count: number; row_contract: { row_keys: [\"items\"]; jq_selector: \".items[]\"; }; }> | calls: (pmRoot: string, kind: AssuranceDeclarationKind) => Promise<{ items: AssuranceDeclaration[]; count: number; row_contract: { row_keys: [\"items\"]; jq_selector: \".items[]\"; }; }>"
6918
7148
  },
6919
7149
  {
6920
- "classification": "advanced_export",
7150
+ "classification": "supported",
6921
7151
  "kind": "function",
6922
7152
  "name": "listAssuranceVerdicts",
6923
7153
  "signature": "(pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]> | calls: (pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]>"
@@ -6955,7 +7185,13 @@
6955
7185
  {
6956
7186
  "classification": "supported",
6957
7187
  "kind": "function",
6958
- "name": "listMergeReceipts",
7188
+ "name": "listInvalidProvenanceHistoryStreamIds",
7189
+ "signature": "(pmRoot: string) => Promise<string[]> | calls: (pmRoot: string) => Promise<string[]>"
7190
+ },
7191
+ {
7192
+ "classification": "supported",
7193
+ "kind": "function",
7194
+ "name": "listMergeReceipts",
6959
7195
  "signature": "(cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; pmRoot?: string; }) => Promise<MergeDecisionReceipt[]> | calls: (cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; pmRoot?: string; }) => Promise<MergeDecisionReceipt[]>"
6960
7196
  },
6961
7197
  {
@@ -7486,6 +7722,18 @@
7486
7722
  "name": "normalizeAnnotationTransportOptions",
7487
7723
  "signature": "(options: Record<string, unknown>) => Record<string, unknown> | calls: (options: Record<string, unknown>) => Record<string, unknown>"
7488
7724
  },
7725
+ {
7726
+ "classification": "supported",
7727
+ "kind": "function",
7728
+ "name": "normalizeAssuranceEvaluation",
7729
+ "signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
7730
+ },
7731
+ {
7732
+ "classification": "supported",
7733
+ "kind": "function",
7734
+ "name": "normalizeAssuranceMutation",
7735
+ "signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
7736
+ },
7489
7737
  {
7490
7738
  "classification": "advanced_export",
7491
7739
  "kind": "function",
@@ -7522,6 +7770,12 @@
7522
7770
  "name": "normalizeExtensionContributionInventory",
7523
7771
  "signature": "(value: unknown) => ExtensionContributionInventory | null | undefined | calls: (value: unknown) => ExtensionContributionInventory | null | undefined"
7524
7772
  },
7773
+ {
7774
+ "classification": "supported",
7775
+ "kind": "function",
7776
+ "name": "normalizeInvalidHistoryProvenance",
7777
+ "signature": "(entries: HistoryEntry[]) => ProvenanceNormalizationResult | calls: (entries: HistoryEntry[]) => ProvenanceNormalizationResult"
7778
+ },
7525
7779
  {
7526
7780
  "classification": "advanced_export",
7527
7781
  "kind": "function",
@@ -8380,6 +8634,12 @@
8380
8634
  "name": "PlanTemplateName",
8381
8635
  "signature": "export type PlanTemplateName = (typeof PLAN_TEMPLATE_NAMES)[number];"
8382
8636
  },
8637
+ {
8638
+ "classification": "supported",
8639
+ "kind": "function",
8640
+ "name": "planUnknownAuthorHistoryAcknowledgment",
8641
+ "signature": "(pmRoot: string, selector: Pick<AcknowledgeUnknownAuthorEventsOptions, \"all_actionable\" | \"events\">, coordinateLimit?: number) => Promise<UnknownAuthorAcknowledgmentPlan> | calls: (pmRoot: string, selector: Pick<AcknowledgeUnknownAuthorEventsOptions, \"events\" | \"all_actionable\">, coordinateLimit?: number) => Promise<UnknownAuthorAcknowledgmentPlan>"
8642
+ },
8383
8643
  {
8384
8644
  "classification": "advanced_export",
8385
8645
  "kind": "function",
@@ -8464,6 +8724,12 @@
8464
8724
  "name": "PM_ERROR_CODE_EXIT_CLASS_CONTRACTS",
8465
8725
  "signature": "readonly [{ readonly exit_code: 1; readonly class: \"generic_failure\"; }, { readonly exit_code: 2; readonly class: \"usage\"; }, { readonly exit_code: 3; readonly class: \"not_found\"; }, { readonly exit_code: 4; readonly class: \"conflict\"; }, { readonly exit_code: 5; readonly class: \"dependency_failed\"; }]"
8466
8726
  },
8727
+ {
8728
+ "classification": "advanced_export",
8729
+ "kind": "value",
8730
+ "name": "PM_EXACT_COVERAGE_METRICS",
8731
+ "signature": "readonly [\"lines\", \"branches\", \"functions\", \"statements\"]"
8732
+ },
8467
8733
  {
8468
8734
  "classification": "contract_data",
8469
8735
  "kind": "value",
@@ -8618,7 +8884,7 @@
8618
8884
  "classification": "supported",
8619
8885
  "kind": "value",
8620
8886
  "name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
8621
- "signature": "readonly [\"--output-session\", \"--output-row-contract\"]"
8887
+ "signature": "readonly [\"--output-session\", \"--output-cursor\", \"--output-row-contract\"]"
8622
8888
  },
8623
8889
  {
8624
8890
  "classification": "supported",
@@ -8668,6 +8934,12 @@
8668
8934
  "name": "PM_READ_ROW_JQ_SELECTOR",
8669
8935
  "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\""
8670
8936
  },
8937
+ {
8938
+ "classification": "advanced_export",
8939
+ "kind": "value",
8940
+ "name": "PM_RECOVERY_REFERENCE_KINDS",
8941
+ "signature": "readonly [\"suggested_retry\", \"candidate_command\", \"example\", \"next_step\", \"migration_hint\", \"restore_with\"]"
8942
+ },
8671
8943
  {
8672
8944
  "classification": "contract_data",
8673
8945
  "kind": "value",
@@ -8768,7 +9040,7 @@
8768
9040
  "classification": "supported",
8769
9041
  "kind": "class",
8770
9042
  "name": "PmClient",
8771
- "signature": "export declare class PmClient { private readonly defaults; constructor(options?: PmClientOptions); static forActiveExtensionHost(options: PmClientOptions): PmClient; run(action: PmActionName, args?: PmClientRunArgs): Promise<unknown>; private runTyped; context<Options extends ReadOptions<ContextOptions> = ContextOptions>(options?: Options): ReadPromise<ContextResult, Options>; listAllItemMetadataLight(): Promise<ItemMetadata[]>; list<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options): ReadPromise<ListResult, Options>; search<Options extends ReadOptions<SearchOptions> = SearchOptions>(query: string, options?: Options): ReadPromise<SearchResult, Options>; get<Options extends ReadOptions<GetOptions> = GetOptions>(id: string, options?: Options): ReadPromise<GetResult, Options>; next<Options extends ReadOptions<NextOptions> = NextOptions>(options?: Options): ReadPromise<NextResult, Options>; aggregate<Options extends ReadOptions<AggregateOptions> = AggregateOptions>(options?: Options): ReadPromise<AggregateResult, Options>; stats<Options extends ReadOptions<StatsCommandOptions> = StatsCommandOptions>(options?: Options): ReadPromise<StatsResult, Options>; duplicates(options?: DuplicatesCommandOptions): Promise<DuplicatesResult>; comments<Options extends ReadOptions<CommentsCommandOptions> = CommentsCommandOptions>(id: string, options?: Options): ReadPromise<CommentsResult, Options>; notes<Options extends ReadOptions<NotesCommandOptions> = NotesCommandOptions>(id: string, options?: Options): ReadPromise<NotesResult, Options>; learnings(id: string, options?: LearningsCommandOptions): Promise<LearningsResult>; files<Options extends ReadOptions<FilesCommandOptions> = FilesCommandOptions>(id: string, options?: Options): ReadPromise<FilesResult, Options>; filesDiscover(id: string, options?: FilesDiscoverOptions): Promise<FilesDiscoverResult>; filesLookup(options: FilesLookupOptions): Promise<FilesLookupResult>; docs<Options extends ReadOptions<DocsCommandOptions> = DocsCommandOptions>(id: string, options?: Options): ReadPromise<DocsResult, Options>; deps<Options extends ReadOptions<DepsCommandOptions> = DepsCommandOptions>(id: string, options?: Options): ReadPromise<DepsResult, Options>; graph<Options extends ReadOptions<GraphCommandOptions> = GraphCommandOptions>(subcommand: GraphSubcommand, ids?: { id?: string; target?: string; }, options?: Options): ReadPromise<GraphResult, Options>; append(id: string, body: string, options?: PmClientFullMutationOptions): Promise<AppendResult>; init(prefix?: string, options?: InitCommandOptions): Promise<InitResult>; config(scope: string, configAction: string, key?: string, value?: string, options?: ConfigCommandOptions): Promise<ConfigResult>; schema(subcommand: SchemaSubcommand, options?: PmActionOptions): Promise<SchemaResult>; schemaList(): Promise<SchemaListResult>; schemaShow(name: string): Promise<SchemaShowResult>; schemaAddType(name: string, options?: SchemaAddTypeCommandOptions): Promise<SchemaAddTypeResult>; schemaRemoveType(name: string, options?: SchemaRemoveTypeCommandOptions): Promise<SchemaRemoveTypeResult>; schemaAddStatus(name: string, options?: SchemaAddStatusCommandOptions): Promise<SchemaAddStatusResult>; schemaRemoveStatus(name: string, options?: SchemaRemoveStatusCommandOptions): Promise<SchemaRemoveStatusResult>; schemaAddField(name: string, options?: SchemaAddFieldCommandOptions): Promise<SchemaAddFieldResult>; schemaRemoveField(name: string, options?: SchemaRemoveFieldCommandOptions): Promise<SchemaRemoveFieldResult>; schemaListFields(): Promise<SchemaListFieldsResult>; schemaShowField(name: string): Promise<SchemaShowFieldResult>; schemaApplyPreset(typePreset: string, options?: SchemaApplyPresetCommandOptions): Promise<SchemaApplyPresetResult>; schemaInferTypes(options?: SchemaAddTypeInferCommandOptions): Promise<SchemaAddTypeInferResult>; schemaRenameType(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaRenameField(from: string, to: string, options: RunSchemaEvolutionMigrationOptions, type?: string): Promise<SchemaEvolutionMigrationResult>; schemaRemapStatus(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaShowStatus(name: string): Promise<SchemaShowStatusResult>; profile(subcommand: ProfileSubcommand, options?: PmActionOptions): Promise<ProfileResult>; profileList(): Promise<ProfileListResult>; profileShow(name: string): Promise<ProfileShowResult>; profileApply(name: string, options?: ProfileApplyCommandOptions): Promise<ProfileApplyResult>; profileLint(name: string): Promise<ProfileLintResult>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts: true; }>(options: Options): ReadPromise<ValidateCountsResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts?: false; } = ValidateCommandOptions & { counts?: false; }>(options?: Options): ReadPromise<ValidateResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions>>(options: Options): ReadPromise<ValidateResult | ValidateCountsResult, Options>; health<Options extends ReadOptions<RunHealthOptions> = RunHealthOptions>(options?: Options): ReadPromise<HealthResult, Options>; gc(options?: GcCommandOptions): Promise<GcResult>; assurance(input: AssuranceActionInput): Promise<AssuranceActionResult>; historyRedact(id: string, options: HistoryRedactCommandOptions): Promise<HistoryRedactResult>; historyRepair(id: string, options?: HistoryRepairCommandOptions): Promise<HistoryRepairResult>; historyRepairAll(options?: HistoryRepairCommandOptions): Promise<HistoryRepairAllResult>; historyCompact(id: string, options?: HistoryCompactCommandOptions): Promise<HistoryCompactResult>; historyCompactBulk(options: HistoryCompactBulkCommandOptions): Promise<HistoryCompactBulkResult>; historyAuthorAcknowledge(options: AcknowledgeUnknownAuthorEventsOptions): Promise<{ acknowledged: number; history_path: string; }>; plan(subcommand: PlanSubcommand, id?: string, options?: PlanCommandOptions, stepRef?: string, reorderTo?: number): Promise<PlanCommandResult>; planCreate(options: PlanCommandOptions): Promise<PlanCommandResult>; planShow(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planAddStep(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUpdateStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planCompleteStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planBlockStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planReorderStep(id: string, stepRef: string, reorderTo: number, options?: PlanCommandOptions): Promise<PlanCommandResult>; planRemoveStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planLink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUnlink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDecision(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDiscovery(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planValidation(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planResume(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planApprove(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planMaterialize(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; create(options?: PmCreateActionOptions): Promise<CreateResult>; update(id: string, options?: PmUpdateActionOptions): Promise<UpdateResult>; close(id: string, reason: string, options?: PmClientCloseActionOptions): Promise<CloseResult>; claim(id: string, options?: PmClientFullMutationOptions): Promise<ClaimResult>; claimNext(options?: ClaimNextOptions): Promise<ClaimNextResult>; release(id: string, options?: PmClientFullMutationOptions): Promise<ReleaseResult>; copy(id: string, options?: PmClientFullMutationOptions): Promise<CopyResult>; delete(id: string, options?: PmClientFullMutationOptions): Promise<DeleteResult>; restore(id: string, target: string, options?: PmClientFullMutationOptions): Promise<RestoreResult>; focus(id?: string, options?: PmClientFullMutationOptions): Promise<FocusResult>; startTask(id: string, options?: PmClientFullMutationOptions): Promise<StartTaskResult>; pauseTask(id: string, options?: PmClientFullMutationOptions): Promise<PauseTaskResult>; closeTask(id: string, reason: string, options?: PmClientFullMutationOptions): Promise<CloseTaskResult>; extension(target?: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionList(options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionActivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionDeactivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; package(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageList(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageInstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageUninstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDoctor(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageManage(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDescribe(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageReload(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageCatalog(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageActivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDeactivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageMigrate(options?: PackageCommandOptions): Promise<PackageCommandResult>; upgrade(target?: string, options?: UpgradeCommandOptions): Promise<UpgradeResult>; }"
9043
+ "signature": "export declare class PmClient { private readonly defaults; constructor(options?: PmClientOptions); static forActiveExtensionHost(options: PmClientOptions): PmClient; run(action: PmActionName, args?: PmClientRunArgs): Promise<unknown>; private runTyped; context<Options extends ReadOptions<ContextOptions> = ContextOptions>(options?: Options): ReadPromise<ContextResult, Options>; listAllItemMetadataLight(): Promise<ItemMetadata[]>; list<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options): ReadPromise<ListResult, Options>; search<Options extends ReadOptions<SearchOptions> = SearchOptions>(query: string, options?: Options): ReadPromise<SearchResult, Options>; get<Options extends ReadOptions<GetOptions> = GetOptions>(id: string, options?: Options): ReadPromise<GetResult, Options>; next<Options extends ReadOptions<NextOptions> = NextOptions>(options?: Options): ReadPromise<NextResult, Options>; aggregate<Options extends ReadOptions<AggregateOptions> = AggregateOptions>(options?: Options): ReadPromise<AggregateResult, Options>; stats<Options extends ReadOptions<StatsCommandOptions> = StatsCommandOptions>(options?: Options): ReadPromise<StatsResult, Options>; duplicates(options?: DuplicatesCommandOptions): Promise<DuplicatesResult>; comments<Options extends ReadOptions<CommentsCommandOptions> = CommentsCommandOptions>(id: string, options?: Options): ReadPromise<CommentsResult, Options>; notes<Options extends ReadOptions<NotesCommandOptions> = NotesCommandOptions>(id: string, options?: Options): ReadPromise<NotesResult, Options>; learnings(id: string, options?: LearningsCommandOptions): Promise<LearningsResult>; files<Options extends ReadOptions<FilesCommandOptions> = FilesCommandOptions>(id: string, options?: Options): ReadPromise<FilesResult, Options>; filesDiscover(id: string, options?: FilesDiscoverOptions): Promise<FilesDiscoverResult>; filesLookup(options: FilesLookupOptions): Promise<FilesLookupResult>; docs<Options extends ReadOptions<DocsCommandOptions> = DocsCommandOptions>(id: string, options?: Options): ReadPromise<DocsResult, Options>; deps<Options extends ReadOptions<DepsCommandOptions> = DepsCommandOptions>(id: string, options?: Options): ReadPromise<DepsResult, Options>; graph<Options extends ReadOptions<GraphCommandOptions> = GraphCommandOptions>(subcommand: GraphSubcommand, ids?: { id?: string; target?: string; }, options?: Options): ReadPromise<GraphResult, Options>; append(id: string, body: string, options?: PmClientFullMutationOptions): Promise<AppendResult>; init(prefix?: string, options?: InitCommandOptions): Promise<InitResult>; config(scope: string, configAction: string, key?: string, value?: string, options?: ConfigCommandOptions): Promise<ConfigResult>; schema(subcommand: SchemaSubcommand, options?: PmActionOptions): Promise<SchemaResult>; schemaList(): Promise<SchemaListResult>; schemaShow(name: string): Promise<SchemaShowResult>; schemaAddType(name: string, options?: SchemaAddTypeCommandOptions): Promise<SchemaAddTypeResult>; schemaRemoveType(name: string, options?: SchemaRemoveTypeCommandOptions): Promise<SchemaRemoveTypeResult>; schemaAddStatus(name: string, options?: SchemaAddStatusCommandOptions): Promise<SchemaAddStatusResult>; schemaRemoveStatus(name: string, options?: SchemaRemoveStatusCommandOptions): Promise<SchemaRemoveStatusResult>; schemaAddField(name: string, options?: SchemaAddFieldCommandOptions): Promise<SchemaAddFieldResult>; schemaRemoveField(name: string, options?: SchemaRemoveFieldCommandOptions): Promise<SchemaRemoveFieldResult>; schemaListFields(): Promise<SchemaListFieldsResult>; schemaShowField(name: string): Promise<SchemaShowFieldResult>; schemaApplyPreset(typePreset: string, options?: SchemaApplyPresetCommandOptions): Promise<SchemaApplyPresetResult>; schemaInferTypes(options?: SchemaAddTypeInferCommandOptions): Promise<SchemaAddTypeInferResult>; schemaRenameType(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaRenameField(from: string, to: string, options: RunSchemaEvolutionMigrationOptions, type?: string): Promise<SchemaEvolutionMigrationResult>; schemaRemapStatus(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaShowStatus(name: string): Promise<SchemaShowStatusResult>; profile(subcommand: ProfileSubcommand, options?: PmActionOptions): Promise<ProfileResult>; profileList(): Promise<ProfileListResult>; profileShow(name: string): Promise<ProfileShowResult>; profileApply(name: string, options?: ProfileApplyCommandOptions): Promise<ProfileApplyResult>; profileLint(name: string): Promise<ProfileLintResult>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts: true; }>(options: Options): ReadPromise<ValidateCountsResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts?: false; } = ValidateCommandOptions & { counts?: false; }>(options?: Options): ReadPromise<ValidateResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions>>(options: Options): ReadPromise<ValidateResult | ValidateCountsResult, Options>; health<Options extends ReadOptions<RunHealthOptions> = RunHealthOptions>(options?: Options): ReadPromise<HealthResult, Options>; gc(options?: GcCommandOptions): Promise<GcResult>; assurance(input: AssuranceActionInput): Promise<AssuranceActionResult>; historyRedact(id: string, options: HistoryRedactCommandOptions): Promise<HistoryRedactResult>; historyRepair(id: string, options?: HistoryRepairCommandOptions): Promise<HistoryRepairResult>; historyRepairAll(options?: HistoryRepairCommandOptions): Promise<HistoryRepairAllResult>; historyCompact(id: string, options?: HistoryCompactCommandOptions): Promise<HistoryCompactResult>; historyCompactBulk(options: HistoryCompactBulkCommandOptions): Promise<HistoryCompactBulkResult>; historyAuthorAcknowledge(options: AcknowledgeUnknownAuthorEventsOptions): Promise<UnknownAuthorAcknowledgmentResult>; plan(subcommand: PlanSubcommand, id?: string, options?: PlanCommandOptions, stepRef?: string, reorderTo?: number): Promise<PlanCommandResult>; planCreate(options: PlanCommandOptions): Promise<PlanCommandResult>; planShow(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planAddStep(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUpdateStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planCompleteStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planBlockStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planReorderStep(id: string, stepRef: string, reorderTo: number, options?: PlanCommandOptions): Promise<PlanCommandResult>; planRemoveStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planLink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUnlink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDecision(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDiscovery(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planValidation(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planResume(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planApprove(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planMaterialize(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; create(options?: PmCreateActionOptions): Promise<CreateResult>; update(id: string, options?: PmUpdateActionOptions): Promise<UpdateResult>; close(id: string, reason: string, options?: PmClientCloseActionOptions): Promise<CloseResult>; claim(id: string, options?: PmClientFullMutationOptions): Promise<ClaimResult>; claimNext(options?: ClaimNextOptions): Promise<ClaimNextResult>; release(id: string, options?: PmClientFullMutationOptions): Promise<ReleaseResult>; copy(id: string, options?: PmClientFullMutationOptions): Promise<CopyResult>; delete(id: string, options?: PmClientFullMutationOptions): Promise<DeleteResult>; restore(id: string, target: string, options?: PmClientFullMutationOptions): Promise<RestoreResult>; focus(id?: string, options?: PmClientFullMutationOptions): Promise<FocusResult>; startTask(id: string, options?: PmClientFullMutationOptions): Promise<StartTaskResult>; pauseTask(id: string, options?: PmClientFullMutationOptions): Promise<PauseTaskResult>; closeTask(id: string, reason: string, options?: PmClientFullMutationOptions): Promise<CloseTaskResult>; extension(target?: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionList(options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionActivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionDeactivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; package(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageList(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageInstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageUninstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDoctor(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageManage(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDescribe(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageReload(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageCatalog(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageActivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDeactivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageMigrate(options?: PackageCommandOptions): Promise<PackageCommandResult>; upgrade(target?: string, options?: UpgradeCommandOptions): Promise<UpgradeResult>; }"
8772
9044
  },
8773
9045
  {
8774
9046
  "classification": "advanced_export",
@@ -8810,13 +9082,13 @@
8810
9082
  "classification": "advanced_export",
8811
9083
  "kind": "interface",
8812
9084
  "name": "PmCliErrorContext",
8813
- "signature": "export interface PmCliErrorContext { code?: string; reason?: string; field?: string; format?: string; format_version?: number; type?: string; required?: string; why?: string; resolved_path?: string; requested_path?: string; suggested_path?: string; examples?: string[]; nextSteps?: string[]; unmatched?: string[]; unresolved_targets?: string[]; valid_range?: { first_version: number | null; last_version: number | null; first_timestamp: string | null; last_timestamp: string | null; }; recovery?: PmCliErrorRecoveryPayload; }"
9085
+ "signature": "export interface PmCliErrorContext { code?: string; reason?: string; field?: string; gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; check?: string; format?: string; format_version?: number; type?: string; required?: string; why?: string; resolved_path?: string; requested_path?: string; suggested_path?: string; examples?: string[]; nextSteps?: string[]; unmatched?: string[]; verification_errors?: string[]; unresolved_targets?: string[]; valid_range?: { first_version: number | null; last_version: number | null; first_timestamp: string | null; last_timestamp: string | null; }; recovery?: PmCliErrorRecoveryPayload; }"
8814
9086
  },
8815
9087
  {
8816
9088
  "classification": "advanced_export",
8817
9089
  "kind": "interface",
8818
9090
  "name": "PmCliErrorRecoveryPayload",
8819
- "signature": "export interface PmCliErrorRecoveryPayload { recovery_mode?: \"compact\"; attempted_command?: string; normalized_args?: string[]; parsed_positionals?: Array<{ role: string; value: string; }>; provided_fields?: string[]; missing?: string[]; missing_required_fields?: string[]; suggested_flags?: string[]; allowed_values?: string[]; candidate_commands?: string[]; candidate_commands_total?: number; candidate_commands_truncated?: boolean; suggested_retry?: string; retry_after_ms?: number; fallback_candidates?: Array<{ source: string; command: string; reason: string; }>; next_best_command?: string; }"
9091
+ "signature": "export interface PmCliErrorRecoveryPayload { recovery_mode?: \"compact\"; attempted_command?: string; normalized_args?: string[]; parsed_positionals?: Array<{ role: string; value: string; }>; provided_fields?: string[]; missing?: string[]; missing_required_fields?: string[]; suggested_flags?: string[]; allowed_values?: string[]; candidate_commands?: string[]; candidate_commands_total?: number; candidate_commands_truncated?: boolean; option_scope?: \"declared_on_path\" | \"declared_elsewhere\" | \"declared_nowhere\"; suggested_retry?: string; retry_after_ms?: number; fallback_candidates?: Array<{ source: string; command: string; reason: string; }>; next_best_command?: string; }"
8820
9092
  },
8821
9093
  {
8822
9094
  "classification": "advanced_export",
@@ -8956,6 +9228,12 @@
8956
9228
  "name": "PmContextIntentSource",
8957
9229
  "signature": "export type PmContextIntentSource = \"core\" | \"package\" | \"workspace\";"
8958
9230
  },
9231
+ {
9232
+ "classification": "advanced_export",
9233
+ "kind": "interface",
9234
+ "name": "PmCoverageDeficit",
9235
+ "signature": "export interface PmCoverageDeficit { file: string; metric: PmExactCoverageMetric; uncovered: number; covered: number; total: number; }"
9236
+ },
8959
9237
  {
8960
9238
  "classification": "contract_data",
8961
9239
  "kind": "type",
@@ -8980,6 +9258,12 @@
8980
9258
  "name": "PmErrorCodeStability",
8981
9259
  "signature": "export type PmErrorCodeStability = \"provisional\" | \"stable\";"
8982
9260
  },
9261
+ {
9262
+ "classification": "advanced_export",
9263
+ "kind": "type",
9264
+ "name": "PmExactCoverageMetric",
9265
+ "signature": "export type PmExactCoverageMetric = (typeof PM_EXACT_COVERAGE_METRICS)[number];"
9266
+ },
8983
9267
  {
8984
9268
  "classification": "contract_data",
8985
9269
  "kind": "type",
@@ -9134,7 +9418,19 @@
9134
9418
  "classification": "supported",
9135
9419
  "kind": "interface",
9136
9420
  "name": "PmReadOutputBudgetExceeded",
9137
- "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
9421
+ "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
9422
+ },
9423
+ {
9424
+ "classification": "supported",
9425
+ "kind": "interface",
9426
+ "name": "PmReadOutputContinuation",
9427
+ "signature": "export interface PmReadOutputContinuation { path: string; cursor: string; retained_rows: number; remaining_rows: number; total_rows: number; }"
9428
+ },
9429
+ {
9430
+ "classification": "supported",
9431
+ "kind": "interface",
9432
+ "name": "PmReadOutputCursorEnvelope",
9433
+ "signature": "export interface PmReadOutputCursorEnvelope { version: 1; command: PmReadOutputSurface; path: string; offset: number; total_rows: number; fingerprint: string; }"
9138
9434
  },
9139
9435
  {
9140
9436
  "classification": "supported",
@@ -9164,7 +9460,7 @@
9164
9460
  "classification": "supported",
9165
9461
  "kind": "interface",
9166
9462
  "name": "PmReadOutputOptions",
9167
- "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputRowContract?: boolean; }"
9463
+ "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputCursor?: string; outputRowContract?: boolean; }"
9168
9464
  },
9169
9465
  {
9170
9466
  "classification": "supported",
@@ -9182,7 +9478,7 @@
9182
9478
  "classification": "supported",
9183
9479
  "kind": "type",
9184
9480
  "name": "PmReadOutputResultFor",
9185
- "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
9481
+ "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : \"outputCursor\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
9186
9482
  },
9187
9483
  {
9188
9484
  "classification": "advanced_export",
@@ -9218,13 +9514,55 @@
9218
9514
  "classification": "supported",
9219
9515
  "kind": "interface",
9220
9516
  "name": "PmReadOutputSurfaceContract",
9221
- "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
9517
+ "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
9222
9518
  },
9223
9519
  {
9224
9520
  "classification": "contract_data",
9225
9521
  "kind": "interface",
9226
9522
  "name": "PmReadOutputTruncationDisclosure",
9227
- "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; restore_with: string; }"
9523
+ "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; continuation_cursor_rebased: boolean; continuation_available: boolean; recovery_budget_multiplier: 1; continuations: PmReadOutputContinuation[]; restore_with: string; recovery: { cursor: string; cli: \"--output-cursor\"; sdk: \"outputCursor\"; mcp: \"outputCursor\"; } | { cli: string; sdk: { outputBudget: number; }; mcp: { outputBudget: number; }; }; }"
9524
+ },
9525
+ {
9526
+ "classification": "advanced_export",
9527
+ "kind": "interface",
9528
+ "name": "PmRecoveryReferenceFinding",
9529
+ "signature": "export interface PmRecoveryReferenceFinding { kind: \"duplicate_obligation\" | \"duplicate_observation\" | \"missing_observation\" | \"unreachable_reference\" | \"wrong_semantics\" | \"undeclared_observation\"; reference_id: string; detail: string; }"
9530
+ },
9531
+ {
9532
+ "classification": "advanced_export",
9533
+ "kind": "type",
9534
+ "name": "PmRecoveryReferenceKind",
9535
+ "signature": "export type PmRecoveryReferenceKind = (typeof PM_RECOVERY_REFERENCE_KINDS)[number];"
9536
+ },
9537
+ {
9538
+ "classification": "advanced_export",
9539
+ "kind": "interface",
9540
+ "name": "PmRecoveryReferenceKindCoverage",
9541
+ "signature": "export interface PmRecoveryReferenceKindCoverage { kind: PmRecoveryReferenceKind; declared: number; observed: number; passed: number; }"
9542
+ },
9543
+ {
9544
+ "classification": "advanced_export",
9545
+ "kind": "interface",
9546
+ "name": "PmRecoveryReferenceObligation",
9547
+ "signature": "export interface PmRecoveryReferenceObligation { id: string; probe_id: string; kind: PmRecoveryReferenceKind; semantics: PmRecoveryReferenceSemantics; value: string; }"
9548
+ },
9549
+ {
9550
+ "classification": "advanced_export",
9551
+ "kind": "interface",
9552
+ "name": "PmRecoveryReferenceObservation",
9553
+ "signature": "export interface PmRecoveryReferenceObservation { id: string; reachable: boolean; proof: \"executed\" | \"declared_command_path\" | \"linked_execution\"; semantics: PmRecoveryReferenceSemantics; }"
9554
+ },
9555
+ {
9556
+ "classification": "advanced_export",
9557
+ "kind": "interface",
9558
+ "name": "PmRecoveryReferenceReport",
9559
+ "signature": "export interface PmRecoveryReferenceReport { ok: boolean; declared_reference_count: number; observed_reference_count: number; pass_fraction: number; coverage_by_kind: PmRecoveryReferenceKindCoverage[]; findings: PmRecoveryReferenceFinding[]; }"
9560
+ },
9561
+ {
9562
+ "classification": "advanced_export",
9563
+ "kind": "type",
9564
+ "name": "PmRecoveryReferenceSemantics",
9565
+ "signature": "export type PmRecoveryReferenceSemantics = \"recovery\" | \"replacement\" | \"behavior_preserving\";"
9228
9566
  },
9229
9567
  {
9230
9568
  "classification": "advanced_export",
@@ -9701,7 +10039,7 @@
9701
10039
  "signature": "(result: ValidateResult) => ValidateCountsResult | calls: (result: ValidateResult) => ValidateCountsResult"
9702
10040
  },
9703
10041
  {
9704
- "classification": "advanced_export",
10042
+ "classification": "supported",
9705
10043
  "kind": "function",
9706
10044
  "name": "promoteAssuranceAssertion",
9707
10045
  "signature": "(pmRoot: string, definition: AssuranceAssertionDefinition, enforcement: Exclude<AssuranceEnforcement, \"observe\">, options?: { author?: string; message?: string; }) => Promise<Awaited<ReturnType<typeof putAssuranceDeclaration>>> | calls: (pmRoot: string, definition: AssuranceAssertionDefinition, enforcement: Exclude<AssuranceEnforcement, \"observe\">, options?: { author?: string; message?: string; }) => Promise<Awaited<ReturnType<typeof putAssuranceDeclaration>>>"
@@ -9712,6 +10050,18 @@
9712
10050
  "name": "ProvenanceCoverageAnalytics",
9713
10051
  "signature": "export interface ProvenanceCoverageAnalytics { descriptors: AgentProvenanceDescriptorCoverage[]; observations: AgentProvenanceDimensionCoverage[]; inert: Array<{ harness: string; dimension: string; explicit_samples: number; }>; undeclared: string[]; warnings: string[]; window: HistoryAnalyticsWindowReceipt; }"
9714
10052
  },
10053
+ {
10054
+ "classification": "supported",
10055
+ "kind": "interface",
10056
+ "name": "ProvenanceNormalizationReceipt",
10057
+ "signature": "export interface ProvenanceNormalizationReceipt { changed: boolean; events_changed: number; observations_removed: number; invalid_values: ProvenanceValueHealthFinding[]; }"
10058
+ },
10059
+ {
10060
+ "classification": "supported",
10061
+ "kind": "interface",
10062
+ "name": "ProvenanceNormalizationResult",
10063
+ "signature": "export interface ProvenanceNormalizationResult { entries: HistoryEntry[]; receipt: ProvenanceNormalizationReceipt; }"
10064
+ },
9715
10065
  {
9716
10066
  "classification": "supported",
9717
10067
  "kind": "interface",
@@ -9737,13 +10087,13 @@
9737
10087
  "signature": "(cacheRoot: string, currentGeneration: string) => CompileCachePruneResult | calls: (cacheRoot: string, currentGeneration: string) => CompileCachePruneResult"
9738
10088
  },
9739
10089
  {
9740
- "classification": "advanced_export",
10090
+ "classification": "supported",
9741
10091
  "kind": "function",
9742
10092
  "name": "putAssuranceDeclaration",
9743
10093
  "signature": "(pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
9744
10094
  },
9745
10095
  {
9746
- "classification": "advanced_export",
10096
+ "classification": "supported",
9747
10097
  "kind": "function",
9748
10098
  "name": "putAssuranceDeclarationBundle",
9749
10099
  "signature": "(pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt>"
@@ -9754,6 +10104,12 @@
9754
10104
  "name": "QUERY_CURSOR_CONTRACT",
9755
10105
  "signature": "Readonly<{ version: 1; max_length: 4096; }>"
9756
10106
  },
10107
+ {
10108
+ "classification": "supported",
10109
+ "kind": "interface",
10110
+ "name": "QueryCursorEnvelope",
10111
+ "signature": "export interface QueryCursorEnvelope { version: number; fingerprint: string; after_id: string; after_index?: number; snapshot?: string; }"
10112
+ },
9757
10113
  {
9758
10114
  "classification": "supported",
9759
10115
  "kind": "interface",
@@ -10037,7 +10393,7 @@
10037
10393
  "signature": "(item: AfterCommandAffectedItem) => void | calls: (item: AfterCommandAffectedItem) => void"
10038
10394
  },
10039
10395
  {
10040
- "classification": "advanced_export",
10396
+ "classification": "supported",
10041
10397
  "kind": "function",
10042
10398
  "name": "recordAssuranceVerdict",
10043
10399
  "signature": "(pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void> | calls: (pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void>"
@@ -10877,7 +11233,7 @@
10877
11233
  "signature": "export interface ReminderShortcutOptions extends SchedulingShortcutCommonOptions { at?: string; text?: string; }"
10878
11234
  },
10879
11235
  {
10880
- "classification": "advanced_export",
11236
+ "classification": "supported",
10881
11237
  "kind": "function",
10882
11238
  "name": "removeAssuranceDeclaration",
10883
11239
  "signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
@@ -11753,13 +12109,13 @@
11753
12109
  "signature": "(id: string, options: AppendCommandOptions, global: GlobalOptions) => Promise<AppendResult> | calls: (id: string, options: AppendCommandOptions, global: GlobalOptions) => Promise<AppendResult>"
11754
12110
  },
11755
12111
  {
11756
- "classification": "advanced_export",
12112
+ "classification": "supported",
11757
12113
  "kind": "function",
11758
12114
  "name": "runAssuranceAction",
11759
- "signature": "(input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">) => Promise<AssuranceActionResult> | calls: (input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">) => Promise<AssuranceActionResult>"
12115
+ "signature": "(input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult> | calls: (input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult>"
11760
12116
  },
11761
12117
  {
11762
- "classification": "advanced_export",
12118
+ "classification": "supported",
11763
12119
  "kind": "function",
11764
12120
  "name": "runAssuranceDispatch",
11765
12121
  "signature": "(args: Record<string, unknown>, options: Record<string, unknown>, global: GlobalOptions) => Promise<AssuranceActionResult> | calls: (args: Record<string, unknown>, options: Record<string, unknown>, global: GlobalOptions) => Promise<AssuranceActionResult>"
@@ -12490,6 +12846,12 @@
12490
12846
  "name": "saveGraphAuditBaseline",
12491
12847
  "signature": "(pmRoot: string, snapshot: RelationshipAuditSnapshot) => Promise<void> | calls: (pmRoot: string, snapshot: RelationshipAuditSnapshot) => Promise<void>"
12492
12848
  },
12849
+ {
12850
+ "classification": "supported",
12851
+ "kind": "function",
12852
+ "name": "scanExtensionHostVersions",
12853
+ "signature": "(loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus> | calls: (loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus>"
12854
+ },
12493
12855
  {
12494
12856
  "classification": "supported",
12495
12857
  "kind": "value",
@@ -13324,6 +13686,12 @@
13324
13686
  "name": "similarityAdvisoryWarnings",
13325
13687
  "signature": "(advisory: SimilarityAdvisory | undefined) => string[] | calls: (advisory: SimilarityAdvisory | undefined) => string[]"
13326
13688
  },
13689
+ {
13690
+ "classification": "advanced_export",
13691
+ "kind": "function",
13692
+ "name": "sliceReadOutputRowCollection",
13693
+ "signature": "(result: Record<string, unknown>, rowPath: string, offset: number) => Record<string, unknown> | calls: (result: Record<string, unknown>, rowPath: string, offset: number) => Record<string, unknown>"
13694
+ },
13327
13695
  {
13328
13696
  "classification": "advanced_export",
13329
13697
  "kind": "value",
@@ -13892,7 +14260,7 @@
13892
14260
  "classification": "supported",
13893
14261
  "kind": "function",
13894
14262
  "name": "toContextRankingSummary",
13895
- "signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary"
14263
+ "signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary"
13896
14264
  },
13897
14265
  {
13898
14266
  "classification": "advanced_export",
@@ -14170,6 +14538,24 @@
14170
14538
  "name": "UNKNOWN_SUBCOMMAND_COMPATIBILITY_CODES",
14171
14539
  "signature": "readonly [{ readonly code: \"unknown_lifecycle_action\"; }]"
14172
14540
  },
14541
+ {
14542
+ "classification": "supported",
14543
+ "kind": "interface",
14544
+ "name": "UnknownAuthorAcknowledgmentPlan",
14545
+ "signature": "export interface UnknownAuthorAcknowledgmentPlan { selection: { kind: \"events\" | \"all_actionable\"; }; selected_count: number; actionable_count: number; already_acknowledged_count: number; omitted_count: number; coordinates: UnknownAuthorAcknowledgmentPlanCoordinate[]; plan_fingerprint: string; }"
14546
+ },
14547
+ {
14548
+ "classification": "supported",
14549
+ "kind": "interface",
14550
+ "name": "UnknownAuthorAcknowledgmentPlanCoordinate",
14551
+ "signature": "export interface UnknownAuthorAcknowledgmentPlanCoordinate extends UnknownAuthorHistoryEvent { source_event_hash: string; disposition: \"actionable\" | \"already_acknowledged\"; }"
14552
+ },
14553
+ {
14554
+ "classification": "supported",
14555
+ "kind": "interface",
14556
+ "name": "UnknownAuthorAcknowledgmentResult",
14557
+ "signature": "export interface UnknownAuthorAcknowledgmentResult { dry_run: boolean; mutated: boolean; acknowledged: number; outcome: \"preview\" | \"effect\" | \"no_effect\" | \"partial_effect\"; exit_code: 0 | 6 | 7; plan: UnknownAuthorAcknowledgmentPlan; history_path?: string; }"
14558
+ },
14173
14559
  {
14174
14560
  "classification": "supported",
14175
14561
  "kind": "interface",
@@ -14321,13 +14707,13 @@
14321
14707
  "signature": "CliFlagContract[]"
14322
14708
  },
14323
14709
  {
14324
- "classification": "advanced_export",
14710
+ "classification": "supported",
14325
14711
  "kind": "function",
14326
14712
  "name": "validateAssertionDefinition",
14327
14713
  "signature": "(definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition | calls: (definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition"
14328
14714
  },
14329
14715
  {
14330
- "classification": "advanced_export",
14716
+ "classification": "supported",
14331
14717
  "kind": "function",
14332
14718
  "name": "validateAssuranceDocument",
14333
14719
  "signature": "(document: AssuranceDocument) => AssuranceDocument | calls: (document: AssuranceDocument) => AssuranceDocument"
@@ -14363,7 +14749,7 @@
14363
14749
  "signature": "export interface ValidateFixesSummary { mode: \"apply\" | \"dry_run\"; auto_fix: boolean; prune_missing: boolean; granted_fix_scopes: string[]; planned_count: number; applied_count: number; gated_count: number; failed_count: number; planned_fixes: Array<Record<string, unknown>>; applied_fixes: Array<Record<string, unknown>>; gated_fixes: Array<Record<string, unknown>>; failed_fixes: Array<Record<string, unknown>>; }"
14364
14750
  },
14365
14751
  {
14366
- "classification": "advanced_export",
14752
+ "classification": "supported",
14367
14753
  "kind": "function",
14368
14754
  "name": "validateGateDefinition",
14369
14755
  "signature": "(definition: AssuranceGateDefinition) => AssuranceGateDefinition | calls: (definition: AssuranceGateDefinition) => AssuranceGateDefinition"
@@ -14381,7 +14767,7 @@
14381
14767
  "signature": "(paths: string[], workspaceRoot?: string) => Promise<LinkedPathValidation> | calls: (paths: string[], workspaceRoot?: string) => Promise<LinkedPathValidation>"
14382
14768
  },
14383
14769
  {
14384
- "classification": "advanced_export",
14770
+ "classification": "supported",
14385
14771
  "kind": "function",
14386
14772
  "name": "validateMeasurementDefinition",
14387
14773
  "signature": "(definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition | calls: (definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition"
@@ -14500,6 +14886,12 @@
14500
14886
  "name": "verifyHistoryEntries",
14501
14887
  "signature": "(history: HistoryEntry[], currentDocument?: ItemDocument) => HistoryVerificationResult | calls: (history: HistoryEntry[], currentDocument?: ItemDocument) => HistoryVerificationResult"
14502
14888
  },
14889
+ {
14890
+ "classification": "advanced_export",
14891
+ "kind": "function",
14892
+ "name": "verifyPmRecoveryReferences",
14893
+ "signature": "(obligations: readonly PmRecoveryReferenceObligation[], observations: readonly PmRecoveryReferenceObservation[]) => PmRecoveryReferenceReport | calls: (obligations: readonly PmRecoveryReferenceObligation[], observations: readonly PmRecoveryReferenceObservation[]) => PmRecoveryReferenceReport"
14894
+ },
14503
14895
  {
14504
14896
  "classification": "advanced_export",
14505
14897
  "kind": "function",
@@ -16480,6 +16872,12 @@
16480
16872
  "name": "decodeContextIntentCursor",
16481
16873
  "signature": "(cursor: string) => ContextIntentCursorEnvelope | undefined | calls: (cursor: string) => ContextIntentCursorEnvelope | undefined"
16482
16874
  },
16875
+ {
16876
+ "classification": "contract_data",
16877
+ "kind": "function",
16878
+ "name": "decodeReadOutputContinuationCursor",
16879
+ "signature": "(raw: string) => PmReadOutputCursorEnvelope | calls: (raw: string) => PmReadOutputCursorEnvelope"
16880
+ },
16483
16881
  {
16484
16882
  "classification": "contract_data",
16485
16883
  "kind": "function",
@@ -16528,6 +16926,12 @@
16528
16926
  "name": "DUPLICATES_FLAG_CONTRACTS",
16529
16927
  "signature": "CliFlagContract[]"
16530
16928
  },
16929
+ {
16930
+ "classification": "contract_data",
16931
+ "kind": "function",
16932
+ "name": "encodeReadOutputContinuationCursor",
16933
+ "signature": "(cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string | calls: (cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string"
16934
+ },
16531
16935
  {
16532
16936
  "classification": "contract_data",
16533
16937
  "kind": "function",
@@ -17066,7 +17470,7 @@
17066
17470
  "classification": "contract_data",
17067
17471
  "kind": "value",
17068
17472
  "name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
17069
- "signature": "readonly [\"--output-session\", \"--output-row-contract\"]"
17473
+ "signature": "readonly [\"--output-session\", \"--output-cursor\", \"--output-row-contract\"]"
17070
17474
  },
17071
17475
  {
17072
17476
  "classification": "contract_data",
@@ -17390,7 +17794,19 @@
17390
17794
  "classification": "contract_data",
17391
17795
  "kind": "interface",
17392
17796
  "name": "PmReadOutputBudgetExceeded",
17393
- "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
17797
+ "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
17798
+ },
17799
+ {
17800
+ "classification": "contract_data",
17801
+ "kind": "interface",
17802
+ "name": "PmReadOutputContinuation",
17803
+ "signature": "export interface PmReadOutputContinuation { path: string; cursor: string; retained_rows: number; remaining_rows: number; total_rows: number; }"
17804
+ },
17805
+ {
17806
+ "classification": "contract_data",
17807
+ "kind": "interface",
17808
+ "name": "PmReadOutputCursorEnvelope",
17809
+ "signature": "export interface PmReadOutputCursorEnvelope { version: 1; command: PmReadOutputSurface; path: string; offset: number; total_rows: number; fingerprint: string; }"
17394
17810
  },
17395
17811
  {
17396
17812
  "classification": "contract_data",
@@ -17420,7 +17836,7 @@
17420
17836
  "classification": "contract_data",
17421
17837
  "kind": "interface",
17422
17838
  "name": "PmReadOutputOptions",
17423
- "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputRowContract?: boolean; }"
17839
+ "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputCursor?: string; outputRowContract?: boolean; }"
17424
17840
  },
17425
17841
  {
17426
17842
  "classification": "contract_data",
@@ -17438,7 +17854,7 @@
17438
17854
  "classification": "contract_data",
17439
17855
  "kind": "type",
17440
17856
  "name": "PmReadOutputResultFor",
17441
- "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
17857
+ "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : \"outputCursor\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
17442
17858
  },
17443
17859
  {
17444
17860
  "classification": "contract_data",
@@ -17462,13 +17878,13 @@
17462
17878
  "classification": "contract_data",
17463
17879
  "kind": "interface",
17464
17880
  "name": "PmReadOutputSurfaceContract",
17465
- "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
17881
+ "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
17466
17882
  },
17467
17883
  {
17468
17884
  "classification": "contract_data",
17469
17885
  "kind": "interface",
17470
17886
  "name": "PmReadOutputTruncationDisclosure",
17471
- "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; restore_with: string; }"
17887
+ "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; continuation_cursor_rebased: boolean; continuation_available: boolean; recovery_budget_multiplier: 1; continuations: PmReadOutputContinuation[]; restore_with: string; recovery: { cursor: string; cli: \"--output-cursor\"; sdk: \"outputCursor\"; mcp: \"outputCursor\"; } | { cli: string; sdk: { outputBudget: number; }; mcp: { outputBudget: number; }; }; }"
17472
17888
  },
17473
17889
  {
17474
17890
  "classification": "contract_data",
@@ -18250,6 +18666,12 @@
18250
18666
  "name": "CURRENT_ITEM_FORMAT_VERSION",
18251
18667
  "signature": "1"
18252
18668
  },
18669
+ {
18670
+ "classification": "supported",
18671
+ "kind": "function",
18672
+ "name": "decodeReadOutputContinuationCursor",
18673
+ "signature": "(raw: string) => PmReadOutputCursorEnvelope | calls: (raw: string) => PmReadOutputCursorEnvelope"
18674
+ },
18253
18675
  {
18254
18676
  "classification": "supported",
18255
18677
  "kind": "function",
@@ -18352,6 +18774,12 @@
18352
18774
  "name": "emptyImportedDocument",
18353
18775
  "signature": "() => ItemDocument | calls: () => ItemDocument"
18354
18776
  },
18777
+ {
18778
+ "classification": "supported",
18779
+ "kind": "function",
18780
+ "name": "encodeReadOutputContinuationCursor",
18781
+ "signature": "(cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string | calls: (cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string"
18782
+ },
18355
18783
  {
18356
18784
  "classification": "supported",
18357
18785
  "kind": "function",
@@ -18650,7 +19078,7 @@
18650
19078
  "classification": "supported",
18651
19079
  "kind": "value",
18652
19080
  "name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
18653
- "signature": "readonly [\"--output-session\", \"--output-row-contract\"]"
19081
+ "signature": "readonly [\"--output-session\", \"--output-cursor\", \"--output-row-contract\"]"
18654
19082
  },
18655
19083
  {
18656
19084
  "classification": "supported",
@@ -18692,7 +19120,7 @@
18692
19120
  "classification": "supported",
18693
19121
  "kind": "class",
18694
19122
  "name": "PmClient",
18695
- "signature": "export declare class PmClient { private readonly defaults; constructor(options?: PmClientOptions); static forActiveExtensionHost(options: PmClientOptions): PmClient; run(action: PmActionName, args?: PmClientRunArgs): Promise<unknown>; private runTyped; context<Options extends ReadOptions<ContextOptions> = ContextOptions>(options?: Options): ReadPromise<ContextResult, Options>; listAllItemMetadataLight(): Promise<ItemMetadata[]>; list<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options): ReadPromise<ListResult, Options>; search<Options extends ReadOptions<SearchOptions> = SearchOptions>(query: string, options?: Options): ReadPromise<SearchResult, Options>; get<Options extends ReadOptions<GetOptions> = GetOptions>(id: string, options?: Options): ReadPromise<GetResult, Options>; next<Options extends ReadOptions<NextOptions> = NextOptions>(options?: Options): ReadPromise<NextResult, Options>; aggregate<Options extends ReadOptions<AggregateOptions> = AggregateOptions>(options?: Options): ReadPromise<AggregateResult, Options>; stats<Options extends ReadOptions<StatsCommandOptions> = StatsCommandOptions>(options?: Options): ReadPromise<StatsResult, Options>; duplicates(options?: DuplicatesCommandOptions): Promise<DuplicatesResult>; comments<Options extends ReadOptions<CommentsCommandOptions> = CommentsCommandOptions>(id: string, options?: Options): ReadPromise<CommentsResult, Options>; notes<Options extends ReadOptions<NotesCommandOptions> = NotesCommandOptions>(id: string, options?: Options): ReadPromise<NotesResult, Options>; learnings(id: string, options?: LearningsCommandOptions): Promise<LearningsResult>; files<Options extends ReadOptions<FilesCommandOptions> = FilesCommandOptions>(id: string, options?: Options): ReadPromise<FilesResult, Options>; filesDiscover(id: string, options?: FilesDiscoverOptions): Promise<FilesDiscoverResult>; filesLookup(options: FilesLookupOptions): Promise<FilesLookupResult>; docs<Options extends ReadOptions<DocsCommandOptions> = DocsCommandOptions>(id: string, options?: Options): ReadPromise<DocsResult, Options>; deps<Options extends ReadOptions<DepsCommandOptions> = DepsCommandOptions>(id: string, options?: Options): ReadPromise<DepsResult, Options>; graph<Options extends ReadOptions<GraphCommandOptions> = GraphCommandOptions>(subcommand: GraphSubcommand, ids?: { id?: string; target?: string; }, options?: Options): ReadPromise<GraphResult, Options>; append(id: string, body: string, options?: PmClientFullMutationOptions): Promise<AppendResult>; init(prefix?: string, options?: InitCommandOptions): Promise<InitResult>; config(scope: string, configAction: string, key?: string, value?: string, options?: ConfigCommandOptions): Promise<ConfigResult>; schema(subcommand: SchemaSubcommand, options?: PmActionOptions): Promise<SchemaResult>; schemaList(): Promise<SchemaListResult>; schemaShow(name: string): Promise<SchemaShowResult>; schemaAddType(name: string, options?: SchemaAddTypeCommandOptions): Promise<SchemaAddTypeResult>; schemaRemoveType(name: string, options?: SchemaRemoveTypeCommandOptions): Promise<SchemaRemoveTypeResult>; schemaAddStatus(name: string, options?: SchemaAddStatusCommandOptions): Promise<SchemaAddStatusResult>; schemaRemoveStatus(name: string, options?: SchemaRemoveStatusCommandOptions): Promise<SchemaRemoveStatusResult>; schemaAddField(name: string, options?: SchemaAddFieldCommandOptions): Promise<SchemaAddFieldResult>; schemaRemoveField(name: string, options?: SchemaRemoveFieldCommandOptions): Promise<SchemaRemoveFieldResult>; schemaListFields(): Promise<SchemaListFieldsResult>; schemaShowField(name: string): Promise<SchemaShowFieldResult>; schemaApplyPreset(typePreset: string, options?: SchemaApplyPresetCommandOptions): Promise<SchemaApplyPresetResult>; schemaInferTypes(options?: SchemaAddTypeInferCommandOptions): Promise<SchemaAddTypeInferResult>; schemaRenameType(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaRenameField(from: string, to: string, options: RunSchemaEvolutionMigrationOptions, type?: string): Promise<SchemaEvolutionMigrationResult>; schemaRemapStatus(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaShowStatus(name: string): Promise<SchemaShowStatusResult>; profile(subcommand: ProfileSubcommand, options?: PmActionOptions): Promise<ProfileResult>; profileList(): Promise<ProfileListResult>; profileShow(name: string): Promise<ProfileShowResult>; profileApply(name: string, options?: ProfileApplyCommandOptions): Promise<ProfileApplyResult>; profileLint(name: string): Promise<ProfileLintResult>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts: true; }>(options: Options): ReadPromise<ValidateCountsResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts?: false; } = ValidateCommandOptions & { counts?: false; }>(options?: Options): ReadPromise<ValidateResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions>>(options: Options): ReadPromise<ValidateResult | ValidateCountsResult, Options>; health<Options extends ReadOptions<RunHealthOptions> = RunHealthOptions>(options?: Options): ReadPromise<HealthResult, Options>; gc(options?: GcCommandOptions): Promise<GcResult>; assurance(input: AssuranceActionInput): Promise<AssuranceActionResult>; historyRedact(id: string, options: HistoryRedactCommandOptions): Promise<HistoryRedactResult>; historyRepair(id: string, options?: HistoryRepairCommandOptions): Promise<HistoryRepairResult>; historyRepairAll(options?: HistoryRepairCommandOptions): Promise<HistoryRepairAllResult>; historyCompact(id: string, options?: HistoryCompactCommandOptions): Promise<HistoryCompactResult>; historyCompactBulk(options: HistoryCompactBulkCommandOptions): Promise<HistoryCompactBulkResult>; historyAuthorAcknowledge(options: AcknowledgeUnknownAuthorEventsOptions): Promise<{ acknowledged: number; history_path: string; }>; plan(subcommand: PlanSubcommand, id?: string, options?: PlanCommandOptions, stepRef?: string, reorderTo?: number): Promise<PlanCommandResult>; planCreate(options: PlanCommandOptions): Promise<PlanCommandResult>; planShow(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planAddStep(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUpdateStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planCompleteStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planBlockStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planReorderStep(id: string, stepRef: string, reorderTo: number, options?: PlanCommandOptions): Promise<PlanCommandResult>; planRemoveStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planLink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUnlink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDecision(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDiscovery(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planValidation(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planResume(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planApprove(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planMaterialize(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; create(options?: PmCreateActionOptions): Promise<CreateResult>; update(id: string, options?: PmUpdateActionOptions): Promise<UpdateResult>; close(id: string, reason: string, options?: PmClientCloseActionOptions): Promise<CloseResult>; claim(id: string, options?: PmClientFullMutationOptions): Promise<ClaimResult>; claimNext(options?: ClaimNextOptions): Promise<ClaimNextResult>; release(id: string, options?: PmClientFullMutationOptions): Promise<ReleaseResult>; copy(id: string, options?: PmClientFullMutationOptions): Promise<CopyResult>; delete(id: string, options?: PmClientFullMutationOptions): Promise<DeleteResult>; restore(id: string, target: string, options?: PmClientFullMutationOptions): Promise<RestoreResult>; focus(id?: string, options?: PmClientFullMutationOptions): Promise<FocusResult>; startTask(id: string, options?: PmClientFullMutationOptions): Promise<StartTaskResult>; pauseTask(id: string, options?: PmClientFullMutationOptions): Promise<PauseTaskResult>; closeTask(id: string, reason: string, options?: PmClientFullMutationOptions): Promise<CloseTaskResult>; extension(target?: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionList(options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionActivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionDeactivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; package(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageList(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageInstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageUninstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDoctor(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageManage(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDescribe(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageReload(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageCatalog(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageActivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDeactivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageMigrate(options?: PackageCommandOptions): Promise<PackageCommandResult>; upgrade(target?: string, options?: UpgradeCommandOptions): Promise<UpgradeResult>; }"
19123
+ "signature": "export declare class PmClient { private readonly defaults; constructor(options?: PmClientOptions); static forActiveExtensionHost(options: PmClientOptions): PmClient; run(action: PmActionName, args?: PmClientRunArgs): Promise<unknown>; private runTyped; context<Options extends ReadOptions<ContextOptions> = ContextOptions>(options?: Options): ReadPromise<ContextResult, Options>; listAllItemMetadataLight(): Promise<ItemMetadata[]>; list<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options): ReadPromise<ListResult, Options>; search<Options extends ReadOptions<SearchOptions> = SearchOptions>(query: string, options?: Options): ReadPromise<SearchResult, Options>; get<Options extends ReadOptions<GetOptions> = GetOptions>(id: string, options?: Options): ReadPromise<GetResult, Options>; next<Options extends ReadOptions<NextOptions> = NextOptions>(options?: Options): ReadPromise<NextResult, Options>; aggregate<Options extends ReadOptions<AggregateOptions> = AggregateOptions>(options?: Options): ReadPromise<AggregateResult, Options>; stats<Options extends ReadOptions<StatsCommandOptions> = StatsCommandOptions>(options?: Options): ReadPromise<StatsResult, Options>; duplicates(options?: DuplicatesCommandOptions): Promise<DuplicatesResult>; comments<Options extends ReadOptions<CommentsCommandOptions> = CommentsCommandOptions>(id: string, options?: Options): ReadPromise<CommentsResult, Options>; notes<Options extends ReadOptions<NotesCommandOptions> = NotesCommandOptions>(id: string, options?: Options): ReadPromise<NotesResult, Options>; learnings(id: string, options?: LearningsCommandOptions): Promise<LearningsResult>; files<Options extends ReadOptions<FilesCommandOptions> = FilesCommandOptions>(id: string, options?: Options): ReadPromise<FilesResult, Options>; filesDiscover(id: string, options?: FilesDiscoverOptions): Promise<FilesDiscoverResult>; filesLookup(options: FilesLookupOptions): Promise<FilesLookupResult>; docs<Options extends ReadOptions<DocsCommandOptions> = DocsCommandOptions>(id: string, options?: Options): ReadPromise<DocsResult, Options>; deps<Options extends ReadOptions<DepsCommandOptions> = DepsCommandOptions>(id: string, options?: Options): ReadPromise<DepsResult, Options>; graph<Options extends ReadOptions<GraphCommandOptions> = GraphCommandOptions>(subcommand: GraphSubcommand, ids?: { id?: string; target?: string; }, options?: Options): ReadPromise<GraphResult, Options>; append(id: string, body: string, options?: PmClientFullMutationOptions): Promise<AppendResult>; init(prefix?: string, options?: InitCommandOptions): Promise<InitResult>; config(scope: string, configAction: string, key?: string, value?: string, options?: ConfigCommandOptions): Promise<ConfigResult>; schema(subcommand: SchemaSubcommand, options?: PmActionOptions): Promise<SchemaResult>; schemaList(): Promise<SchemaListResult>; schemaShow(name: string): Promise<SchemaShowResult>; schemaAddType(name: string, options?: SchemaAddTypeCommandOptions): Promise<SchemaAddTypeResult>; schemaRemoveType(name: string, options?: SchemaRemoveTypeCommandOptions): Promise<SchemaRemoveTypeResult>; schemaAddStatus(name: string, options?: SchemaAddStatusCommandOptions): Promise<SchemaAddStatusResult>; schemaRemoveStatus(name: string, options?: SchemaRemoveStatusCommandOptions): Promise<SchemaRemoveStatusResult>; schemaAddField(name: string, options?: SchemaAddFieldCommandOptions): Promise<SchemaAddFieldResult>; schemaRemoveField(name: string, options?: SchemaRemoveFieldCommandOptions): Promise<SchemaRemoveFieldResult>; schemaListFields(): Promise<SchemaListFieldsResult>; schemaShowField(name: string): Promise<SchemaShowFieldResult>; schemaApplyPreset(typePreset: string, options?: SchemaApplyPresetCommandOptions): Promise<SchemaApplyPresetResult>; schemaInferTypes(options?: SchemaAddTypeInferCommandOptions): Promise<SchemaAddTypeInferResult>; schemaRenameType(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaRenameField(from: string, to: string, options: RunSchemaEvolutionMigrationOptions, type?: string): Promise<SchemaEvolutionMigrationResult>; schemaRemapStatus(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaShowStatus(name: string): Promise<SchemaShowStatusResult>; profile(subcommand: ProfileSubcommand, options?: PmActionOptions): Promise<ProfileResult>; profileList(): Promise<ProfileListResult>; profileShow(name: string): Promise<ProfileShowResult>; profileApply(name: string, options?: ProfileApplyCommandOptions): Promise<ProfileApplyResult>; profileLint(name: string): Promise<ProfileLintResult>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts: true; }>(options: Options): ReadPromise<ValidateCountsResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts?: false; } = ValidateCommandOptions & { counts?: false; }>(options?: Options): ReadPromise<ValidateResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions>>(options: Options): ReadPromise<ValidateResult | ValidateCountsResult, Options>; health<Options extends ReadOptions<RunHealthOptions> = RunHealthOptions>(options?: Options): ReadPromise<HealthResult, Options>; gc(options?: GcCommandOptions): Promise<GcResult>; assurance(input: AssuranceActionInput): Promise<AssuranceActionResult>; historyRedact(id: string, options: HistoryRedactCommandOptions): Promise<HistoryRedactResult>; historyRepair(id: string, options?: HistoryRepairCommandOptions): Promise<HistoryRepairResult>; historyRepairAll(options?: HistoryRepairCommandOptions): Promise<HistoryRepairAllResult>; historyCompact(id: string, options?: HistoryCompactCommandOptions): Promise<HistoryCompactResult>; historyCompactBulk(options: HistoryCompactBulkCommandOptions): Promise<HistoryCompactBulkResult>; historyAuthorAcknowledge(options: AcknowledgeUnknownAuthorEventsOptions): Promise<UnknownAuthorAcknowledgmentResult>; plan(subcommand: PlanSubcommand, id?: string, options?: PlanCommandOptions, stepRef?: string, reorderTo?: number): Promise<PlanCommandResult>; planCreate(options: PlanCommandOptions): Promise<PlanCommandResult>; planShow(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planAddStep(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUpdateStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planCompleteStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planBlockStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planReorderStep(id: string, stepRef: string, reorderTo: number, options?: PlanCommandOptions): Promise<PlanCommandResult>; planRemoveStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planLink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUnlink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDecision(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDiscovery(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planValidation(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planResume(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planApprove(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planMaterialize(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; create(options?: PmCreateActionOptions): Promise<CreateResult>; update(id: string, options?: PmUpdateActionOptions): Promise<UpdateResult>; close(id: string, reason: string, options?: PmClientCloseActionOptions): Promise<CloseResult>; claim(id: string, options?: PmClientFullMutationOptions): Promise<ClaimResult>; claimNext(options?: ClaimNextOptions): Promise<ClaimNextResult>; release(id: string, options?: PmClientFullMutationOptions): Promise<ReleaseResult>; copy(id: string, options?: PmClientFullMutationOptions): Promise<CopyResult>; delete(id: string, options?: PmClientFullMutationOptions): Promise<DeleteResult>; restore(id: string, target: string, options?: PmClientFullMutationOptions): Promise<RestoreResult>; focus(id?: string, options?: PmClientFullMutationOptions): Promise<FocusResult>; startTask(id: string, options?: PmClientFullMutationOptions): Promise<StartTaskResult>; pauseTask(id: string, options?: PmClientFullMutationOptions): Promise<PauseTaskResult>; closeTask(id: string, reason: string, options?: PmClientFullMutationOptions): Promise<CloseTaskResult>; extension(target?: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionList(options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionActivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionDeactivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; package(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageList(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageInstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageUninstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDoctor(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageManage(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDescribe(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageReload(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageCatalog(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageActivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDeactivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageMigrate(options?: PackageCommandOptions): Promise<PackageCommandResult>; upgrade(target?: string, options?: UpgradeCommandOptions): Promise<UpgradeResult>; }"
18696
19124
  },
18697
19125
  {
18698
19126
  "classification": "supported",
@@ -18710,7 +19138,19 @@
18710
19138
  "classification": "supported",
18711
19139
  "kind": "interface",
18712
19140
  "name": "PmReadOutputBudgetExceeded",
18713
- "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
19141
+ "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
19142
+ },
19143
+ {
19144
+ "classification": "supported",
19145
+ "kind": "interface",
19146
+ "name": "PmReadOutputContinuation",
19147
+ "signature": "export interface PmReadOutputContinuation { path: string; cursor: string; retained_rows: number; remaining_rows: number; total_rows: number; }"
19148
+ },
19149
+ {
19150
+ "classification": "supported",
19151
+ "kind": "interface",
19152
+ "name": "PmReadOutputCursorEnvelope",
19153
+ "signature": "export interface PmReadOutputCursorEnvelope { version: 1; command: PmReadOutputSurface; path: string; offset: number; total_rows: number; fingerprint: string; }"
18714
19154
  },
18715
19155
  {
18716
19156
  "classification": "supported",
@@ -18728,7 +19168,7 @@
18728
19168
  "classification": "supported",
18729
19169
  "kind": "interface",
18730
19170
  "name": "PmReadOutputOptions",
18731
- "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputRowContract?: boolean; }"
19171
+ "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputCursor?: string; outputRowContract?: boolean; }"
18732
19172
  },
18733
19173
  {
18734
19174
  "classification": "supported",
@@ -18746,7 +19186,7 @@
18746
19186
  "classification": "supported",
18747
19187
  "kind": "type",
18748
19188
  "name": "PmReadOutputResultFor",
18749
- "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
19189
+ "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : \"outputCursor\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
18750
19190
  },
18751
19191
  {
18752
19192
  "classification": "supported",
@@ -18776,7 +19216,7 @@
18776
19216
  "classification": "supported",
18777
19217
  "kind": "interface",
18778
19218
  "name": "PmReadOutputSurfaceContract",
18779
- "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
19219
+ "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
18780
19220
  },
18781
19221
  {
18782
19222
  "classification": "supported",
@@ -19070,7 +19510,7 @@
19070
19510
  "classification": "supported",
19071
19511
  "kind": "value",
19072
19512
  "name": "_testOnlyHealthCommand",
19073
- "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; }"
19513
+ "signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildHealthFindings: typeof buildHealthFindings; 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; }"
19074
19514
  },
19075
19515
  {
19076
19516
  "classification": "supported",
@@ -19084,129 +19524,579 @@
19084
19524
  "name": "_testOnlyValidateCommand",
19085
19525
  "signature": "{ applyValidateFix: typeof applyValidateFix; applyValidateFixes: typeof applyValidateFixes; attachValidateFixHints: typeof attachValidateFixHints; buildCommandReferencesCheck: typeof buildCommandReferencesCheck; buildDependencyReferencesCheck: typeof buildDependencyReferencesCheck; buildCloseReasonBackfillRows: typeof buildCloseReasonBackfillRows; buildFilesCheck: typeof buildFilesCheck; buildLifecycleCheck: typeof buildLifecycleCheck; buildLifecycleDependencyGraph: typeof buildLifecycleDependencyGraph; buildLifecycleParentGraph: typeof buildLifecycleParentGraph; buildEstimateBackfillRows: typeof buildEstimateBackfillRows; buildMetadataCounts: typeof buildMetadataCounts; buildMissingFieldOccurrences: typeof buildMissingFieldOccurrences; buildOrphanedPathRows: typeof buildOrphanedPathRows; classifyOrphanedPath: typeof classifyOrphanedPath; collectDefaultProjectFileCandidates: typeof collectDefaultProjectFileCandidates; collectTrackedGitFileCandidates: typeof collectTrackedGitFileCandidates; detectLifecycleDependencyCycles: typeof detectLifecycleDependencyCycles; detectLifecycleParentCycles: typeof detectLifecycleParentCycles; escapeRegExp: typeof escapeRegExp; extractItemIds: typeof extractItemIds; findLifecycleDependencyCycleComponents: typeof findLifecycleDependencyCycleComponents; isMetadataFieldMissing: typeof isMetadataFieldMissing; linkedArtifactPathExceedsFilesystemLimits: typeof linkedArtifactPathExceedsFilesystemLimits; listFilesRecursive: typeof listFilesRecursive; resolveDependencyCycleSeverity: typeof resolveDependencyCycleSeverity; resolveParentCycleSeverity: typeof resolveParentCycleSeverity; resolveFileScanMode: typeof resolveFileScanMode; resolveLifecycleDependencyCycleSamplePath: typeof resolveLifecycleDependencyCycleSamplePath; resolveRequestedChecks: typeof resolveRequestedChecks; resolveValidateMetadataProfile: typeof resolveValidateMetadataProfile; resolveWorkspaceRoot: typeof resolveWorkspaceRoot; sharedDirectoryPrefixLength: typeof sharedDirectoryPrefixLength; summarizeOrphanedPathRows: typeof summarizeOrphanedPathRows; summarizeDuplicateIssueCodes: typeof summarizeDuplicateIssueCodes; toMeaningfulString: typeof toMeaningfulString; }"
19086
19526
  },
19527
+ {
19528
+ "classification": "supported",
19529
+ "kind": "function",
19530
+ "name": "acceptAssuranceProposals",
19531
+ "signature": "(pmRoot: string, proposals: readonly AssuranceDerivedProposal[], options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, proposals: readonly AssuranceDerivedProposal[], options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt>"
19532
+ },
19087
19533
  {
19088
19534
  "classification": "supported",
19089
19535
  "kind": "interface",
19090
19536
  "name": "AcknowledgeUnknownAuthorEventsOptions",
19091
- "signature": "export interface AcknowledgeUnknownAuthorEventsOptions { events?: UnknownAuthorHistoryEvent[]; all_actionable?: boolean; attributed_author: string; reviewer: string; reason: string; }"
19537
+ "signature": "export interface AcknowledgeUnknownAuthorEventsOptions { events?: UnknownAuthorHistoryEvent[]; all_actionable?: boolean; attributed_author?: string; reviewer?: string; reason?: string; dry_run?: boolean; plan_fingerprint?: string; coordinate_limit?: number; }"
19092
19538
  },
19093
19539
  {
19094
19540
  "classification": "supported",
19095
19541
  "kind": "function",
19096
19542
  "name": "acknowledgeUnknownAuthorHistoryEvents",
19097
- "signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }>"
19543
+ "signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<UnknownAuthorAcknowledgmentResult> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<UnknownAuthorAcknowledgmentResult>"
19098
19544
  },
19099
19545
  {
19100
19546
  "classification": "supported",
19101
19547
  "kind": "function",
19102
19548
  "name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
19103
- "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; }>"
19104
- },
19105
- {
19106
- "classification": "supported",
19107
- "kind": "value",
19108
- "name": "classifyHistoryAuthorEvent",
19109
- "signature": "(parsed: unknown) => \"actionable_unknown\" | \"attributed\" | \"legacy_unknown\" | calls: (parsed: unknown) => \"attributed\" | \"legacy_unknown\" | \"actionable_unknown\""
19549
+ "signature": "(pmRoot: string, input: Record<string, unknown>) => Promise<UnknownAuthorAcknowledgmentResult> | calls: (pmRoot: string, input: Record<string, unknown>) => Promise<UnknownAuthorAcknowledgmentResult>"
19110
19550
  },
19111
19551
  {
19112
19552
  "classification": "supported",
19113
- "kind": "interface",
19114
- "name": "DuplicateCluster",
19115
- "signature": "export interface DuplicateCluster { id: string; items: Omit<SimilarItemMatch, \"score\" | \"reason\">[]; matches: DuplicateClusterMatch[]; max_score: number; }"
19553
+ "kind": "function",
19554
+ "name": "applyAssurancePreset",
19555
+ "signature": "(pmRoot: string, id: AssurancePresetId, ownerItemId: string, options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, id: AssurancePresetId, ownerItemId: string, options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt>"
19116
19556
  },
19117
19557
  {
19118
19558
  "classification": "supported",
19119
- "kind": "interface",
19120
- "name": "DuplicateClusterMatch",
19121
- "signature": "export interface DuplicateClusterMatch { left_id: string; right_id: string; score: number; reason: SimilarItemMatch[\"reason\"]; }"
19559
+ "kind": "value",
19560
+ "name": "ASSURANCE_ACTIONS",
19561
+ "signature": "readonly [\"list\", \"show\", \"put\", \"remove\", \"run\", \"verdicts\", \"presets\", \"apply\", \"derive\", \"promote\"]"
19122
19562
  },
19123
19563
  {
19124
19564
  "classification": "supported",
19125
- "kind": "interface",
19126
- "name": "DuplicateClustersResult",
19127
- "signature": "export interface DuplicateClustersResult { clusters: DuplicateCluster[]; count: number; threshold: number; source: \"metadata_scan\"; filters: { statuses: string[] | null; since: string | null; }; cost: { item_count: number; candidate_pairs: number; scored_pairs: number; }; }"
19565
+ "kind": "value",
19566
+ "name": "ASSURANCE_DECLARATION_KINDS",
19567
+ "signature": "readonly [\"measurement\", \"assertion\", \"gate\"]"
19128
19568
  },
19129
19569
  {
19130
19570
  "classification": "supported",
19131
- "kind": "interface",
19132
- "name": "DuplicateItemIdRow",
19133
- "signature": "export interface DuplicateItemIdRow { id: string; paths: string[]; }"
19571
+ "kind": "value",
19572
+ "name": "ASSURANCE_DOCUMENT_VERSION",
19573
+ "signature": "1"
19134
19574
  },
19135
19575
  {
19136
19576
  "classification": "supported",
19137
- "kind": "function",
19138
- "name": "evaluateMutationGuard",
19139
- "signature": "(options: EvaluateMutationGuardOptions) => MutationGuardResult | calls: (options: EvaluateMutationGuardOptions) => MutationGuardResult"
19577
+ "kind": "value",
19578
+ "name": "ASSURANCE_GATE_TRIGGERS",
19579
+ "signature": "readonly [\"pre-commit\", \"pre-push\", \"pre-merge\", \"ci\", \"pre-release\", \"post-release\", \"scheduled\", \"on-claim\", \"on-close\"]"
19140
19580
  },
19141
19581
  {
19142
19582
  "classification": "supported",
19143
- "kind": "interface",
19144
- "name": "EvaluateMutationGuardOptions",
19145
- "signature": "export interface EvaluateMutationGuardOptions { author: string; payload: unknown; settings: MutationGuardSettings; force?: boolean; }"
19583
+ "kind": "value",
19584
+ "name": "ASSURANCE_MEASUREMENT_SOURCE_KINDS",
19585
+ "signature": "readonly [\"items\", \"dependency_kind\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
19146
19586
  },
19147
19587
  {
19148
19588
  "classification": "supported",
19149
- "kind": "function",
19150
- "name": "evaluateSimilarityGovernance",
19151
- "signature": "(candidate: SimilarItemCandidate, options: FindSimilarItemsOptions & { mode: \"advisory\" | \"off\" | \"strict\"; allowDuplicate?: boolean; }) => Promise<SimilarityAdvisory | undefined> | calls: (candidate: SimilarItemCandidate, options: FindSimilarItemsOptions & { mode: \"off\" | \"advisory\" | \"strict\"; allowDuplicate?: boolean; }) => Promise<SimilarityAdvisory | undefined>"
19589
+ "kind": "value",
19590
+ "name": "ASSURANCE_PRESET_IDS",
19591
+ "signature": "readonly [\"software-delivery\", \"research\", \"agent-evaluation\", \"operations\"]"
19152
19592
  },
19153
19593
  {
19154
19594
  "classification": "supported",
19155
- "kind": "function",
19156
- "name": "findDuplicateClusters",
19157
- "signature": "(options?: FindDuplicateClustersOptions) => Promise<DuplicateClustersResult> | calls: (options?: FindDuplicateClustersOptions) => Promise<DuplicateClustersResult>"
19595
+ "kind": "type",
19596
+ "name": "AssuranceAction",
19597
+ "signature": "export type AssuranceAction = (typeof ASSURANCE_ACTIONS)[number];"
19158
19598
  },
19159
19599
  {
19160
19600
  "classification": "supported",
19161
19601
  "kind": "interface",
19162
- "name": "FindDuplicateClustersOptions",
19163
- "signature": "export interface FindDuplicateClustersOptions extends FindSimilarItemsOptions { statuses?: readonly string[]; since?: string; }"
19602
+ "name": "AssuranceActionInput",
19603
+ "signature": "export interface AssuranceActionInput { action: string; kind?: string; id?: string; definition?: unknown; trigger?: string; tree?: string; gate?: string; limit?: number | string; dry_run?: boolean; fullChangedFields?: boolean; idOnly?: boolean; author?: string; message?: string; preset?: string; owner?: string; apply?: boolean; enforcement?: string; }"
19164
19604
  },
19165
19605
  {
19166
19606
  "classification": "supported",
19167
- "kind": "function",
19168
- "name": "findSimilarItems",
19169
- "signature": "(candidate: SimilarItemCandidate, options?: FindSimilarItemsOptions) => Promise<SimilarItemsResult> | calls: (candidate: SimilarItemCandidate, options?: FindSimilarItemsOptions) => Promise<SimilarItemsResult>"
19607
+ "kind": "type",
19608
+ "name": "AssuranceActionResult",
19609
+ "signature": "export type AssuranceActionResult = AssuranceDeclaration | AssuranceMutationReceipt | AssuranceGateVerdict | AssuranceBundleMutationReceipt | AssurancePreset | { items: AssuranceDerivedProposal[]; count: number; applied?: AssuranceBundleMutationReceipt; } | { items: Array<{ id: AssurancePresetId; title: string; description: string; }>; count: number; row_contract: { row_keys: [ \"items\" ]; jq_selector: \".items[]\"; }; } | { id: string; } | { items: AssuranceDeclaration[]; count: number; row_contract: { row_keys: [ \"items\" ]; jq_selector: \".items[]\"; }; } | { items: AssuranceGateVerdict[]; count: number; row_contract: { row_keys: [ \"items\" ]; jq_selector: \".items[]\"; }; };"
19170
19610
  },
19171
19611
  {
19172
19612
  "classification": "supported",
19173
19613
  "kind": "interface",
19174
- "name": "FindSimilarItemsOptions",
19175
- "signature": "export interface FindSimilarItemsOptions { pmRoot?: string; cwd?: string; limit?: number; threshold?: number; }"
19614
+ "name": "AssuranceActionRuntimeOptions",
19615
+ "signature": "export interface AssuranceActionRuntimeOptions { workspace?: Omit<CreateAssuranceWorkspaceContextOptions, \"tree_id\" | \"trigger\">; }"
19176
19616
  },
19177
19617
  {
19178
19618
  "classification": "supported",
19179
19619
  "kind": "interface",
19180
- "name": "GcCheckpointsSummary",
19181
- "signature": "export interface GcCheckpointsSummary { scanned: number; removed: number; retained: number; retention_days: number; }"
19620
+ "name": "AssuranceArithmeticExpression",
19621
+ "signature": "export interface AssuranceArithmeticExpression { operator: \"add\" | \"subtract\" | \"multiply\" | \"divide\" | \"min\" | \"max\"; operands: AssuranceDerivedExpression[]; }"
19182
19622
  },
19183
19623
  {
19184
19624
  "classification": "supported",
19185
19625
  "kind": "interface",
19186
- "name": "GcCommandOptions",
19187
- "signature": "export interface GcCommandOptions { dryRun?: boolean; scope?: string[]; }"
19626
+ "name": "AssuranceAssertionDefinition",
19627
+ "signature": "export interface AssuranceAssertionDefinition { id: string; measurement_id: string; owner_item_id: string; scope: AssuranceScope; ceiling?: number; floor?: number; equals?: AssuranceValue; zero?: true; monotone_nondecreasing?: number; monotone_nonincreasing?: number; subset_of?: string[]; lifetime?: AssuranceLifetime; retire_reason?: string; enforcement: AssuranceEnforcement; negative_control: AssuranceNegativeControl; authorization_decision?: string; }"
19188
19628
  },
19189
19629
  {
19190
19630
  "classification": "supported",
19191
- "kind": "interface",
19192
- "name": "GcLocksSummary",
19193
- "signature": "export interface GcLocksSummary { scanned: number; removed: number; retained: number; }"
19631
+ "kind": "function",
19632
+ "name": "assuranceAssertionUpdateIsLoosening",
19633
+ "signature": "(before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean | calls: (before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean"
19194
19634
  },
19195
19635
  {
19196
19636
  "classification": "supported",
19197
19637
  "kind": "interface",
19198
- "name": "GcResult",
19199
- "signature": "export interface GcResult { ok: boolean; dry_run: boolean; scope: GcScope[]; removed: string[]; retained: string[]; warnings: string[]; guidance: string[]; locks?: GcLocksSummary; checkpoints?: GcCheckpointsSummary; transactions?: GcTransactionsSummary; generated_at: string; }"
19638
+ "name": "AssuranceAssertionVerdict",
19639
+ "signature": "export interface AssuranceAssertionVerdict { assertion_id: string; measurement_id: string; measurement_definition_fingerprint: string; scope: AssuranceScope; population_size: number; observed: AssuranceValue; bound: AssuranceBound; distance: number | null; verdict: \"pass\" | \"fail\" | \"retired\"; enforcement: AssuranceEnforcement; negative_control_proven: boolean; cost: AssuranceMeasurementCost; contributors: string[]; }"
19200
19640
  },
19201
19641
  {
19202
19642
  "classification": "supported",
19203
19643
  "kind": "interface",
19204
- "name": "GcTransactionsSummary",
19205
- "signature": "export interface GcTransactionsSummary { scanned: number; removed: number; retained: number; retention_days: number; }"
19644
+ "name": "AssuranceBound",
19645
+ "signature": "export interface AssuranceBound { polarity: \"ceiling\" | \"floor\" | \"equals\" | \"zero\" | \"monotone_nondecreasing\" | \"monotone_nonincreasing\" | \"subset_of\"; value: AssuranceValue; }"
19206
19646
  },
19207
19647
  {
19208
19648
  "classification": "supported",
19209
- "kind": "function",
19649
+ "kind": "interface",
19650
+ "name": "AssuranceBundleMutationReceipt",
19651
+ "signature": "export interface AssuranceBundleMutationReceipt { changed: boolean; created_ids: string[]; unchanged_ids: string[]; }"
19652
+ },
19653
+ {
19654
+ "classification": "supported",
19655
+ "kind": "type",
19656
+ "name": "AssuranceDeclaration",
19657
+ "signature": "export type AssuranceDeclaration = AssuranceMeasurementDefinition | AssuranceAssertionDefinition | AssuranceGateDefinition;"
19658
+ },
19659
+ {
19660
+ "classification": "supported",
19661
+ "kind": "interface",
19662
+ "name": "AssuranceDeclarationBundle",
19663
+ "signature": "export interface AssuranceDeclarationBundle { measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
19664
+ },
19665
+ {
19666
+ "classification": "supported",
19667
+ "kind": "type",
19668
+ "name": "AssuranceDeclarationKind",
19669
+ "signature": "export type AssuranceDeclarationKind = \"measurement\" | \"assertion\" | \"gate\";"
19670
+ },
19671
+ {
19672
+ "classification": "supported",
19673
+ "kind": "interface",
19674
+ "name": "AssuranceDependencyKindSource",
19675
+ "signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; }"
19676
+ },
19677
+ {
19678
+ "classification": "supported",
19679
+ "kind": "interface",
19680
+ "name": "AssuranceDependencyRecord",
19681
+ "signature": "export interface AssuranceDependencyRecord { id: string; kind: string; }"
19682
+ },
19683
+ {
19684
+ "classification": "supported",
19685
+ "kind": "type",
19686
+ "name": "AssuranceDerivedExpression",
19687
+ "signature": "export type AssuranceDerivedExpression = AssuranceMeasurementReference | AssuranceLiteralExpression | AssuranceArithmeticExpression;"
19688
+ },
19689
+ {
19690
+ "classification": "supported",
19691
+ "kind": "interface",
19692
+ "name": "AssuranceDerivedProposal",
19693
+ "signature": "export interface AssuranceDerivedProposal { id: string; population_size: number; scope: AssuranceScope; observed: number; declarations: AssuranceDeclarationBundle; }"
19694
+ },
19695
+ {
19696
+ "classification": "supported",
19697
+ "kind": "interface",
19698
+ "name": "AssuranceDerivedSource",
19699
+ "signature": "export interface AssuranceDerivedSource { kind: \"derived\"; expression: AssuranceDerivedExpression; }"
19700
+ },
19701
+ {
19702
+ "classification": "supported",
19703
+ "kind": "interface",
19704
+ "name": "AssuranceDocument",
19705
+ "signature": "export interface AssuranceDocument { version: typeof ASSURANCE_DOCUMENT_VERSION; measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
19706
+ },
19707
+ {
19708
+ "classification": "supported",
19709
+ "kind": "type",
19710
+ "name": "AssuranceEnforcement",
19711
+ "signature": "export type AssuranceEnforcement = \"block\" | \"warn\" | \"observe\";"
19712
+ },
19713
+ {
19714
+ "classification": "supported",
19715
+ "kind": "interface",
19716
+ "name": "AssuranceEvaluationContext",
19717
+ "signature": "export interface AssuranceEvaluationContext { tree_id: string; items: AssuranceItemRecord[]; history: AssuranceHistoryRecord[]; terminal_statuses?: string[]; provider_capabilities?: Readonly<Record<string, { cost_class: AssuranceProviderCostClass; network: boolean; }>>; external: (source: AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceProviderSource) => Promise<AssuranceExternalMeasurementResult>; }"
19718
+ },
19719
+ {
19720
+ "classification": "supported",
19721
+ "kind": "interface",
19722
+ "name": "AssuranceEvaluationRefusalContext",
19723
+ "signature": "export interface AssuranceEvaluationRefusalContext { gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; field?: string; check?: string; }"
19724
+ },
19725
+ {
19726
+ "classification": "supported",
19727
+ "kind": "class",
19728
+ "name": "AssuranceEvaluationRefusalError",
19729
+ "signature": "export declare class AssuranceEvaluationRefusalError extends TypeError { readonly context: AssuranceEvaluationRefusalContext; constructor(message: string, context?: AssuranceEvaluationRefusalContext); }"
19730
+ },
19731
+ {
19732
+ "classification": "supported",
19733
+ "kind": "interface",
19734
+ "name": "AssuranceExternalMeasurementResult",
19735
+ "signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; }"
19736
+ },
19737
+ {
19738
+ "classification": "supported",
19739
+ "kind": "interface",
19740
+ "name": "AssuranceGateDefinition",
19741
+ "signature": "export interface AssuranceGateDefinition { id: string; assertion_ids: string[]; triggers: AssuranceGateTrigger[]; description?: string; provider_policy?: { allowed_providers: string[]; triggers: Partial<Record<AssuranceGateTrigger, { max_cost_class: AssuranceProviderCostClass; allow_network: boolean; }>>; }; }"
19742
+ },
19743
+ {
19744
+ "classification": "supported",
19745
+ "kind": "type",
19746
+ "name": "AssuranceGateTrigger",
19747
+ "signature": "export type AssuranceGateTrigger = (typeof ASSURANCE_GATE_TRIGGERS)[number];"
19748
+ },
19749
+ {
19750
+ "classification": "supported",
19751
+ "kind": "interface",
19752
+ "name": "AssuranceGateVerdict",
19753
+ "signature": "export interface AssuranceGateVerdict { gate_id: string; tree_id: string; trigger: AssuranceGateTrigger; dry_run: boolean; evaluated_at: string; verdict: \"pass\" | \"warn\" | \"block\"; exit_code: 0 | 1; assertions: AssuranceAssertionVerdict[]; assertions_total: number; row_contract: { row_keys: [ \"assertions\" ]; jq_selector: \".assertions[]\"; }; cost: AssuranceMeasurementCost; }"
19754
+ },
19755
+ {
19756
+ "classification": "supported",
19757
+ "kind": "interface",
19758
+ "name": "AssuranceGraphSource",
19759
+ "signature": "export interface AssuranceGraphSource { kind: \"graph\"; operation: string; field: string; parameters?: Record<string, string | number | boolean>; }"
19760
+ },
19761
+ {
19762
+ "classification": "supported",
19763
+ "kind": "interface",
19764
+ "name": "AssuranceHealthSource",
19765
+ "signature": "export interface AssuranceHealthSource { kind: \"health\"; check: string; field: string; }"
19766
+ },
19767
+ {
19768
+ "classification": "supported",
19769
+ "kind": "interface",
19770
+ "name": "AssuranceHistoryRecord",
19771
+ "signature": "export interface AssuranceHistoryRecord { op: string; author: string; agent_harness?: string; agent_model?: string; [key: string]: unknown; }"
19772
+ },
19773
+ {
19774
+ "classification": "supported",
19775
+ "kind": "interface",
19776
+ "name": "AssuranceHistorySource",
19777
+ "signature": "export interface AssuranceHistorySource { kind: \"history\"; op?: string; author?: string; harness?: string; model?: string; }"
19778
+ },
19779
+ {
19780
+ "classification": "supported",
19781
+ "kind": "interface",
19782
+ "name": "AssuranceItemRecord",
19783
+ "signature": "export interface AssuranceItemRecord { id: string; status: string; type: string; tags?: string[]; priority?: string | number; dependencies?: AssuranceDependencyRecord[]; files?: object[]; tests?: object[]; docs?: object[]; [key: string]: unknown; }"
19784
+ },
19785
+ {
19786
+ "classification": "supported",
19787
+ "kind": "interface",
19788
+ "name": "AssuranceItemsSource",
19789
+ "signature": "export interface AssuranceItemsSource { kind: \"items\"; statuses?: string[]; types?: string[]; tags?: string[]; field?: string; equals?: string | number | boolean | null; state?: \"present\" | \"missing\"; }"
19790
+ },
19791
+ {
19792
+ "classification": "supported",
19793
+ "kind": "type",
19794
+ "name": "AssuranceLifetime",
19795
+ "signature": "export type AssuranceLifetime = \"hold\" | \"retire\";"
19796
+ },
19797
+ {
19798
+ "classification": "supported",
19799
+ "kind": "interface",
19800
+ "name": "AssuranceLinksSource",
19801
+ "signature": "export interface AssuranceLinksSource { kind: \"links\"; link: \"files\" | \"tests\" | \"docs\"; state: \"present\" | \"missing\"; }"
19802
+ },
19803
+ {
19804
+ "classification": "supported",
19805
+ "kind": "interface",
19806
+ "name": "AssuranceLiteralExpression",
19807
+ "signature": "export interface AssuranceLiteralExpression { literal: number; }"
19808
+ },
19809
+ {
19810
+ "classification": "supported",
19811
+ "kind": "interface",
19812
+ "name": "AssuranceMeasurementCost",
19813
+ "signature": "export interface AssuranceMeasurementCost { units: number; items_scanned: number; history_entries: number; provider_calls: number; duration_ms: number; }"
19814
+ },
19815
+ {
19816
+ "classification": "supported",
19817
+ "kind": "interface",
19818
+ "name": "AssuranceMeasurementDefinition",
19819
+ "signature": "export interface AssuranceMeasurementDefinition { id: string; description?: string; source: AssuranceMeasurementSource; max_cost?: number; }"
19820
+ },
19821
+ {
19822
+ "classification": "supported",
19823
+ "kind": "interface",
19824
+ "name": "AssuranceMeasurementReference",
19825
+ "signature": "export interface AssuranceMeasurementReference { measurement: string; }"
19826
+ },
19827
+ {
19828
+ "classification": "supported",
19829
+ "kind": "interface",
19830
+ "name": "AssuranceMeasurementResult",
19831
+ "signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; }"
19832
+ },
19833
+ {
19834
+ "classification": "supported",
19835
+ "kind": "type",
19836
+ "name": "AssuranceMeasurementSource",
19837
+ "signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
19838
+ },
19839
+ {
19840
+ "classification": "supported",
19841
+ "kind": "interface",
19842
+ "name": "AssuranceMutationOptions",
19843
+ "signature": "export interface AssuranceMutationOptions { author?: string; message?: string; authorized_decision_ids?: string[]; }"
19844
+ },
19845
+ {
19846
+ "classification": "supported",
19847
+ "kind": "interface",
19848
+ "name": "AssuranceMutationReceipt",
19849
+ "signature": "export interface AssuranceMutationReceipt { changed: boolean; action: \"created\" | \"updated\" | \"removed\"; kind: AssuranceDeclarationKind; id: string; }"
19850
+ },
19851
+ {
19852
+ "classification": "supported",
19853
+ "kind": "class",
19854
+ "name": "AssuranceMutationRefusalError",
19855
+ "signature": "export declare class AssuranceMutationRefusalError extends TypeError { constructor(message: string); }"
19856
+ },
19857
+ {
19858
+ "classification": "supported",
19859
+ "kind": "interface",
19860
+ "name": "AssuranceNegativeControl",
19861
+ "signature": "export interface AssuranceNegativeControl { cases: AssuranceNegativeControlCase[]; }"
19862
+ },
19863
+ {
19864
+ "classification": "supported",
19865
+ "kind": "interface",
19866
+ "name": "AssuranceNegativeControlCase",
19867
+ "signature": "export interface AssuranceNegativeControlCase { observed: AssuranceValue; expected: \"pass\" | \"fail\"; }"
19868
+ },
19869
+ {
19870
+ "classification": "supported",
19871
+ "kind": "interface",
19872
+ "name": "AssurancePreset",
19873
+ "signature": "export interface AssurancePreset { id: AssurancePresetId; title: string; description: string; declarations: AssuranceDeclarationBundle; }"
19874
+ },
19875
+ {
19876
+ "classification": "supported",
19877
+ "kind": "type",
19878
+ "name": "AssurancePresetId",
19879
+ "signature": "export type AssurancePresetId = (typeof ASSURANCE_PRESET_IDS)[number];"
19880
+ },
19881
+ {
19882
+ "classification": "supported",
19883
+ "kind": "type",
19884
+ "name": "AssuranceProviderCostClass",
19885
+ "signature": "export type AssuranceProviderCostClass = \"low\" | \"medium\" | \"high\";"
19886
+ },
19887
+ {
19888
+ "classification": "supported",
19889
+ "kind": "type",
19890
+ "name": "AssuranceProviderResolver",
19891
+ "signature": "export type AssuranceProviderResolver = (source: AssuranceProviderSource) => Promise<AssuranceExternalMeasurementResult>;"
19892
+ },
19893
+ {
19894
+ "classification": "supported",
19895
+ "kind": "interface",
19896
+ "name": "AssuranceProviderSource",
19897
+ "signature": "export interface AssuranceProviderSource { kind: \"provider\"; provider: string; key: string; parameters?: Record<string, string | number | boolean | null>; }"
19898
+ },
19899
+ {
19900
+ "classification": "supported",
19901
+ "kind": "type",
19902
+ "name": "AssuranceScope",
19903
+ "signature": "export type AssuranceScope = { kind: \"all\"; } | { kind: \"active\"; } | { kind: \"filter\"; measurement_id: string; };"
19904
+ },
19905
+ {
19906
+ "classification": "supported",
19907
+ "kind": "interface",
19908
+ "name": "AssuranceSourceResolutionContext",
19909
+ "signature": "export interface AssuranceSourceResolutionContext { measurement_id?: string; source_kind: string; field: string; check?: string; }"
19910
+ },
19911
+ {
19912
+ "classification": "supported",
19913
+ "kind": "class",
19914
+ "name": "AssuranceSourceResolutionError",
19915
+ "signature": "export declare class AssuranceSourceResolutionError extends TypeError { readonly measurement_id?: string; readonly source_kind: string; readonly field: string; readonly check?: string; constructor(message: string, context: AssuranceSourceResolutionContext); }"
19916
+ },
19917
+ {
19918
+ "classification": "supported",
19919
+ "kind": "interface",
19920
+ "name": "AssuranceValidateSource",
19921
+ "signature": "export interface AssuranceValidateSource { kind: \"validate\"; check: string; field: string; }"
19922
+ },
19923
+ {
19924
+ "classification": "supported",
19925
+ "kind": "type",
19926
+ "name": "AssuranceValue",
19927
+ "signature": "export type AssuranceValue = number | string[];"
19928
+ },
19929
+ {
19930
+ "classification": "supported",
19931
+ "kind": "value",
19932
+ "name": "classifyHistoryAuthorEvent",
19933
+ "signature": "(parsed: unknown) => \"actionable_unknown\" | \"attributed\" | \"legacy_unknown\" | calls: (parsed: unknown) => \"attributed\" | \"legacy_unknown\" | \"actionable_unknown\""
19934
+ },
19935
+ {
19936
+ "classification": "supported",
19937
+ "kind": "function",
19938
+ "name": "createAssurancePreset",
19939
+ "signature": "(id: AssurancePresetId, ownerItemId: string) => AssurancePreset | calls: (id: AssurancePresetId, ownerItemId: string) => AssurancePreset"
19940
+ },
19941
+ {
19942
+ "classification": "supported",
19943
+ "kind": "function",
19944
+ "name": "createAssuranceWorkspaceContext",
19945
+ "signature": "(pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext> | calls: (pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext>"
19946
+ },
19947
+ {
19948
+ "classification": "supported",
19949
+ "kind": "interface",
19950
+ "name": "CreateAssuranceWorkspaceContextOptions",
19951
+ "signature": "export interface CreateAssuranceWorkspaceContextOptions { tree_id?: string; include_history?: boolean; resolve_tree?: boolean; providers?: Readonly<Record<string, AssuranceProviderResolver>>; provider_capabilities?: AssuranceEvaluationContext[\"provider_capabilities\"]; trigger?: string; }"
19952
+ },
19953
+ {
19954
+ "classification": "supported",
19955
+ "kind": "function",
19956
+ "name": "createEmptyAssuranceDocument",
19957
+ "signature": "() => AssuranceDocument | calls: () => AssuranceDocument"
19958
+ },
19959
+ {
19960
+ "classification": "supported",
19961
+ "kind": "function",
19962
+ "name": "deriveAssuranceProposals",
19963
+ "signature": "(context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]> | calls: (context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]>"
19964
+ },
19965
+ {
19966
+ "classification": "supported",
19967
+ "kind": "interface",
19968
+ "name": "DuplicateCluster",
19969
+ "signature": "export interface DuplicateCluster { id: string; items: Omit<SimilarItemMatch, \"score\" | \"reason\">[]; matches: DuplicateClusterMatch[]; max_score: number; }"
19970
+ },
19971
+ {
19972
+ "classification": "supported",
19973
+ "kind": "interface",
19974
+ "name": "DuplicateClusterMatch",
19975
+ "signature": "export interface DuplicateClusterMatch { left_id: string; right_id: string; score: number; reason: SimilarItemMatch[\"reason\"]; }"
19976
+ },
19977
+ {
19978
+ "classification": "supported",
19979
+ "kind": "interface",
19980
+ "name": "DuplicateClustersResult",
19981
+ "signature": "export interface DuplicateClustersResult { clusters: DuplicateCluster[]; count: number; threshold: number; source: \"metadata_scan\"; filters: { statuses: string[] | null; since: string | null; }; cost: { item_count: number; candidate_pairs: number; scored_pairs: number; }; }"
19982
+ },
19983
+ {
19984
+ "classification": "supported",
19985
+ "kind": "interface",
19986
+ "name": "DuplicateItemIdRow",
19987
+ "signature": "export interface DuplicateItemIdRow { id: string; paths: string[]; }"
19988
+ },
19989
+ {
19990
+ "classification": "supported",
19991
+ "kind": "function",
19992
+ "name": "evaluateAssuranceAssertion",
19993
+ "signature": "(definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict | calls: (definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict"
19994
+ },
19995
+ {
19996
+ "classification": "supported",
19997
+ "kind": "function",
19998
+ "name": "evaluateAssuranceGate",
19999
+ "signature": "(gateId: string, document: AssuranceDocument, context: AssuranceEvaluationContext, options: { trigger: AssuranceGateTrigger; dry_run?: boolean; }) => Promise<AssuranceGateVerdict> | calls: (gateId: string, document: AssuranceDocument, context: AssuranceEvaluationContext, options: { trigger: AssuranceGateTrigger; dry_run?: boolean; }) => Promise<AssuranceGateVerdict>"
20000
+ },
20001
+ {
20002
+ "classification": "supported",
20003
+ "kind": "function",
20004
+ "name": "evaluateMeasurement",
20005
+ "signature": "(definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult> | calls: (definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult>"
20006
+ },
20007
+ {
20008
+ "classification": "supported",
20009
+ "kind": "function",
20010
+ "name": "evaluateMutationGuard",
20011
+ "signature": "(options: EvaluateMutationGuardOptions) => MutationGuardResult | calls: (options: EvaluateMutationGuardOptions) => MutationGuardResult"
20012
+ },
20013
+ {
20014
+ "classification": "supported",
20015
+ "kind": "interface",
20016
+ "name": "EvaluateMutationGuardOptions",
20017
+ "signature": "export interface EvaluateMutationGuardOptions { author: string; payload: unknown; settings: MutationGuardSettings; force?: boolean; }"
20018
+ },
20019
+ {
20020
+ "classification": "supported",
20021
+ "kind": "function",
20022
+ "name": "evaluateSimilarityGovernance",
20023
+ "signature": "(candidate: SimilarItemCandidate, options: FindSimilarItemsOptions & { mode: \"advisory\" | \"off\" | \"strict\"; allowDuplicate?: boolean; }) => Promise<SimilarityAdvisory | undefined> | calls: (candidate: SimilarItemCandidate, options: FindSimilarItemsOptions & { mode: \"off\" | \"advisory\" | \"strict\"; allowDuplicate?: boolean; }) => Promise<SimilarityAdvisory | undefined>"
20024
+ },
20025
+ {
20026
+ "classification": "supported",
20027
+ "kind": "interface",
20028
+ "name": "ExtensionHostVersionCensus",
20029
+ "signature": "export interface ExtensionHostVersionCensus { host_version: string | null; copies: ExtensionHostVersionCopy[]; mismatches: ExtensionHostVersionCopy[]; warnings: string[]; }"
20030
+ },
20031
+ {
20032
+ "classification": "supported",
20033
+ "kind": "interface",
20034
+ "name": "ExtensionHostVersionCopy",
20035
+ "signature": "export interface ExtensionHostVersionCopy { version: string; path: string; layout: \"host\" | \"npm\" | \"pnpm\" | \"other\"; consumers: string[]; }"
20036
+ },
20037
+ {
20038
+ "classification": "supported",
20039
+ "kind": "function",
20040
+ "name": "findDuplicateClusters",
20041
+ "signature": "(options?: FindDuplicateClustersOptions) => Promise<DuplicateClustersResult> | calls: (options?: FindDuplicateClustersOptions) => Promise<DuplicateClustersResult>"
20042
+ },
20043
+ {
20044
+ "classification": "supported",
20045
+ "kind": "interface",
20046
+ "name": "FindDuplicateClustersOptions",
20047
+ "signature": "export interface FindDuplicateClustersOptions extends FindSimilarItemsOptions { statuses?: readonly string[]; since?: string; }"
20048
+ },
20049
+ {
20050
+ "classification": "supported",
20051
+ "kind": "function",
20052
+ "name": "findSimilarItems",
20053
+ "signature": "(candidate: SimilarItemCandidate, options?: FindSimilarItemsOptions) => Promise<SimilarItemsResult> | calls: (candidate: SimilarItemCandidate, options?: FindSimilarItemsOptions) => Promise<SimilarItemsResult>"
20054
+ },
20055
+ {
20056
+ "classification": "supported",
20057
+ "kind": "interface",
20058
+ "name": "FindSimilarItemsOptions",
20059
+ "signature": "export interface FindSimilarItemsOptions { pmRoot?: string; cwd?: string; limit?: number; threshold?: number; }"
20060
+ },
20061
+ {
20062
+ "classification": "supported",
20063
+ "kind": "interface",
20064
+ "name": "GcCheckpointsSummary",
20065
+ "signature": "export interface GcCheckpointsSummary { scanned: number; removed: number; retained: number; retention_days: number; }"
20066
+ },
20067
+ {
20068
+ "classification": "supported",
20069
+ "kind": "interface",
20070
+ "name": "GcCommandOptions",
20071
+ "signature": "export interface GcCommandOptions { dryRun?: boolean; scope?: string[]; }"
20072
+ },
20073
+ {
20074
+ "classification": "supported",
20075
+ "kind": "interface",
20076
+ "name": "GcLocksSummary",
20077
+ "signature": "export interface GcLocksSummary { scanned: number; removed: number; retained: number; }"
20078
+ },
20079
+ {
20080
+ "classification": "supported",
20081
+ "kind": "interface",
20082
+ "name": "GcResult",
20083
+ "signature": "export interface GcResult { ok: boolean; dry_run: boolean; scope: GcScope[]; removed: string[]; retained: string[]; warnings: string[]; guidance: string[]; locks?: GcLocksSummary; checkpoints?: GcCheckpointsSummary; transactions?: GcTransactionsSummary; generated_at: string; }"
20084
+ },
20085
+ {
20086
+ "classification": "supported",
20087
+ "kind": "interface",
20088
+ "name": "GcTransactionsSummary",
20089
+ "signature": "export interface GcTransactionsSummary { scanned: number; removed: number; retained: number; retention_days: number; }"
20090
+ },
20091
+ {
20092
+ "classification": "supported",
20093
+ "kind": "function",
20094
+ "name": "getAssuranceDeclaration",
20095
+ "signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration>"
20096
+ },
20097
+ {
20098
+ "classification": "supported",
20099
+ "kind": "function",
19210
20100
  "name": "getMutationActionContract",
19211
20101
  "signature": "(action: string) => MutationActionContract | undefined | calls: (action: string) => MutationActionContract | undefined"
19212
20102
  },
@@ -19216,11 +20106,17 @@
19216
20106
  "name": "HealthCheck",
19217
20107
  "signature": "export interface HealthCheck { name: \"settings\" | \"directories\" | \"settings_values\" | \"telemetry\" | \"extensions\" | \"storage\" | \"locks\" | \"integrity\" | \"history_drift\" | \"vectorization\"; status: HealthStatus; ok: boolean; details: Record<string, unknown>; }"
19218
20108
  },
20109
+ {
20110
+ "classification": "supported",
20111
+ "kind": "interface",
20112
+ "name": "HealthFinding",
20113
+ "signature": "export interface HealthFinding { warning: string; code: string; check: HealthCheck[\"name\"]; severity: \"advisory\" | \"gate_failing\"; remediation?: string; disposition?: \"no_safe_automatic_remediation\"; }"
20114
+ },
19219
20115
  {
19220
20116
  "classification": "supported",
19221
20117
  "kind": "interface",
19222
20118
  "name": "HealthResult",
19223
- "signature": "export interface HealthResult { ok: boolean; checks: HealthCheck[]; warning_count?: number; warnings: string[]; projection?: { mode: \"brief\" | \"summary\" | \"full\"; warning_count: number; warnings_truncated: boolean; detail_limit: number; omitted_checks?: HealthCheck[\"name\"][]; }; generated_at: string; }"
20119
+ "signature": "export interface HealthResult { ok: boolean; checks: HealthCheck[]; warning_count?: number; warning_limit?: number; warnings_truncated?: boolean; warnings: string[]; findings: HealthFinding[]; failed_because: string[]; projection?: { mode: \"brief\" | \"summary\" | \"full\"; warning_count: number; warnings_truncated: boolean; detail_limit: number; omitted_checks?: HealthCheck[\"name\"][]; }; generated_at: string; }"
19224
20120
  },
19225
20121
  {
19226
20122
  "classification": "supported",
@@ -19276,6 +20172,24 @@
19276
20172
  "name": "jaccardSimilarity",
19277
20173
  "signature": "(leftTokens: readonly string[], rightTokens: readonly string[]) => number | calls: (leftTokens: readonly string[], rightTokens: readonly string[]) => number"
19278
20174
  },
20175
+ {
20176
+ "classification": "supported",
20177
+ "kind": "function",
20178
+ "name": "listAssuranceDeclarations",
20179
+ "signature": "(pmRoot: string, kind: AssuranceDeclarationKind) => Promise<{ items: AssuranceDeclaration[]; count: number; row_contract: { row_keys: [\"items\"]; jq_selector: \".items[]\"; }; }> | calls: (pmRoot: string, kind: AssuranceDeclarationKind) => Promise<{ items: AssuranceDeclaration[]; count: number; row_contract: { row_keys: [\"items\"]; jq_selector: \".items[]\"; }; }>"
20180
+ },
20181
+ {
20182
+ "classification": "supported",
20183
+ "kind": "function",
20184
+ "name": "listAssuranceVerdicts",
20185
+ "signature": "(pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]> | calls: (pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]>"
20186
+ },
20187
+ {
20188
+ "classification": "supported",
20189
+ "kind": "function",
20190
+ "name": "listInvalidProvenanceHistoryStreamIds",
20191
+ "signature": "(pmRoot: string) => Promise<string[]> | calls: (pmRoot: string) => Promise<string[]>"
20192
+ },
19279
20193
  {
19280
20194
  "classification": "supported",
19281
20195
  "kind": "function",
@@ -19306,6 +20220,24 @@
19306
20220
  "name": "MutationHistoryScope",
19307
20221
  "signature": "export type MutationHistoryScope = \"item\" | \"workspace\" | \"history\" | \"conditional\";"
19308
20222
  },
20223
+ {
20224
+ "classification": "supported",
20225
+ "kind": "function",
20226
+ "name": "normalizeAssuranceEvaluation",
20227
+ "signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
20228
+ },
20229
+ {
20230
+ "classification": "supported",
20231
+ "kind": "function",
20232
+ "name": "normalizeAssuranceMutation",
20233
+ "signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
20234
+ },
20235
+ {
20236
+ "classification": "supported",
20237
+ "kind": "function",
20238
+ "name": "normalizeInvalidHistoryProvenance",
20239
+ "signature": "(entries: HistoryEntry[]) => ProvenanceNormalizationResult | calls: (entries: HistoryEntry[]) => ProvenanceNormalizationResult"
20240
+ },
19309
20241
  {
19310
20242
  "classification": "supported",
19311
20243
  "kind": "function",
@@ -19318,6 +20250,12 @@
19318
20250
  "name": "parseUnknownAuthorHistoryEventCoordinates",
19319
20251
  "signature": "(values: readonly string[]) => UnknownAuthorHistoryEvent[] | calls: (values: readonly string[]) => UnknownAuthorHistoryEvent[]"
19320
20252
  },
20253
+ {
20254
+ "classification": "supported",
20255
+ "kind": "function",
20256
+ "name": "planUnknownAuthorHistoryAcknowledgment",
20257
+ "signature": "(pmRoot: string, selector: Pick<AcknowledgeUnknownAuthorEventsOptions, \"all_actionable\" | \"events\">, coordinateLimit?: number) => Promise<UnknownAuthorAcknowledgmentPlan> | calls: (pmRoot: string, selector: Pick<AcknowledgeUnknownAuthorEventsOptions, \"events\" | \"all_actionable\">, coordinateLimit?: number) => Promise<UnknownAuthorAcknowledgmentPlan>"
20258
+ },
19321
20259
  {
19322
20260
  "classification": "supported",
19323
20261
  "kind": "value",
@@ -19342,6 +20280,24 @@
19342
20280
  "name": "projectValidateCounts",
19343
20281
  "signature": "(result: ValidateResult) => ValidateCountsResult | calls: (result: ValidateResult) => ValidateCountsResult"
19344
20282
  },
20283
+ {
20284
+ "classification": "supported",
20285
+ "kind": "function",
20286
+ "name": "promoteAssuranceAssertion",
20287
+ "signature": "(pmRoot: string, definition: AssuranceAssertionDefinition, enforcement: Exclude<AssuranceEnforcement, \"observe\">, options?: { author?: string; message?: string; }) => Promise<Awaited<ReturnType<typeof putAssuranceDeclaration>>> | calls: (pmRoot: string, definition: AssuranceAssertionDefinition, enforcement: Exclude<AssuranceEnforcement, \"observe\">, options?: { author?: string; message?: string; }) => Promise<Awaited<ReturnType<typeof putAssuranceDeclaration>>>"
20288
+ },
20289
+ {
20290
+ "classification": "supported",
20291
+ "kind": "interface",
20292
+ "name": "ProvenanceNormalizationReceipt",
20293
+ "signature": "export interface ProvenanceNormalizationReceipt { changed: boolean; events_changed: number; observations_removed: number; invalid_values: ProvenanceValueHealthFinding[]; }"
20294
+ },
20295
+ {
20296
+ "classification": "supported",
20297
+ "kind": "interface",
20298
+ "name": "ProvenanceNormalizationResult",
20299
+ "signature": "export interface ProvenanceNormalizationResult { entries: HistoryEntry[]; receipt: ProvenanceNormalizationReceipt; }"
20300
+ },
19345
20301
  {
19346
20302
  "classification": "supported",
19347
20303
  "kind": "interface",
@@ -19360,6 +20316,24 @@
19360
20316
  "name": "ProvenanceValueHealthFinding",
19361
20317
  "signature": "export interface ProvenanceValueHealthFinding { harness: string; dimension: string; kind: \"boolean\" | \"single_digit\"; count: number; }"
19362
20318
  },
20319
+ {
20320
+ "classification": "supported",
20321
+ "kind": "function",
20322
+ "name": "putAssuranceDeclaration",
20323
+ "signature": "(pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
20324
+ },
20325
+ {
20326
+ "classification": "supported",
20327
+ "kind": "function",
20328
+ "name": "putAssuranceDeclarationBundle",
20329
+ "signature": "(pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt>"
20330
+ },
20331
+ {
20332
+ "classification": "supported",
20333
+ "kind": "function",
20334
+ "name": "recordAssuranceVerdict",
20335
+ "signature": "(pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void> | calls: (pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void>"
20336
+ },
19363
20337
  {
19364
20338
  "classification": "supported",
19365
20339
  "kind": "interface",
@@ -19372,6 +20346,12 @@
19372
20346
  "name": "ReindexResult",
19373
20347
  "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; }"
19374
20348
  },
20349
+ {
20350
+ "classification": "supported",
20351
+ "kind": "function",
20352
+ "name": "removeAssuranceDeclaration",
20353
+ "signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
20354
+ },
19375
20355
  {
19376
20356
  "classification": "supported",
19377
20357
  "kind": "function",
@@ -19384,6 +20364,18 @@
19384
20364
  "name": "ResurrectedItemRow",
19385
20365
  "signature": "export interface ResurrectedItemRow { id: string; deleted_at: string; deleted_by: string; }"
19386
20366
  },
20367
+ {
20368
+ "classification": "supported",
20369
+ "kind": "function",
20370
+ "name": "runAssuranceAction",
20371
+ "signature": "(input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult> | calls: (input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult>"
20372
+ },
20373
+ {
20374
+ "classification": "supported",
20375
+ "kind": "function",
20376
+ "name": "runAssuranceDispatch",
20377
+ "signature": "(args: Record<string, unknown>, options: Record<string, unknown>, global: GlobalOptions) => Promise<AssuranceActionResult> | calls: (args: Record<string, unknown>, options: Record<string, unknown>, global: GlobalOptions) => Promise<AssuranceActionResult>"
20378
+ },
19387
20379
  {
19388
20380
  "classification": "supported",
19389
20381
  "kind": "function",
@@ -19420,6 +20412,12 @@
19420
20412
  "name": "runValidate",
19421
20413
  "signature": "{ (options: ValidateCommandOptions & { counts: true; }, global: GlobalOptions, services?: ValidateMutationServices): Promise<ValidateCountsResult>; (options: ValidateCommandOptions & { counts?: false; }, global: GlobalOptions, services?: ValidateMutationServices): Promise<ValidateResult>; (options: ValidateCommandOptions, global: GlobalOptions, services?: ValidateMutationServices): Promise<ValidateResult | ValidateCountsResult>; } | calls: (options: ValidateCommandOptions & { counts: true; }, global: GlobalOptions, services?: ValidateMutationServices) => Promise<ValidateCountsResult> ; (options: ValidateCommandOptions & { counts?: false; }, global: GlobalOptions, services?: ValidateMutationServices) => Promise<ValidateResult> ; (options: ValidateCommandOptions, global: GlobalOptions, services?: ValidateMutationServices) => Promise<ValidateResult | ValidateCountsResult>"
19422
20414
  },
20415
+ {
20416
+ "classification": "supported",
20417
+ "kind": "function",
20418
+ "name": "scanExtensionHostVersions",
20419
+ "signature": "(loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus> | calls: (loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus>"
20420
+ },
19423
20421
  {
19424
20422
  "classification": "supported",
19425
20423
  "kind": "value",
@@ -19534,6 +20532,24 @@
19534
20532
  "name": "tokenizeSimilarityText",
19535
20533
  "signature": "(value: string) => string[] | calls: (value: string) => string[]"
19536
20534
  },
20535
+ {
20536
+ "classification": "supported",
20537
+ "kind": "interface",
20538
+ "name": "UnknownAuthorAcknowledgmentPlan",
20539
+ "signature": "export interface UnknownAuthorAcknowledgmentPlan { selection: { kind: \"events\" | \"all_actionable\"; }; selected_count: number; actionable_count: number; already_acknowledged_count: number; omitted_count: number; coordinates: UnknownAuthorAcknowledgmentPlanCoordinate[]; plan_fingerprint: string; }"
20540
+ },
20541
+ {
20542
+ "classification": "supported",
20543
+ "kind": "interface",
20544
+ "name": "UnknownAuthorAcknowledgmentPlanCoordinate",
20545
+ "signature": "export interface UnknownAuthorAcknowledgmentPlanCoordinate extends UnknownAuthorHistoryEvent { source_event_hash: string; disposition: \"actionable\" | \"already_acknowledged\"; }"
20546
+ },
20547
+ {
20548
+ "classification": "supported",
20549
+ "kind": "interface",
20550
+ "name": "UnknownAuthorAcknowledgmentResult",
20551
+ "signature": "export interface UnknownAuthorAcknowledgmentResult { dry_run: boolean; mutated: boolean; acknowledged: number; outcome: \"preview\" | \"effect\" | \"no_effect\" | \"partial_effect\"; exit_code: 0 | 6 | 7; plan: UnknownAuthorAcknowledgmentPlan; history_path?: string; }"
20552
+ },
19537
20553
  {
19538
20554
  "classification": "supported",
19539
20555
  "kind": "interface",
@@ -19588,6 +20604,18 @@
19588
20604
  "name": "UpgradeResult",
19589
20605
  "signature": "export interface UpgradeResult { ok: boolean; action: \"upgrade\"; dry_run: boolean; scope: ExtensionScope; target?: string; cli: UpgradeCliResult; packages: UpgradePackageResult[]; summary: { requested_cli: boolean; requested_packages: boolean; planned: number; updated: number; skipped: number; failed: number; }; }"
19590
20606
  },
20607
+ {
20608
+ "classification": "supported",
20609
+ "kind": "function",
20610
+ "name": "validateAssertionDefinition",
20611
+ "signature": "(definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition | calls: (definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition"
20612
+ },
20613
+ {
20614
+ "classification": "supported",
20615
+ "kind": "function",
20616
+ "name": "validateAssuranceDocument",
20617
+ "signature": "(document: AssuranceDocument) => AssuranceDocument | calls: (document: AssuranceDocument) => AssuranceDocument"
20618
+ },
19591
20619
  {
19592
20620
  "classification": "supported",
19593
20621
  "kind": "interface",
@@ -19618,6 +20646,18 @@
19618
20646
  "name": "ValidateFixesSummary",
19619
20647
  "signature": "export interface ValidateFixesSummary { mode: \"apply\" | \"dry_run\"; auto_fix: boolean; prune_missing: boolean; granted_fix_scopes: string[]; planned_count: number; applied_count: number; gated_count: number; failed_count: number; planned_fixes: Array<Record<string, unknown>>; applied_fixes: Array<Record<string, unknown>>; gated_fixes: Array<Record<string, unknown>>; failed_fixes: Array<Record<string, unknown>>; }"
19620
20648
  },
20649
+ {
20650
+ "classification": "supported",
20651
+ "kind": "function",
20652
+ "name": "validateGateDefinition",
20653
+ "signature": "(definition: AssuranceGateDefinition) => AssuranceGateDefinition | calls: (definition: AssuranceGateDefinition) => AssuranceGateDefinition"
20654
+ },
20655
+ {
20656
+ "classification": "supported",
20657
+ "kind": "function",
20658
+ "name": "validateMeasurementDefinition",
20659
+ "signature": "(definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition | calls: (definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition"
20660
+ },
19621
20661
  {
19622
20662
  "classification": "supported",
19623
20663
  "kind": "interface",
@@ -21638,7 +22678,7 @@
21638
22678
  "classification": "supported",
21639
22679
  "kind": "interface",
21640
22680
  "name": "ContextRankingSummary",
21641
- "signature": "export interface ContextRankingSummary { model: string; available_signals: ContextRelevanceSignalName[]; items: Array<{ id: string; rank: number; baseline_rank: number; score: number; contributions: ContextRelevanceContributions; }>; feature_store?: { source: \"derived_index\" | \"scan_fallback\"; cache_status: \"fresh\" | \"rebuilt\"; source_cursor: string; generated_at: string; }; }"
22681
+ "signature": "export interface ContextRankingSummary { model: string; available_signals: ContextRelevanceSignalName[]; items: Array<{ id: string; rank: number; baseline_rank: number; score: number; contributions: ContextRelevanceContributions; }>; candidate_count: number; omitted_count: number; feature_store?: { source: \"derived_index\" | \"scan_fallback\"; cache_status: \"fresh\" | \"rebuilt\"; source_cursor: string; generated_at: string; }; }"
21642
22682
  },
21643
22683
  {
21644
22684
  "classification": "supported",
@@ -21790,6 +22830,12 @@
21790
22830
  "name": "decodeQueryCursor",
21791
22831
  "signature": "(cursor: unknown, expectedFingerprint: string) => string | calls: (cursor: unknown, expectedFingerprint: string) => string"
21792
22832
  },
22833
+ {
22834
+ "classification": "supported",
22835
+ "kind": "function",
22836
+ "name": "decodeQueryCursorEnvelope",
22837
+ "signature": "(cursor: unknown) => QueryCursorEnvelope | calls: (cursor: unknown) => QueryCursorEnvelope"
22838
+ },
21793
22839
  {
21794
22840
  "classification": "supported",
21795
22841
  "kind": "function",
@@ -22246,6 +23292,12 @@
22246
23292
  "name": "QUERY_CURSOR_CONTRACT",
22247
23293
  "signature": "Readonly<{ version: 1; max_length: 4096; }>"
22248
23294
  },
23295
+ {
23296
+ "classification": "supported",
23297
+ "kind": "interface",
23298
+ "name": "QueryCursorEnvelope",
23299
+ "signature": "export interface QueryCursorEnvelope { version: number; fingerprint: string; after_id: string; after_index?: number; snapshot?: string; }"
23300
+ },
22249
23301
  {
22250
23302
  "classification": "supported",
22251
23303
  "kind": "interface",
@@ -22688,7 +23740,7 @@
22688
23740
  "classification": "supported",
22689
23741
  "kind": "function",
22690
23742
  "name": "toContextRankingSummary",
22691
- "signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary"
23743
+ "signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary"
22692
23744
  },
22693
23745
  {
22694
23746
  "classification": "supported",
@@ -23066,7 +24118,7 @@
23066
24118
  "classification": "advanced_export",
23067
24119
  "kind": "interface",
23068
24120
  "name": "ContractsResult",
23069
- "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[]>; }; relationship_kind_contracts?: Array<{ canonical: string; aliases: string[]; inverse?: string; ordering: boolean; hierarchy: boolean; }>; 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\"]; }>; }; }"
24121
+ "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[]>; }; relationship_kind_contracts?: Array<{ canonical: string; aliases: string[]; inverse?: string; ordering: boolean; hierarchy: boolean; }>; 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[]; }; assurance_contracts?: { measurement_source_kinds: readonly string[]; gate_triggers: readonly 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\"]; }>; }; }"
23070
24122
  },
23071
24123
  {
23072
24124
  "classification": "supported",
@@ -23462,7 +24514,7 @@
23462
24514
  "classification": "advanced_export",
23463
24515
  "kind": "interface",
23464
24516
  "name": "GlobalOptions",
23465
- "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; outputRowContract?: boolean; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
24517
+ "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; outputCursor?: string; outputRowContract?: boolean; path?: string; noExtensions?: boolean; noPager?: boolean; profile?: boolean; author?: string; defaultOutputFormat?: \"toon\" | \"json\"; }"
23466
24518
  },
23467
24519
  {
23468
24520
  "classification": "supported",
@@ -23504,7 +24556,7 @@
23504
24556
  "classification": "supported",
23505
24557
  "kind": "interface",
23506
24558
  "name": "HealthResult",
23507
- "signature": "export interface HealthResult { ok: boolean; checks: HealthCheck[]; warning_count?: number; warnings: string[]; projection?: { mode: \"brief\" | \"summary\" | \"full\"; warning_count: number; warnings_truncated: boolean; detail_limit: number; omitted_checks?: HealthCheck[\"name\"][]; }; generated_at: string; }"
24559
+ "signature": "export interface HealthResult { ok: boolean; checks: HealthCheck[]; warning_count?: number; warning_limit?: number; warnings_truncated?: boolean; warnings: string[]; findings: HealthFinding[]; failed_because: string[]; projection?: { mode: \"brief\" | \"summary\" | \"full\"; warning_count: number; warnings_truncated: boolean; detail_limit: number; omitted_checks?: HealthCheck[\"name\"][]; }; generated_at: string; }"
23508
24560
  },
23509
24561
  {
23510
24562
  "classification": "supported",
@@ -24068,7 +25120,7 @@
24068
25120
  "classification": "supported",
24069
25121
  "kind": "class",
24070
25122
  "name": "PmClient",
24071
- "signature": "export declare class PmClient { private readonly defaults; constructor(options?: PmClientOptions); static forActiveExtensionHost(options: PmClientOptions): PmClient; run(action: PmActionName, args?: PmClientRunArgs): Promise<unknown>; private runTyped; context<Options extends ReadOptions<ContextOptions> = ContextOptions>(options?: Options): ReadPromise<ContextResult, Options>; listAllItemMetadataLight(): Promise<ItemMetadata[]>; list<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options): ReadPromise<ListResult, Options>; search<Options extends ReadOptions<SearchOptions> = SearchOptions>(query: string, options?: Options): ReadPromise<SearchResult, Options>; get<Options extends ReadOptions<GetOptions> = GetOptions>(id: string, options?: Options): ReadPromise<GetResult, Options>; next<Options extends ReadOptions<NextOptions> = NextOptions>(options?: Options): ReadPromise<NextResult, Options>; aggregate<Options extends ReadOptions<AggregateOptions> = AggregateOptions>(options?: Options): ReadPromise<AggregateResult, Options>; stats<Options extends ReadOptions<StatsCommandOptions> = StatsCommandOptions>(options?: Options): ReadPromise<StatsResult, Options>; duplicates(options?: DuplicatesCommandOptions): Promise<DuplicatesResult>; comments<Options extends ReadOptions<CommentsCommandOptions> = CommentsCommandOptions>(id: string, options?: Options): ReadPromise<CommentsResult, Options>; notes<Options extends ReadOptions<NotesCommandOptions> = NotesCommandOptions>(id: string, options?: Options): ReadPromise<NotesResult, Options>; learnings(id: string, options?: LearningsCommandOptions): Promise<LearningsResult>; files<Options extends ReadOptions<FilesCommandOptions> = FilesCommandOptions>(id: string, options?: Options): ReadPromise<FilesResult, Options>; filesDiscover(id: string, options?: FilesDiscoverOptions): Promise<FilesDiscoverResult>; filesLookup(options: FilesLookupOptions): Promise<FilesLookupResult>; docs<Options extends ReadOptions<DocsCommandOptions> = DocsCommandOptions>(id: string, options?: Options): ReadPromise<DocsResult, Options>; deps<Options extends ReadOptions<DepsCommandOptions> = DepsCommandOptions>(id: string, options?: Options): ReadPromise<DepsResult, Options>; graph<Options extends ReadOptions<GraphCommandOptions> = GraphCommandOptions>(subcommand: GraphSubcommand, ids?: { id?: string; target?: string; }, options?: Options): ReadPromise<GraphResult, Options>; append(id: string, body: string, options?: PmClientFullMutationOptions): Promise<AppendResult>; init(prefix?: string, options?: InitCommandOptions): Promise<InitResult>; config(scope: string, configAction: string, key?: string, value?: string, options?: ConfigCommandOptions): Promise<ConfigResult>; schema(subcommand: SchemaSubcommand, options?: PmActionOptions): Promise<SchemaResult>; schemaList(): Promise<SchemaListResult>; schemaShow(name: string): Promise<SchemaShowResult>; schemaAddType(name: string, options?: SchemaAddTypeCommandOptions): Promise<SchemaAddTypeResult>; schemaRemoveType(name: string, options?: SchemaRemoveTypeCommandOptions): Promise<SchemaRemoveTypeResult>; schemaAddStatus(name: string, options?: SchemaAddStatusCommandOptions): Promise<SchemaAddStatusResult>; schemaRemoveStatus(name: string, options?: SchemaRemoveStatusCommandOptions): Promise<SchemaRemoveStatusResult>; schemaAddField(name: string, options?: SchemaAddFieldCommandOptions): Promise<SchemaAddFieldResult>; schemaRemoveField(name: string, options?: SchemaRemoveFieldCommandOptions): Promise<SchemaRemoveFieldResult>; schemaListFields(): Promise<SchemaListFieldsResult>; schemaShowField(name: string): Promise<SchemaShowFieldResult>; schemaApplyPreset(typePreset: string, options?: SchemaApplyPresetCommandOptions): Promise<SchemaApplyPresetResult>; schemaInferTypes(options?: SchemaAddTypeInferCommandOptions): Promise<SchemaAddTypeInferResult>; schemaRenameType(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaRenameField(from: string, to: string, options: RunSchemaEvolutionMigrationOptions, type?: string): Promise<SchemaEvolutionMigrationResult>; schemaRemapStatus(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaShowStatus(name: string): Promise<SchemaShowStatusResult>; profile(subcommand: ProfileSubcommand, options?: PmActionOptions): Promise<ProfileResult>; profileList(): Promise<ProfileListResult>; profileShow(name: string): Promise<ProfileShowResult>; profileApply(name: string, options?: ProfileApplyCommandOptions): Promise<ProfileApplyResult>; profileLint(name: string): Promise<ProfileLintResult>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts: true; }>(options: Options): ReadPromise<ValidateCountsResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts?: false; } = ValidateCommandOptions & { counts?: false; }>(options?: Options): ReadPromise<ValidateResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions>>(options: Options): ReadPromise<ValidateResult | ValidateCountsResult, Options>; health<Options extends ReadOptions<RunHealthOptions> = RunHealthOptions>(options?: Options): ReadPromise<HealthResult, Options>; gc(options?: GcCommandOptions): Promise<GcResult>; assurance(input: AssuranceActionInput): Promise<AssuranceActionResult>; historyRedact(id: string, options: HistoryRedactCommandOptions): Promise<HistoryRedactResult>; historyRepair(id: string, options?: HistoryRepairCommandOptions): Promise<HistoryRepairResult>; historyRepairAll(options?: HistoryRepairCommandOptions): Promise<HistoryRepairAllResult>; historyCompact(id: string, options?: HistoryCompactCommandOptions): Promise<HistoryCompactResult>; historyCompactBulk(options: HistoryCompactBulkCommandOptions): Promise<HistoryCompactBulkResult>; historyAuthorAcknowledge(options: AcknowledgeUnknownAuthorEventsOptions): Promise<{ acknowledged: number; history_path: string; }>; plan(subcommand: PlanSubcommand, id?: string, options?: PlanCommandOptions, stepRef?: string, reorderTo?: number): Promise<PlanCommandResult>; planCreate(options: PlanCommandOptions): Promise<PlanCommandResult>; planShow(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planAddStep(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUpdateStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planCompleteStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planBlockStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planReorderStep(id: string, stepRef: string, reorderTo: number, options?: PlanCommandOptions): Promise<PlanCommandResult>; planRemoveStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planLink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUnlink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDecision(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDiscovery(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planValidation(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planResume(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planApprove(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planMaterialize(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; create(options?: PmCreateActionOptions): Promise<CreateResult>; update(id: string, options?: PmUpdateActionOptions): Promise<UpdateResult>; close(id: string, reason: string, options?: PmClientCloseActionOptions): Promise<CloseResult>; claim(id: string, options?: PmClientFullMutationOptions): Promise<ClaimResult>; claimNext(options?: ClaimNextOptions): Promise<ClaimNextResult>; release(id: string, options?: PmClientFullMutationOptions): Promise<ReleaseResult>; copy(id: string, options?: PmClientFullMutationOptions): Promise<CopyResult>; delete(id: string, options?: PmClientFullMutationOptions): Promise<DeleteResult>; restore(id: string, target: string, options?: PmClientFullMutationOptions): Promise<RestoreResult>; focus(id?: string, options?: PmClientFullMutationOptions): Promise<FocusResult>; startTask(id: string, options?: PmClientFullMutationOptions): Promise<StartTaskResult>; pauseTask(id: string, options?: PmClientFullMutationOptions): Promise<PauseTaskResult>; closeTask(id: string, reason: string, options?: PmClientFullMutationOptions): Promise<CloseTaskResult>; extension(target?: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionList(options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionActivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionDeactivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; package(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageList(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageInstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageUninstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDoctor(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageManage(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDescribe(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageReload(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageCatalog(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageActivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDeactivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageMigrate(options?: PackageCommandOptions): Promise<PackageCommandResult>; upgrade(target?: string, options?: UpgradeCommandOptions): Promise<UpgradeResult>; }"
25123
+ "signature": "export declare class PmClient { private readonly defaults; constructor(options?: PmClientOptions); static forActiveExtensionHost(options: PmClientOptions): PmClient; run(action: PmActionName, args?: PmClientRunArgs): Promise<unknown>; private runTyped; context<Options extends ReadOptions<ContextOptions> = ContextOptions>(options?: Options): ReadPromise<ContextResult, Options>; listAllItemMetadataLight(): Promise<ItemMetadata[]>; list<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options): ReadPromise<ListResult, Options>; search<Options extends ReadOptions<SearchOptions> = SearchOptions>(query: string, options?: Options): ReadPromise<SearchResult, Options>; get<Options extends ReadOptions<GetOptions> = GetOptions>(id: string, options?: Options): ReadPromise<GetResult, Options>; next<Options extends ReadOptions<NextOptions> = NextOptions>(options?: Options): ReadPromise<NextResult, Options>; aggregate<Options extends ReadOptions<AggregateOptions> = AggregateOptions>(options?: Options): ReadPromise<AggregateResult, Options>; stats<Options extends ReadOptions<StatsCommandOptions> = StatsCommandOptions>(options?: Options): ReadPromise<StatsResult, Options>; duplicates(options?: DuplicatesCommandOptions): Promise<DuplicatesResult>; comments<Options extends ReadOptions<CommentsCommandOptions> = CommentsCommandOptions>(id: string, options?: Options): ReadPromise<CommentsResult, Options>; notes<Options extends ReadOptions<NotesCommandOptions> = NotesCommandOptions>(id: string, options?: Options): ReadPromise<NotesResult, Options>; learnings(id: string, options?: LearningsCommandOptions): Promise<LearningsResult>; files<Options extends ReadOptions<FilesCommandOptions> = FilesCommandOptions>(id: string, options?: Options): ReadPromise<FilesResult, Options>; filesDiscover(id: string, options?: FilesDiscoverOptions): Promise<FilesDiscoverResult>; filesLookup(options: FilesLookupOptions): Promise<FilesLookupResult>; docs<Options extends ReadOptions<DocsCommandOptions> = DocsCommandOptions>(id: string, options?: Options): ReadPromise<DocsResult, Options>; deps<Options extends ReadOptions<DepsCommandOptions> = DepsCommandOptions>(id: string, options?: Options): ReadPromise<DepsResult, Options>; graph<Options extends ReadOptions<GraphCommandOptions> = GraphCommandOptions>(subcommand: GraphSubcommand, ids?: { id?: string; target?: string; }, options?: Options): ReadPromise<GraphResult, Options>; append(id: string, body: string, options?: PmClientFullMutationOptions): Promise<AppendResult>; init(prefix?: string, options?: InitCommandOptions): Promise<InitResult>; config(scope: string, configAction: string, key?: string, value?: string, options?: ConfigCommandOptions): Promise<ConfigResult>; schema(subcommand: SchemaSubcommand, options?: PmActionOptions): Promise<SchemaResult>; schemaList(): Promise<SchemaListResult>; schemaShow(name: string): Promise<SchemaShowResult>; schemaAddType(name: string, options?: SchemaAddTypeCommandOptions): Promise<SchemaAddTypeResult>; schemaRemoveType(name: string, options?: SchemaRemoveTypeCommandOptions): Promise<SchemaRemoveTypeResult>; schemaAddStatus(name: string, options?: SchemaAddStatusCommandOptions): Promise<SchemaAddStatusResult>; schemaRemoveStatus(name: string, options?: SchemaRemoveStatusCommandOptions): Promise<SchemaRemoveStatusResult>; schemaAddField(name: string, options?: SchemaAddFieldCommandOptions): Promise<SchemaAddFieldResult>; schemaRemoveField(name: string, options?: SchemaRemoveFieldCommandOptions): Promise<SchemaRemoveFieldResult>; schemaListFields(): Promise<SchemaListFieldsResult>; schemaShowField(name: string): Promise<SchemaShowFieldResult>; schemaApplyPreset(typePreset: string, options?: SchemaApplyPresetCommandOptions): Promise<SchemaApplyPresetResult>; schemaInferTypes(options?: SchemaAddTypeInferCommandOptions): Promise<SchemaAddTypeInferResult>; schemaRenameType(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaRenameField(from: string, to: string, options: RunSchemaEvolutionMigrationOptions, type?: string): Promise<SchemaEvolutionMigrationResult>; schemaRemapStatus(from: string, to: string, options: RunSchemaEvolutionMigrationOptions): Promise<SchemaEvolutionMigrationResult>; schemaShowStatus(name: string): Promise<SchemaShowStatusResult>; profile(subcommand: ProfileSubcommand, options?: PmActionOptions): Promise<ProfileResult>; profileList(): Promise<ProfileListResult>; profileShow(name: string): Promise<ProfileShowResult>; profileApply(name: string, options?: ProfileApplyCommandOptions): Promise<ProfileApplyResult>; profileLint(name: string): Promise<ProfileLintResult>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts: true; }>(options: Options): ReadPromise<ValidateCountsResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions> & { counts?: false; } = ValidateCommandOptions & { counts?: false; }>(options?: Options): ReadPromise<ValidateResult, Options>; validate<Options extends ReadOptions<ValidateCommandOptions>>(options: Options): ReadPromise<ValidateResult | ValidateCountsResult, Options>; health<Options extends ReadOptions<RunHealthOptions> = RunHealthOptions>(options?: Options): ReadPromise<HealthResult, Options>; gc(options?: GcCommandOptions): Promise<GcResult>; assurance(input: AssuranceActionInput): Promise<AssuranceActionResult>; historyRedact(id: string, options: HistoryRedactCommandOptions): Promise<HistoryRedactResult>; historyRepair(id: string, options?: HistoryRepairCommandOptions): Promise<HistoryRepairResult>; historyRepairAll(options?: HistoryRepairCommandOptions): Promise<HistoryRepairAllResult>; historyCompact(id: string, options?: HistoryCompactCommandOptions): Promise<HistoryCompactResult>; historyCompactBulk(options: HistoryCompactBulkCommandOptions): Promise<HistoryCompactBulkResult>; historyAuthorAcknowledge(options: AcknowledgeUnknownAuthorEventsOptions): Promise<UnknownAuthorAcknowledgmentResult>; plan(subcommand: PlanSubcommand, id?: string, options?: PlanCommandOptions, stepRef?: string, reorderTo?: number): Promise<PlanCommandResult>; planCreate(options: PlanCommandOptions): Promise<PlanCommandResult>; planShow(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planAddStep(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUpdateStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planCompleteStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planBlockStep(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planReorderStep(id: string, stepRef: string, reorderTo: number, options?: PlanCommandOptions): Promise<PlanCommandResult>; planRemoveStep(id: string, stepRef: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planLink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planUnlink(id: string, stepRef: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDecision(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planDiscovery(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planValidation(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planResume(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; planApprove(id: string, options?: PlanCommandOptions): Promise<PlanCommandResult>; planMaterialize(id: string, options: PlanCommandOptions): Promise<PlanCommandResult>; create(options?: PmCreateActionOptions): Promise<CreateResult>; update(id: string, options?: PmUpdateActionOptions): Promise<UpdateResult>; close(id: string, reason: string, options?: PmClientCloseActionOptions): Promise<CloseResult>; claim(id: string, options?: PmClientFullMutationOptions): Promise<ClaimResult>; claimNext(options?: ClaimNextOptions): Promise<ClaimNextResult>; release(id: string, options?: PmClientFullMutationOptions): Promise<ReleaseResult>; copy(id: string, options?: PmClientFullMutationOptions): Promise<CopyResult>; delete(id: string, options?: PmClientFullMutationOptions): Promise<DeleteResult>; restore(id: string, target: string, options?: PmClientFullMutationOptions): Promise<RestoreResult>; focus(id?: string, options?: PmClientFullMutationOptions): Promise<FocusResult>; startTask(id: string, options?: PmClientFullMutationOptions): Promise<StartTaskResult>; pauseTask(id: string, options?: PmClientFullMutationOptions): Promise<PauseTaskResult>; closeTask(id: string, reason: string, options?: PmClientFullMutationOptions): Promise<CloseTaskResult>; extension(target?: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionList(options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionActivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; extensionDeactivate(target: string, options?: ExtensionCommandOptions): Promise<ExtensionCommandResult>; package(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageList(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageInstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageUninstall(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDoctor(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageManage(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDescribe(target?: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageReload(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageCatalog(options?: PackageCommandOptions): Promise<PackageCommandResult>; packageActivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageDeactivate(target: string, options?: PackageCommandOptions): Promise<PackageCommandResult>; packageMigrate(options?: PackageCommandOptions): Promise<PackageCommandResult>; upgrade(target?: string, options?: UpgradeCommandOptions): Promise<UpgradeResult>; }"
24072
25124
  },
24073
25125
  {
24074
25126
  "classification": "advanced_export",
@@ -24128,13 +25180,13 @@
24128
25180
  "classification": "supported",
24129
25181
  "kind": "interface",
24130
25182
  "name": "PmReadOutputBudgetExceeded",
24131
- "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
25183
+ "signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
24132
25184
  },
24133
25185
  {
24134
25186
  "classification": "supported",
24135
25187
  "kind": "interface",
24136
25188
  "name": "PmReadOutputOptions",
24137
- "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputRowContract?: boolean; }"
25189
+ "signature": "export interface PmReadOutputOptions { outputInclude?: string | string[]; outputLimit?: string | number | \"unbounded\"; outputBudget?: string | number | \"unbounded\"; outputFormat?: \"json\" | \"toon\"; outputSession?: string | PmReadOutputSessionState; outputCursor?: string; outputRowContract?: boolean; }"
24138
25190
  },
24139
25191
  {
24140
25192
  "classification": "supported",
@@ -24146,7 +25198,7 @@
24146
25198
  "classification": "supported",
24147
25199
  "kind": "type",
24148
25200
  "name": "PmReadOutputResultFor",
24149
- "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
25201
+ "signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : \"outputCursor\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
24150
25202
  },
24151
25203
  {
24152
25204
  "classification": "supported",
@@ -24164,7 +25216,7 @@
24164
25216
  "classification": "supported",
24165
25217
  "kind": "interface",
24166
25218
  "name": "PmReadOutputSurfaceContract",
24167
- "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
25219
+ "signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
24168
25220
  },
24169
25221
  {
24170
25222
  "classification": "supported",
@@ -25966,6 +27018,9 @@
25966
27018
  "field_invalid",
25967
27019
  "field_mcp_input_collision",
25968
27020
  "github_source_entry_unbuilt",
27021
+ "history_author_acknowledge_plan_conflict",
27022
+ "history_author_acknowledge_plan_fingerprint_required",
27023
+ "history_author_acknowledge_preview_limit_invalid",
25969
27024
  "history_author_acknowledge_required_values_missing",
25970
27025
  "history_author_acknowledge_selector_conflict",
25971
27026
  "history_author_acknowledge_selector_required",
@@ -26060,6 +27115,10 @@
26060
27115
  "profile_title_empty",
26061
27116
  "project_runtime_stale_mutation",
26062
27117
  "project_runtime_stale_read",
27118
+ "provenance_value_domain_invalid",
27119
+ "read_output_cursor_command_mismatch",
27120
+ "read_output_cursor_invalid",
27121
+ "read_output_cursor_stale",
26063
27122
  "redundant_edge",
26064
27123
  "reindex_already_running",
26065
27124
  "reserved_item_field",
@@ -26092,6 +27151,7 @@
26092
27151
  "tracker_not_initialized",
26093
27152
  "tracker_root_missing",
26094
27153
  "tracker_root_not_directory",
27154
+ "tracker_root_unreadable",
26095
27155
  "type_duplicate",
26096
27156
  "type_invalid",
26097
27157
  "unknown_command",
@@ -26152,6 +27212,7 @@
26152
27212
  "workflow_transition_malformed",
26153
27213
  "workflow_type_empty",
26154
27214
  "workflow_type_unknown",
27215
+ "workspace_history_chain_invalid",
26155
27216
  "workspace_history_state_conflict",
26156
27217
  "workspace_root_pm_path",
26157
27218
  "workspace_snapshot_force_required",