@unbrained/pm-cli 2026.8.20 → 2026.8.21

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 (167) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +22 -0
  3. package/dist/cli/error-guidance.d.ts +20 -0
  4. package/dist/cli/error-guidance.js +29 -30
  5. package/dist/cli-bundle/bundle-manifest.json +151 -151
  6. package/dist/cli-bundle/chunks/chunk-2MA6ZQVZ.js +197 -0
  7. package/dist/cli-bundle/chunks/{chunk-K3EN3LK2.js → chunk-3AFAUHUE.js} +2 -2
  8. package/dist/cli-bundle/chunks/chunk-7VHZS727.js +5 -0
  9. package/dist/cli-bundle/chunks/{chunk-L4LGPBJU.js → chunk-BKYB45NQ.js} +68 -68
  10. package/dist/cli-bundle/chunks/{chunk-4GB2LTOQ.js → chunk-BUNIEJNE.js} +2 -2
  11. package/dist/cli-bundle/chunks/{chunk-XYDDWBZN.js → chunk-JSLOFXGA.js} +3 -3
  12. package/dist/cli-bundle/chunks/{chunk-TSMWLCHS.js → chunk-LARJJ3RK.js} +2 -2
  13. package/dist/cli-bundle/chunks/{chunk-7BRF2BX2.js → chunk-LOVTQ52Z.js} +2 -2
  14. package/dist/cli-bundle/chunks/{chunk-US2ZQW2M.js → chunk-N3DSV4CH.js} +47 -47
  15. package/dist/cli-bundle/chunks/chunk-OCLPLFAY.js +35 -0
  16. package/dist/cli-bundle/chunks/chunk-S4IRYKBU.js +13 -0
  17. package/dist/cli-bundle/chunks/{register-list-query-JSAQCVOC.js → register-list-query-F57EWDEF.js} +2 -2
  18. package/dist/cli-bundle/chunks/{register-mutation-XJPAW63D.js → register-mutation-7IY2D5KO.js} +2 -2
  19. package/dist/cli-bundle/chunks/{register-operations-DSOSB2XQ.js → register-operations-FALL3YTU.js} +2 -2
  20. package/dist/cli-bundle/chunks/{register-setup-QUR6QL2C.js → register-setup-HXU7IZZD.js} +2 -2
  21. package/dist/cli-bundle/focused-chunks/{chunk-FUREQLQN.js → chunk-2NIY5NKG.js} +2 -2
  22. package/dist/cli-bundle/focused-chunks/{chunk-G3C5ERXG.js → chunk-4ERLO7QD.js} +2 -2
  23. package/dist/cli-bundle/focused-chunks/chunk-7WZRLCYF.js +50 -0
  24. package/dist/cli-bundle/focused-chunks/{chunk-AZBACT5T.js → chunk-CKKQSJNN.js} +2 -2
  25. package/dist/cli-bundle/focused-chunks/chunk-EEFKYMDR.js +16 -0
  26. package/dist/cli-bundle/focused-chunks/{chunk-GXWQBE3T.js → chunk-F2A56DHV.js} +2 -2
  27. package/dist/cli-bundle/focused-chunks/{chunk-M32HFIQB.js → chunk-F4YEW5I2.js} +2 -2
  28. package/dist/cli-bundle/focused-chunks/{chunk-UGSS4F5X.js → chunk-FH6DYED3.js} +2 -2
  29. package/dist/cli-bundle/focused-chunks/{chunk-TDR5OGG3.js → chunk-FJ22HNRP.js} +2 -2
  30. package/dist/cli-bundle/focused-chunks/chunk-FV5ACOK7.js +2 -0
  31. package/dist/cli-bundle/focused-chunks/{chunk-Q47EX4DI.js → chunk-JEAVFOWM.js} +2 -2
  32. package/dist/cli-bundle/focused-chunks/{chunk-OM65KHGF.js → chunk-KDNG7TKQ.js} +2 -2
  33. package/dist/cli-bundle/focused-chunks/chunk-NJ63LOP6.js +155 -0
  34. package/dist/cli-bundle/focused-chunks/chunk-NXRTQ7HI.js +2 -0
  35. package/dist/cli-bundle/focused-chunks/{chunk-JWKEDZJI.js → chunk-TJ7EMJ46.js} +2 -2
  36. package/dist/cli-bundle/focused-chunks/{chunk-5L7M4AI7.js → chunk-UZE7XUZK.js} +2 -2
  37. package/dist/cli-bundle/focused-chunks/{chunk-325UXIO7.js → chunk-YKBKIEAJ.js} +2 -2
  38. package/dist/cli-bundle/focused-chunks/{chunk-BLJCGGID.js → chunk-ZOSEELYJ.js} +2 -2
  39. package/dist/cli-bundle/main.js +12 -12
  40. package/dist/cli-bundle/sdk-authoring.js +1 -1
  41. package/dist/cli-bundle/sdk-contracts.js +2 -2
  42. package/dist/cli-bundle/sdk-core.js +40 -40
  43. package/dist/cli-bundle/sdk-governance.js +1 -1
  44. package/dist/cli-bundle/sdk-graph.js +1 -1
  45. package/dist/cli-bundle/sdk-merge.js +32 -32
  46. package/dist/cli-bundle/sdk-query.js +1 -1
  47. package/dist/cli-bundle/sdk-runtime.js +1 -1
  48. package/dist/cli-bundle/sdk-testing.js +1 -1
  49. package/dist/cli-bundle/sdk.js +5 -5
  50. package/dist/core/shared/errors.d.ts +16 -0
  51. package/dist/core/shared/errors.js +2 -2
  52. package/dist/core/store/item-store.js +6 -91
  53. package/dist/core/store/tracker-preflight.d.ts +7 -0
  54. package/dist/core/store/tracker-preflight.js +142 -0
  55. package/dist/sdk/agent/tracker-preflight-contracts.d.ts +63 -0
  56. package/dist/sdk/agent/tracker-preflight-contracts.js +127 -0
  57. package/dist/sdk/annotations.js +6 -7
  58. package/dist/sdk/config.d.ts +5 -0
  59. package/dist/sdk/config.js +5 -5
  60. package/dist/sdk/context-intent-runtime.js +7 -4
  61. package/dist/sdk/contracts.d.ts +1 -0
  62. package/dist/sdk/contracts.js +3 -2
  63. package/dist/sdk/dependencies.js +5 -7
  64. package/dist/sdk/dependency-flag-validation.d.ts +1 -1
  65. package/dist/sdk/dependency-flag-validation.js +10 -4
  66. package/dist/sdk/environment/tracker-preflight.d.ts +6 -0
  67. package/dist/sdk/environment/tracker-preflight.js +10 -0
  68. package/dist/sdk/eval.js +5 -7
  69. package/dist/sdk/files.js +6 -10
  70. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +39 -3
  71. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +69 -8
  72. package/dist/sdk/governance/assurance.d.ts +36 -2
  73. package/dist/sdk/governance/assurance.js +184 -10
  74. package/dist/sdk/governance/gc.js +5 -6
  75. package/dist/sdk/governance/health.js +5 -6
  76. package/dist/sdk/governance/reindex.js +5 -6
  77. package/dist/sdk/governance/validate.d.ts +1 -2
  78. package/dist/sdk/governance/validate.js +6 -12
  79. package/dist/sdk/graph/governance.d.ts +7 -5
  80. package/dist/sdk/graph/governance.js +32 -16
  81. package/dist/sdk/graph/run.js +5 -7
  82. package/dist/sdk/graph/traversal.js +14 -5
  83. package/dist/sdk/history-compact.js +6 -9
  84. package/dist/sdk/history-read.js +5 -7
  85. package/dist/sdk/history-redact.js +5 -6
  86. package/dist/sdk/history-repair.js +6 -9
  87. package/dist/sdk/improvement-ledger.js +7 -10
  88. package/dist/sdk/index.d.ts +2 -0
  89. package/dist/sdk/index.js +4 -2
  90. package/dist/sdk/lifecycle/append.d.ts +0 -5
  91. package/dist/sdk/lifecycle/append.js +5 -6
  92. package/dist/sdk/lifecycle/claim.d.ts +0 -5
  93. package/dist/sdk/lifecycle/claim.js +6 -9
  94. package/dist/sdk/lifecycle/close-many.d.ts +0 -5
  95. package/dist/sdk/lifecycle/close-many.js +5 -6
  96. package/dist/sdk/lifecycle/close.d.ts +0 -5
  97. package/dist/sdk/lifecycle/close.js +5 -6
  98. package/dist/sdk/lifecycle/copy.d.ts +0 -5
  99. package/dist/sdk/lifecycle/copy.js +5 -6
  100. package/dist/sdk/lifecycle/create.d.ts +0 -5
  101. package/dist/sdk/lifecycle/create.js +5 -9
  102. package/dist/sdk/lifecycle/delete.js +5 -6
  103. package/dist/sdk/lifecycle/focus.d.ts +0 -5
  104. package/dist/sdk/lifecycle/focus.js +5 -6
  105. package/dist/sdk/lifecycle/plan.d.ts +0 -5
  106. package/dist/sdk/lifecycle/plan.js +5 -6
  107. package/dist/sdk/lifecycle/restore.js +5 -6
  108. package/dist/sdk/lifecycle/update-many.d.ts +0 -5
  109. package/dist/sdk/lifecycle/update-many.js +5 -6
  110. package/dist/sdk/lifecycle/update.d.ts +0 -5
  111. package/dist/sdk/lifecycle/update.js +48 -9
  112. package/dist/sdk/linked-artifacts.js +6 -7
  113. package/dist/sdk/merge/install.js +5 -6
  114. package/dist/sdk/mutation-events.js +5 -7
  115. package/dist/sdk/package-import-adapters.js +6 -8
  116. package/dist/sdk/profile.js +6 -7
  117. package/dist/sdk/query/activity.js +5 -6
  118. package/dist/sdk/query/calendar.js +5 -6
  119. package/dist/sdk/query/get.d.ts +0 -5
  120. package/dist/sdk/query/get.js +5 -6
  121. package/dist/sdk/query/history.d.ts +0 -5
  122. package/dist/sdk/query/history.js +5 -6
  123. package/dist/sdk/query/list.js +5 -7
  124. package/dist/sdk/query/search.js +5 -7
  125. package/dist/sdk/relationship-kinds/contract.d.ts +8 -0
  126. package/dist/sdk/relationship-kinds/contract.js +13 -13
  127. package/dist/sdk/relationships.d.ts +1 -1
  128. package/dist/sdk/relationships.js +20 -2
  129. package/dist/sdk/schema-migration.js +6 -7
  130. package/dist/sdk/schema.js +5 -6
  131. package/dist/sdk/stats.js +5 -8
  132. package/dist/sdk/templates.js +5 -6
  133. package/dist/sdk/test/batch.js +5 -7
  134. package/dist/sdk/test/execution.js +4 -5
  135. package/dist/sdk/test/runs.js +5 -7
  136. package/docs/AGENT_UX_CONTRACTS.md +8 -1
  137. package/docs/DEPENDENCY_KIND_CONTRACT.md +12 -1
  138. package/docs/RECURRENCE_RECOVERY_CONTRACTS.md +37 -0
  139. package/docs/RELATIONSHIP_GRAPH.md +92 -10
  140. package/docs/SDK_PRIMITIVE_INVENTORY.md +15 -1
  141. package/marketplace.json +2 -2
  142. package/package.json +1 -1
  143. package/packages/pm-beads/package.json +1 -1
  144. package/packages/pm-calendar/package.json +1 -1
  145. package/packages/pm-command-kit/package.json +1 -1
  146. package/packages/pm-digital-twin/package.json +1 -1
  147. package/packages/pm-governance-audit/package.json +1 -1
  148. package/packages/pm-guide-shell/package.json +1 -1
  149. package/packages/pm-kanban/package.json +1 -1
  150. package/packages/pm-lifecycle-hooks/package.json +1 -1
  151. package/packages/pm-linked-test-adapters/package.json +1 -1
  152. package/packages/pm-search-advanced/package.json +1 -1
  153. package/packages/pm-templates/package.json +1 -1
  154. package/packages/pm-todos/package.json +1 -1
  155. package/packages/pm-vcs/package.json +1 -1
  156. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  157. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  158. package/sdk/public-surface.json +255 -21
  159. package/dist/cli-bundle/chunks/chunk-2RDVGYWE.js +0 -13
  160. package/dist/cli-bundle/chunks/chunk-BLVQHFSY.js +0 -35
  161. package/dist/cli-bundle/chunks/chunk-CU25EQVV.js +0 -5
  162. package/dist/cli-bundle/chunks/chunk-RS3IV2R6.js +0 -197
  163. package/dist/cli-bundle/focused-chunks/chunk-6AHG2YW7.js +0 -50
  164. package/dist/cli-bundle/focused-chunks/chunk-KYZ6JGPL.js +0 -155
  165. package/dist/cli-bundle/focused-chunks/chunk-RIHDMCUM.js +0 -2
  166. package/dist/cli-bundle/focused-chunks/chunk-T4ZFY7ZJ.js +0 -16
  167. package/dist/cli-bundle/focused-chunks/chunk-Z3PLWSGM.js +0 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "aggregate_completeness": {
3
- "covered_symbols": 1743,
3
+ "covered_symbols": 1755,
4
4
  "excluded": [
5
5
  {
6
6
  "name": "_testOnlyCliContracts",
@@ -8,7 +8,7 @@
8
8
  }
9
9
  ],
10
10
  "missing": [],
11
- "required_symbols": 1744
11
+ "required_symbols": 1756
12
12
  },
13
13
  "breaking_acknowledgements": [
14
14
  {
@@ -902,6 +902,71 @@
902
902
  ],
903
903
  "package_version": "2026.8.19",
904
904
  "reason": "Replace non-executable item action with the executable item-reopen action in the typed transport contract"
905
+ },
906
+ {
907
+ "changes": [
908
+ "signature ./sdk:PmTrackerPreflightFailureKind",
909
+ "signature ./sdk:PmTrackerPreflightRecoveryContract",
910
+ "signature ./sdk:PmTrackerPreflightRecoveryKind",
911
+ "signature ./sdk/contracts:PmTrackerPreflightFailureKind",
912
+ "signature ./sdk/contracts:PmTrackerPreflightRecoveryContract",
913
+ "signature ./sdk/contracts:PmTrackerPreflightRecoveryKind"
914
+ ],
915
+ "package_version": "2026.8.20",
916
+ "reason": "Expand tracker preflight failure and recovery unions with executable unreadable-root repair contracts"
917
+ },
918
+ {
919
+ "changes": [
920
+ "signature ./sdk:PmCliErrorContext",
921
+ "signature ./sdk:RelationshipCoverageProfile",
922
+ "signature ./sdk:RelationshipKindDefinition",
923
+ "signature ./sdk/graph:RelationshipCoverageProfile",
924
+ "signature ./sdk/graph:RelationshipKindDefinition"
925
+ ],
926
+ "package_version": "2026.8.20",
927
+ "reason": "Add declarative traversal and typed outcome fields plus structured dependency-refusal context; existing runtime behavior remains backward compatible and new fields are additive."
928
+ },
929
+ {
930
+ "changes": [
931
+ "signature ./sdk:RelationshipCoverageProfile",
932
+ "signature ./sdk/graph:RelationshipCoverageProfile"
933
+ ],
934
+ "package_version": "2026.8.20",
935
+ "reason": "Add declarative traversal and typed outcome fields plus structured dependency-refusal context; existing runtime behavior remains backward compatible and new fields are additive."
936
+ },
937
+ {
938
+ "changes": [
939
+ "signature ./sdk:RelationshipCoverageProfile",
940
+ "signature ./sdk/graph:RelationshipCoverageProfile"
941
+ ],
942
+ "package_version": "2026.8.20",
943
+ "reason": "Add declarative traversal and typed outcome fields plus structured dependency-refusal context; existing runtime behavior remains backward compatible and new fields are additive."
944
+ },
945
+ {
946
+ "changes": [
947
+ "signature ./sdk:ASSURANCE_MEASUREMENT_SOURCE_KINDS",
948
+ "signature ./sdk:AssuranceDependencyKindSource",
949
+ "signature ./sdk:AssuranceDependencyRecord",
950
+ "signature ./sdk:AssuranceMeasurementSource",
951
+ "signature ./sdk/governance:ASSURANCE_MEASUREMENT_SOURCE_KINDS",
952
+ "signature ./sdk/governance:AssuranceDependencyKindSource",
953
+ "signature ./sdk/governance:AssuranceDependencyRecord",
954
+ "signature ./sdk/governance:AssuranceMeasurementSource"
955
+ ],
956
+ "package_version": "2026.8.20",
957
+ "reason": "Add provenance filters and prose-edge-gap assurance source while preserving existing source contracts"
958
+ },
959
+ {
960
+ "changes": [
961
+ "signature ./sdk:AssuranceAssertionVerdict",
962
+ "signature ./sdk:AssuranceExternalMeasurementResult",
963
+ "signature ./sdk:AssuranceMeasurementResult",
964
+ "signature ./sdk/governance:AssuranceAssertionVerdict",
965
+ "signature ./sdk/governance:AssuranceExternalMeasurementResult",
966
+ "signature ./sdk/governance:AssuranceMeasurementResult"
967
+ ],
968
+ "package_version": "2026.8.20",
969
+ "reason": "Expose exact prose-gap partitions on measurement and gate receipts while keeping fields optional for existing SDK consumers"
905
970
  }
906
971
  ],
907
972
  "entrypoints": {
@@ -1640,6 +1705,12 @@
1640
1705
  "name": "assertHistoryRepairTarget",
1641
1706
  "signature": "(id: string | undefined, all: boolean) => void | calls: (id: string | undefined, all: boolean) => void"
1642
1707
  },
1708
+ {
1709
+ "classification": "advanced_export",
1710
+ "kind": "function",
1711
+ "name": "assertInitializedTracker",
1712
+ "signature": "(pmRoot: string) => Promise<void> | calls: (pmRoot: string) => Promise<void>"
1713
+ },
1643
1714
  {
1644
1715
  "classification": "advanced_export",
1645
1716
  "kind": "function",
@@ -1694,6 +1765,12 @@
1694
1765
  "name": "assertProjectRuntimeCompatibility",
1695
1766
  "signature": "(options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult | calls: (options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult"
1696
1767
  },
1768
+ {
1769
+ "classification": "advanced_export",
1770
+ "kind": "function",
1771
+ "name": "assertReadableTrackerRoot",
1772
+ "signature": "(pmRoot: string) => Promise<void> | calls: (pmRoot: string) => Promise<void>"
1773
+ },
1697
1774
  {
1698
1775
  "classification": "supported",
1699
1776
  "kind": "function",
@@ -1836,7 +1913,7 @@
1836
1913
  "classification": "supported",
1837
1914
  "kind": "value",
1838
1915
  "name": "ASSURANCE_MEASUREMENT_SOURCE_KINDS",
1839
- "signature": "readonly [\"items\", \"dependency_kind\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
1916
+ "signature": "readonly [\"items\", \"dependency_kind\", \"prose_edge_gap\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
1840
1917
  },
1841
1918
  {
1842
1919
  "classification": "supported",
@@ -1890,7 +1967,7 @@
1890
1967
  "classification": "supported",
1891
1968
  "kind": "interface",
1892
1969
  "name": "AssuranceAssertionVerdict",
1893
- "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[]; }"
1970
+ "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[]; partitions?: Readonly<Record<string, number>>; }"
1894
1971
  },
1895
1972
  {
1896
1973
  "classification": "supported",
@@ -1926,13 +2003,13 @@
1926
2003
  "classification": "supported",
1927
2004
  "kind": "interface",
1928
2005
  "name": "AssuranceDependencyKindSource",
1929
- "signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; }"
2006
+ "signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; source_kind?: string; source_kind_prefix?: string; source_kind_state?: \"present\" | \"missing\"; }"
1930
2007
  },
1931
2008
  {
1932
2009
  "classification": "supported",
1933
2010
  "kind": "interface",
1934
2011
  "name": "AssuranceDependencyRecord",
1935
- "signature": "export interface AssuranceDependencyRecord { id: string; kind: string; }"
2012
+ "signature": "export interface AssuranceDependencyRecord { id: string; kind: string; source_kind?: string; }"
1936
2013
  },
1937
2014
  {
1938
2015
  "classification": "supported",
@@ -1986,7 +2063,7 @@
1986
2063
  "classification": "supported",
1987
2064
  "kind": "interface",
1988
2065
  "name": "AssuranceExternalMeasurementResult",
1989
- "signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; }"
2066
+ "signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; partitions?: Readonly<Record<string, number>>; }"
1990
2067
  },
1991
2068
  {
1992
2069
  "classification": "supported",
@@ -2082,13 +2159,13 @@
2082
2159
  "classification": "supported",
2083
2160
  "kind": "interface",
2084
2161
  "name": "AssuranceMeasurementResult",
2085
- "signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; }"
2162
+ "signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; partitions?: Readonly<Record<string, number>>; }"
2086
2163
  },
2087
2164
  {
2088
2165
  "classification": "supported",
2089
2166
  "kind": "type",
2090
2167
  "name": "AssuranceMeasurementSource",
2091
- "signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
2168
+ "signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceProseEdgeGapSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
2092
2169
  },
2093
2170
  {
2094
2171
  "classification": "supported",
@@ -2132,6 +2209,18 @@
2132
2209
  "name": "AssurancePresetId",
2133
2210
  "signature": "export type AssurancePresetId = (typeof ASSURANCE_PRESET_IDS)[number];"
2134
2211
  },
2212
+ {
2213
+ "classification": "supported",
2214
+ "kind": "interface",
2215
+ "name": "AssuranceProseEdgeExemption",
2216
+ "signature": "export interface AssuranceProseEdgeExemption { holder_id: string; target_id?: string; text_contains?: string; reason: string; }"
2217
+ },
2218
+ {
2219
+ "classification": "supported",
2220
+ "kind": "interface",
2221
+ "name": "AssuranceProseEdgeGapSource",
2222
+ "signature": "export interface AssuranceProseEdgeGapSource { kind: \"prose_edge_gap\"; exemptions?: AssuranceProseEdgeExemption[]; sample_limit?: number; }"
2223
+ },
2135
2224
  {
2136
2225
  "classification": "supported",
2137
2226
  "kind": "type",
@@ -2504,6 +2593,12 @@
2504
2593
  "name": "buildSemanticCorpusInput",
2505
2594
  "signature": "(document: ItemDocument, options?: SemanticCorpusInputOptions) => string | calls: (document: ItemDocument, options?: SemanticCorpusInputOptions) => string"
2506
2595
  },
2596
+ {
2597
+ "classification": "advanced_export",
2598
+ "kind": "function",
2599
+ "name": "buildTrackerInitializationRecovery",
2600
+ "signature": "(pmRoot: string) => PmCliErrorRecoveryPayload | calls: (pmRoot: string) => PmCliErrorRecoveryPayload"
2601
+ },
2507
2602
  {
2508
2603
  "classification": "advanced_export",
2509
2604
  "kind": "function",
@@ -7886,6 +7981,12 @@
7886
7981
  "name": "ListSortOrder",
7887
7982
  "signature": "export type ListSortOrder = (typeof LIST_SORT_ORDER_VALUES)[number];"
7888
7983
  },
7984
+ {
7985
+ "classification": "contract_data",
7986
+ "kind": "function",
7987
+ "name": "listTrackerPreflightRecoveryContracts",
7988
+ "signature": "() => PmTrackerPreflightRecoveryContract[] | calls: () => PmTrackerPreflightRecoveryContract[]"
7989
+ },
7889
7990
  {
7890
7991
  "classification": "supported",
7891
7992
  "kind": "type",
@@ -9792,7 +9893,7 @@
9792
9893
  "classification": "advanced_export",
9793
9894
  "kind": "interface",
9794
9895
  "name": "PmCliErrorContext",
9795
- "signature": "export interface PmCliErrorContext { code?: string; reason?: string; field?: string; gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; source_id?: string; source_created_at?: string; target_id?: string; target_created_at?: string; temporal_order?: 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; }"
9896
+ "signature": "export interface PmCliErrorContext { code?: string; reason?: string; field?: string; gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; source_id?: string; source_created_at?: string; target_id?: string; target_created_at?: string; temporal_order?: string; check?: string; format?: string; flag?: string; value?: 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[]; unmatched_selectors?: Array<{ id: string; kind?: string; source_kind?: string; }>; available_dependencies?: Array<{ id: string; kind: string; source_kind?: 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; }"
9796
9897
  },
9797
9898
  {
9798
9899
  "classification": "advanced_export",
@@ -10580,6 +10681,42 @@
10580
10681
  "name": "PmToolCustomFieldCollision",
10581
10682
  "signature": "export interface PmToolCustomFieldCollision { field: string; property: string; owner: \"mcp_tool_input\"; nested_path: string; }"
10582
10683
  },
10684
+ {
10685
+ "classification": "contract_data",
10686
+ "kind": "type",
10687
+ "name": "PmTrackerPreflightFailureKind",
10688
+ "signature": "export type PmTrackerPreflightFailureKind = \"missing_root\" | \"settings_missing\" | \"not_directory\" | \"unreadable_root\";"
10689
+ },
10690
+ {
10691
+ "classification": "contract_data",
10692
+ "kind": "interface",
10693
+ "name": "PmTrackerPreflightRecoveryContract",
10694
+ "signature": "export interface PmTrackerPreflightRecoveryContract { probe_id: string; failure_kind: PmTrackerPreflightFailureKind; expected_error_code: string; expected_exit_code: 1 | 2 | 3; recovery_kind: PmTrackerPreflightRecoveryKind; }"
10695
+ },
10696
+ {
10697
+ "classification": "contract_data",
10698
+ "kind": "interface",
10699
+ "name": "PmTrackerPreflightRecoveryFinding",
10700
+ "signature": "export interface PmTrackerPreflightRecoveryFinding { code: \"missing_probe\" | \"error_code_mismatch\" | \"exit_code_mismatch\" | \"recovery_kind_mismatch\" | \"missing_init_recovery\" | \"unsafe_init_recovery\" | \"retry_failed\"; probe_id: string; detail: string; }"
10701
+ },
10702
+ {
10703
+ "classification": "contract_data",
10704
+ "kind": "type",
10705
+ "name": "PmTrackerPreflightRecoveryKind",
10706
+ "signature": "export type PmTrackerPreflightRecoveryKind = \"initialize\" | \"select_directory\" | \"repair_permissions\";"
10707
+ },
10708
+ {
10709
+ "classification": "contract_data",
10710
+ "kind": "interface",
10711
+ "name": "PmTrackerPreflightRecoveryObservation",
10712
+ "signature": "export interface PmTrackerPreflightRecoveryObservation { probe_id: string; error_code: string; exit_code: number; recovery_kind: PmTrackerPreflightRecoveryKind; suggested_retry_args: string[]; retry_succeeded: boolean; unsafe_init_recommended: boolean; }"
10713
+ },
10714
+ {
10715
+ "classification": "contract_data",
10716
+ "kind": "interface",
10717
+ "name": "PmTrackerPreflightRecoveryReport",
10718
+ "signature": "export interface PmTrackerPreflightRecoveryReport { ok: boolean; probe_count: number; closed_probe_count: number; findings: PmTrackerPreflightRecoveryFinding[]; }"
10719
+ },
10583
10720
  {
10584
10721
  "classification": "contract_data",
10585
10722
  "kind": "type",
@@ -11832,7 +11969,7 @@
11832
11969
  "classification": "supported",
11833
11970
  "kind": "interface",
11834
11971
  "name": "RelationshipCoverageProfile",
11835
- "signature": "export interface RelationshipCoverageProfile { nodes: number; recorded_nodes?: number; edges: number; informative_edges?: number; redundant_edges?: number; ordering_contradiction_edges?: number; edge_basis: \"deduplicated_directed\"; edges_by_kind: Record<string, number>; edge_share_by_kind: Record<string, number>; semantic_edges: number; semantic_edge_share: number; active_nodes: number; missing_nodes: number; isolated_active_nodes: number; degree_leq_one_active_nodes: number; coverage_by_type: Record<string, RelationshipCoverageTypeProfile>; articulation_points: number; bridge_edges: number; outcome_nodes: number; active_outcome_reachable_nodes: number; active_outcome_unreachable_nodes: number; active_outcome_reachability_basis_points: number; terminal_nodes: number; terminal_outcome_reachable_nodes: number; terminal_outcome_unreachable_nodes: number; terminal_outcome_reachability_basis_points: number; outcome_reachable_nodes: number; outcome_unreachable_nodes: number; outcome_reachability_basis_points: number; finding_subjects_by_code: Record<RelationshipAuditFindingCode, number>; }"
11972
+ "signature": "export interface RelationshipCoverageProfile { nodes: number; recorded_nodes?: number; edges: number; informative_edges?: number; redundant_edges?: number; ordering_contradiction_edges?: number; edge_basis: \"deduplicated_directed\"; edges_by_kind: Record<string, number>; edge_share_by_kind: Record<string, number>; semantic_edges: number; semantic_edge_share: number; active_nodes: number; missing_nodes: number; isolated_active_nodes: number; degree_leq_one_active_nodes: number; coverage_by_type: Record<string, RelationshipCoverageTypeProfile>; articulation_points: number; bridge_edges: number; outcome_nodes: number; outcome_reachability_basis: Record<RelationshipOutcomeTraversal, string>; active_outcome_reachable_nodes: number; active_outcome_unreachable_nodes: number; active_outcome_reachability_basis_points: number; terminal_nodes: number; terminal_outcome_reachable_nodes: number; terminal_outcome_unreachable_nodes: number; terminal_outcome_reachability_basis_points: number; outcome_reachable_nodes: number; outcome_unreachable_nodes: number; outcome_reachability_basis_points: number; finding_subjects_by_code: Record<RelationshipAuditFindingCode, number>; }"
11836
11973
  },
11837
11974
  {
11838
11975
  "classification": "supported",
@@ -12066,7 +12203,7 @@
12066
12203
  "classification": "supported",
12067
12204
  "kind": "interface",
12068
12205
  "name": "RelationshipKindDefinition",
12069
- "signature": "export interface RelationshipKindDefinition { kind: string; direction: RelationshipDirection; inverse?: string; ordering: boolean; temporalOrder?: RelationshipTemporalOrder; precedence?: RelationshipPrecedence; hierarchy: boolean; hierarchyDirection?: RelationshipHierarchyDirection; outgoing: RelationshipCardinality; incoming: RelationshipCardinality; lifecycle: RelationshipLifecycle; payloadSchema?: Readonly<Record<string, unknown>>; aliases?: readonly string[]; compatibilityVersion: number; allowSelf: boolean; }"
12206
+ "signature": "export interface RelationshipKindDefinition { kind: string; direction: RelationshipDirection; traversal?: RelationshipTraversalFamily; outcomeTraversal?: RelationshipOutcomeTraversal; inverse?: string; ordering: boolean; temporalOrder?: RelationshipTemporalOrder; precedence?: RelationshipPrecedence; hierarchy: boolean; hierarchyDirection?: RelationshipHierarchyDirection; outgoing: RelationshipCardinality; incoming: RelationshipCardinality; lifecycle: RelationshipLifecycle; payloadSchema?: Readonly<Record<string, unknown>>; aliases?: readonly string[]; compatibilityVersion: number; allowSelf: boolean; }"
12070
12207
  },
12071
12208
  {
12072
12209
  "classification": "supported",
@@ -12092,6 +12229,12 @@
12092
12229
  "name": "RelationshipNeighborEdge",
12093
12230
  "signature": "export interface RelationshipNeighborEdge { id: string; edge: RelationshipEdge; }"
12094
12231
  },
12232
+ {
12233
+ "classification": "supported",
12234
+ "kind": "type",
12235
+ "name": "RelationshipOutcomeTraversal",
12236
+ "signature": "export type RelationshipOutcomeTraversal = \"source_to_target\" | \"target_to_source\" | \"both\";"
12237
+ },
12095
12238
  {
12096
12239
  "classification": "supported",
12097
12240
  "kind": "interface",
@@ -12206,6 +12349,12 @@
12206
12349
  "name": "RelationshipTraversalDirection",
12207
12350
  "signature": "export type RelationshipTraversalDirection = \"outgoing\" | \"incoming\" | \"both\";"
12208
12351
  },
12352
+ {
12353
+ "classification": "supported",
12354
+ "kind": "type",
12355
+ "name": "RelationshipTraversalFamily",
12356
+ "signature": "export type RelationshipTraversalFamily = \"hierarchy\" | \"ordering\" | \"semantic\" | \"association\";"
12357
+ },
12209
12358
  {
12210
12359
  "classification": "supported",
12211
12360
  "kind": "function",
@@ -14360,6 +14509,12 @@
14360
14509
  "name": "scorePreparedItemSimilarity",
14361
14510
  "signature": "(left: PreparedSimilarityText, right: PreparedSimilarityText) => ItemSimilarityScore | calls: (left: PreparedSimilarityText, right: PreparedSimilarityText) => ItemSimilarityScore"
14362
14511
  },
14512
+ {
14513
+ "classification": "contract_data",
14514
+ "kind": "function",
14515
+ "name": "scoreTrackerPreflightRecoveryClosure",
14516
+ "signature": "(observations: readonly PmTrackerPreflightRecoveryObservation[]) => PmTrackerPreflightRecoveryReport | calls: (observations: readonly PmTrackerPreflightRecoveryObservation[]) => PmTrackerPreflightRecoveryReport"
14517
+ },
14363
14518
  {
14364
14519
  "classification": "advanced_export",
14365
14520
  "kind": "interface",
@@ -18530,6 +18685,12 @@
18530
18685
  "name": "listPmFlagSpellingInventory",
18531
18686
  "signature": "() => readonly PmFlagSpellingInventoryEntry[] | calls: () => readonly PmFlagSpellingInventoryEntry[]"
18532
18687
  },
18688
+ {
18689
+ "classification": "contract_data",
18690
+ "kind": "function",
18691
+ "name": "listTrackerPreflightRecoveryContracts",
18692
+ "signature": "() => PmTrackerPreflightRecoveryContract[] | calls: () => PmTrackerPreflightRecoveryContract[]"
18693
+ },
18533
18694
  {
18534
18695
  "classification": "contract_data",
18535
18696
  "kind": "value",
@@ -19388,6 +19549,42 @@
19388
19549
  "name": "PmToolCustomFieldCollision",
19389
19550
  "signature": "export interface PmToolCustomFieldCollision { field: string; property: string; owner: \"mcp_tool_input\"; nested_path: string; }"
19390
19551
  },
19552
+ {
19553
+ "classification": "contract_data",
19554
+ "kind": "type",
19555
+ "name": "PmTrackerPreflightFailureKind",
19556
+ "signature": "export type PmTrackerPreflightFailureKind = \"missing_root\" | \"settings_missing\" | \"not_directory\" | \"unreadable_root\";"
19557
+ },
19558
+ {
19559
+ "classification": "contract_data",
19560
+ "kind": "interface",
19561
+ "name": "PmTrackerPreflightRecoveryContract",
19562
+ "signature": "export interface PmTrackerPreflightRecoveryContract { probe_id: string; failure_kind: PmTrackerPreflightFailureKind; expected_error_code: string; expected_exit_code: 1 | 2 | 3; recovery_kind: PmTrackerPreflightRecoveryKind; }"
19563
+ },
19564
+ {
19565
+ "classification": "contract_data",
19566
+ "kind": "interface",
19567
+ "name": "PmTrackerPreflightRecoveryFinding",
19568
+ "signature": "export interface PmTrackerPreflightRecoveryFinding { code: \"missing_probe\" | \"error_code_mismatch\" | \"exit_code_mismatch\" | \"recovery_kind_mismatch\" | \"missing_init_recovery\" | \"unsafe_init_recovery\" | \"retry_failed\"; probe_id: string; detail: string; }"
19569
+ },
19570
+ {
19571
+ "classification": "contract_data",
19572
+ "kind": "type",
19573
+ "name": "PmTrackerPreflightRecoveryKind",
19574
+ "signature": "export type PmTrackerPreflightRecoveryKind = \"initialize\" | \"select_directory\" | \"repair_permissions\";"
19575
+ },
19576
+ {
19577
+ "classification": "contract_data",
19578
+ "kind": "interface",
19579
+ "name": "PmTrackerPreflightRecoveryObservation",
19580
+ "signature": "export interface PmTrackerPreflightRecoveryObservation { probe_id: string; error_code: string; exit_code: number; recovery_kind: PmTrackerPreflightRecoveryKind; suggested_retry_args: string[]; retry_succeeded: boolean; unsafe_init_recommended: boolean; }"
19581
+ },
19582
+ {
19583
+ "classification": "contract_data",
19584
+ "kind": "interface",
19585
+ "name": "PmTrackerPreflightRecoveryReport",
19586
+ "signature": "export interface PmTrackerPreflightRecoveryReport { ok: boolean; probe_count: number; closed_probe_count: number; findings: PmTrackerPreflightRecoveryFinding[]; }"
19587
+ },
19391
19588
  {
19392
19589
  "classification": "contract_data",
19393
19590
  "kind": "type",
@@ -19598,6 +19795,12 @@
19598
19795
  "name": "scorePmRefusalClosure",
19599
19796
  "signature": "(observations: readonly PmRefusalClosureObservation[]) => PmRefusalClosureReport | calls: (observations: readonly PmRefusalClosureObservation[]) => PmRefusalClosureReport"
19600
19797
  },
19798
+ {
19799
+ "classification": "contract_data",
19800
+ "kind": "function",
19801
+ "name": "scoreTrackerPreflightRecoveryClosure",
19802
+ "signature": "(observations: readonly PmTrackerPreflightRecoveryObservation[]) => PmTrackerPreflightRecoveryReport | calls: (observations: readonly PmTrackerPreflightRecoveryObservation[]) => PmTrackerPreflightRecoveryReport"
19803
+ },
19601
19804
  {
19602
19805
  "classification": "contract_data",
19603
19806
  "kind": "interface",
@@ -21222,7 +21425,7 @@
21222
21425
  "classification": "supported",
21223
21426
  "kind": "value",
21224
21427
  "name": "ASSURANCE_MEASUREMENT_SOURCE_KINDS",
21225
- "signature": "readonly [\"items\", \"dependency_kind\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
21428
+ "signature": "readonly [\"items\", \"dependency_kind\", \"prose_edge_gap\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
21226
21429
  },
21227
21430
  {
21228
21431
  "classification": "supported",
@@ -21276,7 +21479,7 @@
21276
21479
  "classification": "supported",
21277
21480
  "kind": "interface",
21278
21481
  "name": "AssuranceAssertionVerdict",
21279
- "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[]; }"
21482
+ "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[]; partitions?: Readonly<Record<string, number>>; }"
21280
21483
  },
21281
21484
  {
21282
21485
  "classification": "supported",
@@ -21312,13 +21515,13 @@
21312
21515
  "classification": "supported",
21313
21516
  "kind": "interface",
21314
21517
  "name": "AssuranceDependencyKindSource",
21315
- "signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; }"
21518
+ "signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; source_kind?: string; source_kind_prefix?: string; source_kind_state?: \"present\" | \"missing\"; }"
21316
21519
  },
21317
21520
  {
21318
21521
  "classification": "supported",
21319
21522
  "kind": "interface",
21320
21523
  "name": "AssuranceDependencyRecord",
21321
- "signature": "export interface AssuranceDependencyRecord { id: string; kind: string; }"
21524
+ "signature": "export interface AssuranceDependencyRecord { id: string; kind: string; source_kind?: string; }"
21322
21525
  },
21323
21526
  {
21324
21527
  "classification": "supported",
@@ -21372,7 +21575,7 @@
21372
21575
  "classification": "supported",
21373
21576
  "kind": "interface",
21374
21577
  "name": "AssuranceExternalMeasurementResult",
21375
- "signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; }"
21578
+ "signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; partitions?: Readonly<Record<string, number>>; }"
21376
21579
  },
21377
21580
  {
21378
21581
  "classification": "supported",
@@ -21468,13 +21671,13 @@
21468
21671
  "classification": "supported",
21469
21672
  "kind": "interface",
21470
21673
  "name": "AssuranceMeasurementResult",
21471
- "signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; }"
21674
+ "signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; partitions?: Readonly<Record<string, number>>; }"
21472
21675
  },
21473
21676
  {
21474
21677
  "classification": "supported",
21475
21678
  "kind": "type",
21476
21679
  "name": "AssuranceMeasurementSource",
21477
- "signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
21680
+ "signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceProseEdgeGapSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
21478
21681
  },
21479
21682
  {
21480
21683
  "classification": "supported",
@@ -21518,6 +21721,18 @@
21518
21721
  "name": "AssurancePresetId",
21519
21722
  "signature": "export type AssurancePresetId = (typeof ASSURANCE_PRESET_IDS)[number];"
21520
21723
  },
21724
+ {
21725
+ "classification": "supported",
21726
+ "kind": "interface",
21727
+ "name": "AssuranceProseEdgeExemption",
21728
+ "signature": "export interface AssuranceProseEdgeExemption { holder_id: string; target_id?: string; text_contains?: string; reason: string; }"
21729
+ },
21730
+ {
21731
+ "classification": "supported",
21732
+ "kind": "interface",
21733
+ "name": "AssuranceProseEdgeGapSource",
21734
+ "signature": "export interface AssuranceProseEdgeGapSource { kind: \"prose_edge_gap\"; exemptions?: AssuranceProseEdgeExemption[]; sample_limit?: number; }"
21735
+ },
21521
21736
  {
21522
21737
  "classification": "supported",
21523
21738
  "kind": "type",
@@ -23340,7 +23555,7 @@
23340
23555
  "classification": "supported",
23341
23556
  "kind": "interface",
23342
23557
  "name": "RelationshipCoverageProfile",
23343
- "signature": "export interface RelationshipCoverageProfile { nodes: number; recorded_nodes?: number; edges: number; informative_edges?: number; redundant_edges?: number; ordering_contradiction_edges?: number; edge_basis: \"deduplicated_directed\"; edges_by_kind: Record<string, number>; edge_share_by_kind: Record<string, number>; semantic_edges: number; semantic_edge_share: number; active_nodes: number; missing_nodes: number; isolated_active_nodes: number; degree_leq_one_active_nodes: number; coverage_by_type: Record<string, RelationshipCoverageTypeProfile>; articulation_points: number; bridge_edges: number; outcome_nodes: number; active_outcome_reachable_nodes: number; active_outcome_unreachable_nodes: number; active_outcome_reachability_basis_points: number; terminal_nodes: number; terminal_outcome_reachable_nodes: number; terminal_outcome_unreachable_nodes: number; terminal_outcome_reachability_basis_points: number; outcome_reachable_nodes: number; outcome_unreachable_nodes: number; outcome_reachability_basis_points: number; finding_subjects_by_code: Record<RelationshipAuditFindingCode, number>; }"
23558
+ "signature": "export interface RelationshipCoverageProfile { nodes: number; recorded_nodes?: number; edges: number; informative_edges?: number; redundant_edges?: number; ordering_contradiction_edges?: number; edge_basis: \"deduplicated_directed\"; edges_by_kind: Record<string, number>; edge_share_by_kind: Record<string, number>; semantic_edges: number; semantic_edge_share: number; active_nodes: number; missing_nodes: number; isolated_active_nodes: number; degree_leq_one_active_nodes: number; coverage_by_type: Record<string, RelationshipCoverageTypeProfile>; articulation_points: number; bridge_edges: number; outcome_nodes: number; outcome_reachability_basis: Record<RelationshipOutcomeTraversal, string>; active_outcome_reachable_nodes: number; active_outcome_unreachable_nodes: number; active_outcome_reachability_basis_points: number; terminal_nodes: number; terminal_outcome_reachable_nodes: number; terminal_outcome_unreachable_nodes: number; terminal_outcome_reachability_basis_points: number; outcome_reachable_nodes: number; outcome_unreachable_nodes: number; outcome_reachability_basis_points: number; finding_subjects_by_code: Record<RelationshipAuditFindingCode, number>; }"
23344
23559
  },
23345
23560
  {
23346
23561
  "classification": "supported",
@@ -23574,7 +23789,7 @@
23574
23789
  "classification": "supported",
23575
23790
  "kind": "interface",
23576
23791
  "name": "RelationshipKindDefinition",
23577
- "signature": "export interface RelationshipKindDefinition { kind: string; direction: RelationshipDirection; inverse?: string; ordering: boolean; temporalOrder?: RelationshipTemporalOrder; precedence?: RelationshipPrecedence; hierarchy: boolean; hierarchyDirection?: RelationshipHierarchyDirection; outgoing: RelationshipCardinality; incoming: RelationshipCardinality; lifecycle: RelationshipLifecycle; payloadSchema?: Readonly<Record<string, unknown>>; aliases?: readonly string[]; compatibilityVersion: number; allowSelf: boolean; }"
23792
+ "signature": "export interface RelationshipKindDefinition { kind: string; direction: RelationshipDirection; traversal?: RelationshipTraversalFamily; outcomeTraversal?: RelationshipOutcomeTraversal; inverse?: string; ordering: boolean; temporalOrder?: RelationshipTemporalOrder; precedence?: RelationshipPrecedence; hierarchy: boolean; hierarchyDirection?: RelationshipHierarchyDirection; outgoing: RelationshipCardinality; incoming: RelationshipCardinality; lifecycle: RelationshipLifecycle; payloadSchema?: Readonly<Record<string, unknown>>; aliases?: readonly string[]; compatibilityVersion: number; allowSelf: boolean; }"
23578
23793
  },
23579
23794
  {
23580
23795
  "classification": "supported",
@@ -23600,6 +23815,12 @@
23600
23815
  "name": "RelationshipNeighborEdge",
23601
23816
  "signature": "export interface RelationshipNeighborEdge { id: string; edge: RelationshipEdge; }"
23602
23817
  },
23818
+ {
23819
+ "classification": "supported",
23820
+ "kind": "type",
23821
+ "name": "RelationshipOutcomeTraversal",
23822
+ "signature": "export type RelationshipOutcomeTraversal = \"source_to_target\" | \"target_to_source\" | \"both\";"
23823
+ },
23603
23824
  {
23604
23825
  "classification": "supported",
23605
23826
  "kind": "interface",
@@ -23708,6 +23929,12 @@
23708
23929
  "name": "RelationshipTraversalDirection",
23709
23930
  "signature": "export type RelationshipTraversalDirection = \"outgoing\" | \"incoming\" | \"both\";"
23710
23931
  },
23932
+ {
23933
+ "classification": "supported",
23934
+ "kind": "type",
23935
+ "name": "RelationshipTraversalFamily",
23936
+ "signature": "export type RelationshipTraversalFamily = \"hierarchy\" | \"ordering\" | \"semantic\" | \"association\";"
23937
+ },
23711
23938
  {
23712
23939
  "classification": "supported",
23713
23940
  "kind": "function",
@@ -29064,6 +29291,8 @@
29064
29291
  "core_item_field_requires_dedicated_flag",
29065
29292
  "create_positional_type_without_title",
29066
29293
  "dependency_edge_not_allowed",
29294
+ "dependency_flag_value_invalid",
29295
+ "dependency_remove_no_match",
29067
29296
  "dependency_target_not_found",
29068
29297
  "dependency_temporal_order_invalid",
29069
29298
  "duplicate_canonical_flag",
@@ -29082,6 +29311,7 @@
29082
29311
  "error_code_mismatch",
29083
29312
  "event_cursor_query_mismatch",
29084
29313
  "event_index_unavailable",
29314
+ "exit_code_mismatch",
29085
29315
  "extension_command_activation_failed",
29086
29316
  "extension_dependency_name_unsafe",
29087
29317
  "extension_dependency_spec_invalid",
@@ -29183,10 +29413,12 @@
29183
29413
  "missing_cli_flag",
29184
29414
  "missing_destination",
29185
29415
  "missing_directory",
29416
+ "missing_init_recovery",
29186
29417
  "missing_lifecycle_target",
29187
29418
  "missing_observation",
29188
29419
  "missing_observed_signature",
29189
29420
  "missing_parameter_alias",
29421
+ "missing_probe",
29190
29422
  "missing_required_argument",
29191
29423
  "missing_required_option",
29192
29424
  "missing_suggested_retry",
@@ -29220,6 +29452,7 @@
29220
29452
  "read_output_cursor_command_mismatch",
29221
29453
  "read_output_cursor_invalid",
29222
29454
  "read_output_cursor_stale",
29455
+ "recovery_kind_mismatch",
29223
29456
  "redundant_edge",
29224
29457
  "reindex_already_running",
29225
29458
  "removed_canonical_spelling",
@@ -29280,6 +29513,7 @@
29280
29513
  "unknown_provenance_dimension",
29281
29514
  "unknown_status",
29282
29515
  "unknown_subcommand",
29516
+ "unsafe_init_recovery",
29283
29517
  "unsupported_update_option",
29284
29518
  "validate_command_references_stale_pm_ids",
29285
29519
  "validate_files_missing_linked_paths",