@unbrained/pm-cli 2026.8.14 → 2026.8.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +25 -2
- package/dist/cli/commander-usage.js +17 -4
- package/dist/cli/error-guidance.d.ts +2 -0
- package/dist/cli/error-guidance.js +52 -25
- package/dist/cli/main.js +3 -2
- package/dist/cli/register-mutation.js +4 -2
- package/dist/cli/register-operations.js +5 -5
- package/dist/cli-bundle/bundle-manifest.json +150 -150
- package/dist/cli-bundle/chunks/{chunk-TXMEUUUY.js → chunk-24GAV7XL.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TMJ7URWS.js → chunk-AIM6VT2N.js} +9 -9
- package/dist/cli-bundle/chunks/chunk-DSWDLTDR.js +197 -0
- package/dist/cli-bundle/chunks/{chunk-FIW4P64F.js → chunk-J42EGKDK.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-KIEGUBYQ.js +2 -0
- package/dist/cli-bundle/chunks/{chunk-SBRKH6OR.js → chunk-KLKYLSDX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-G5JUB66K.js → chunk-LJHOAVGI.js} +59 -59
- package/dist/cli-bundle/chunks/{chunk-BFALV3YP.js → chunk-MEM2ZS3O.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-QHPCJWEJ.js +35 -0
- package/dist/cli-bundle/chunks/{chunk-XAVMOK6B.js → chunk-WLPDLNEZ.js} +2 -2
- package/dist/cli-bundle/chunks/{register-list-query-T3EHHNNV.js → register-list-query-CT3LFDDN.js} +2 -2
- package/dist/cli-bundle/chunks/{register-mutation-E27WCLSZ.js → register-mutation-NWEVA5YS.js} +3 -3
- package/dist/cli-bundle/chunks/register-operations-AHIAG5KM.js +2 -0
- package/dist/cli-bundle/chunks/{register-setup-3YXZ444E.js → register-setup-ZJZFVAKE.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-4X57RE4U.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-XDNAW5OI.js → chunk-6XKF3PGV.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-7NJ4QYQ2.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-WCVE2NIG.js → chunk-EXZA4257.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-ITAUHSO6.js +50 -0
- package/dist/cli-bundle/focused-chunks/{chunk-4DQ2YERC.js → chunk-KLVUMNXJ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-K7RWWOAG.js → chunk-KT5XMYSX.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-PPFGQDSI.js → chunk-KTKH4IMG.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-M67F5AIN.js +8 -0
- package/dist/cli-bundle/focused-chunks/{chunk-KSEDUWVZ.js → chunk-NSPYTG6G.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-OKA6ELTL.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-PUISBOPP.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-QLNMCESQ.js +155 -0
- package/dist/cli-bundle/focused-chunks/{chunk-LZ4MV3RH.js → chunk-SLKC6QLJ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-U65UC4G3.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-KFSZ3BP6.js → chunk-WTSER4WJ.js} +6 -6
- package/dist/cli-bundle/focused-chunks/{chunk-YOOI3UZX.js → chunk-ZMFXQ7VF.js} +2 -2
- package/dist/cli-bundle/main.js +13 -13
- package/dist/cli-bundle/sdk-authoring.js +1 -1
- package/dist/cli-bundle/sdk-contracts.js +1 -1
- package/dist/cli-bundle/sdk-core.js +32 -35
- package/dist/cli-bundle/sdk-governance.js +1 -1
- package/dist/cli-bundle/sdk-graph.js +1 -1
- package/dist/cli-bundle/sdk-merge.js +32 -31
- package/dist/cli-bundle/sdk-query.js +1 -1
- package/dist/cli-bundle/sdk-runtime.js +1 -1
- package/dist/cli-bundle/sdk-testing.js +1 -1
- package/dist/cli-bundle/sdk.js +2 -2
- package/dist/core/diagnostics/remediation.js +7 -2
- package/dist/core/extensions/reserved-host-flags.js +3 -2
- package/dist/core/history/replay.d.ts +14 -1
- package/dist/core/history/replay.js +45 -8
- package/dist/core/output/output.d.ts +2 -0
- package/dist/core/output/output.js +3 -2
- package/dist/core/shared/command-types.d.ts +2 -0
- package/dist/core/shared/command-types.js +2 -2
- package/dist/core/shared/errors.d.ts +12 -0
- package/dist/core/shared/errors.js +2 -2
- package/dist/mcp/tool-definitions.js +9 -5
- package/dist/sdk/agent/refusal-reachability.d.ts +61 -0
- package/dist/sdk/agent/refusal-reachability.js +91 -3
- package/dist/sdk/cli-bootstrap.d.ts +2 -0
- package/dist/sdk/cli-bootstrap.js +7 -2
- package/dist/sdk/cli-contracts/completeness.js +3 -2
- package/dist/sdk/cli-contracts/flag-contracts.js +3 -2
- package/dist/sdk/cli-contracts/registration-helpers.js +3 -2
- package/dist/sdk/cli-contracts/runtime-contracts.d.ts +5 -0
- package/dist/sdk/cli-contracts/runtime-contracts.js +23 -7
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +15 -5
- package/dist/sdk/cli-contracts/tool-schema.js +10 -3
- package/dist/sdk/cli-program.js +3 -2
- package/dist/sdk/core.d.ts +2 -2
- package/dist/sdk/core.js +3 -3
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +26 -2
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +50 -26
- package/dist/sdk/governance/assurance-action.d.ts +7 -1
- package/dist/sdk/governance/assurance-action.js +7 -6
- package/dist/sdk/governance/assurance-mutation-error.d.ts +42 -1
- package/dist/sdk/governance/assurance-mutation-error.js +27 -3
- package/dist/sdk/governance/assurance-runtime.js +12 -11
- package/dist/sdk/governance/assurance.d.ts +9 -0
- package/dist/sdk/governance/assurance.js +80 -14
- package/dist/sdk/governance/extension-host-version.d.ts +25 -0
- package/dist/sdk/governance/extension-host-version.js +105 -0
- package/dist/sdk/governance/health.d.ts +32 -1
- package/dist/sdk/governance/health.js +119 -27
- package/dist/sdk/governance/provenance-health.d.ts +27 -0
- package/dist/sdk/governance/provenance-health.js +95 -3
- package/dist/sdk/governance/validate.js +7 -8
- package/dist/sdk/governance.d.ts +6 -0
- package/dist/sdk/governance.js +8 -2
- package/dist/sdk/history-repair.d.ts +13 -1
- package/dist/sdk/history-repair.js +62 -18
- package/dist/sdk/linked-artifacts.js +16 -5
- package/dist/sdk/pagination.d.ts +15 -0
- package/dist/sdk/pagination.js +9 -5
- package/dist/sdk/query/context.d.ts +5 -1
- package/dist/sdk/query/context.js +14 -5
- package/dist/sdk/read-output/continuation.d.ts +11 -0
- package/dist/sdk/read-output/continuation.js +132 -0
- package/dist/sdk/read-output-budget.d.ts +1 -1
- package/dist/sdk/read-output-budget.js +14 -10
- package/dist/sdk/read-output-contracts.d.ts +66 -2
- package/dist/sdk/read-output-contracts.js +183 -19
- package/dist/sdk/read-output-rows.d.ts +2 -0
- package/dist/sdk/read-output-rows.js +15 -2
- package/dist/sdk/runtime-input.js +4 -2
- package/docs/ASSURANCE.md +59 -2
- package/docs/COMMANDS.md +8 -2
- package/docs/READ_OUTPUT_CONTRACTS.md +49 -8
- package/docs/RELEASING.md +42 -5
- package/docs/SDK_CONTEXT_INTEGRITY.md +64 -2
- package/marketplace.json +2 -2
- package/package.json +3 -3
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-digital-twin/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/packages/pm-vcs/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/sdk/public-surface.json +1133 -187
- package/dist/cli-bundle/chunks/chunk-BBOFSVAK.js +0 -197
- package/dist/cli-bundle/chunks/chunk-YAMTJL6Y.js +0 -34
- package/dist/cli-bundle/chunks/chunk-YSVSMJ2B.js +0 -2
- package/dist/cli-bundle/chunks/register-operations-4R6I7CPY.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-F43TT2QQ.js +0 -8
- package/dist/cli-bundle/focused-chunks/chunk-KYUQGTSB.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-PGXJQLCT.js +0 -155
- package/dist/cli-bundle/focused-chunks/chunk-Q4YY3XNF.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-QK753U3U.js +0 -46
- package/dist/cli-bundle/focused-chunks/chunk-QUMB2J27.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-SM7MTG27.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-ZM6TZVHC.js +0 -2
package/sdk/public-surface.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aggregate_completeness": {
|
|
3
|
-
"covered_symbols":
|
|
3
|
+
"covered_symbols": 1613,
|
|
4
4
|
"excluded": [
|
|
5
5
|
{
|
|
6
6
|
"name": "_testOnlyCliContracts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"missing": [],
|
|
11
|
-
"required_symbols":
|
|
11
|
+
"required_symbols": 1614
|
|
12
12
|
},
|
|
13
13
|
"breaking_acknowledgements": [
|
|
14
14
|
{
|
|
@@ -496,6 +496,120 @@
|
|
|
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"
|
|
499
613
|
}
|
|
500
614
|
],
|
|
501
615
|
"entrypoints": {
|
|
@@ -530,7 +644,7 @@
|
|
|
530
644
|
"classification": "supported",
|
|
531
645
|
"kind": "value",
|
|
532
646
|
"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; }"
|
|
647
|
+
"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
648
|
},
|
|
535
649
|
{
|
|
536
650
|
"classification": "advanced_export",
|
|
@@ -587,7 +701,7 @@
|
|
|
587
701
|
"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
702
|
},
|
|
589
703
|
{
|
|
590
|
-
"classification": "
|
|
704
|
+
"classification": "supported",
|
|
591
705
|
"kind": "function",
|
|
592
706
|
"name": "acceptAssuranceProposals",
|
|
593
707
|
"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>"
|
|
@@ -1031,7 +1145,7 @@
|
|
|
1031
1145
|
"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
1146
|
},
|
|
1033
1147
|
{
|
|
1034
|
-
"classification": "
|
|
1148
|
+
"classification": "supported",
|
|
1035
1149
|
"kind": "function",
|
|
1036
1150
|
"name": "applyAssurancePreset",
|
|
1037
1151
|
"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 +1475,19 @@
|
|
|
1361
1475
|
"signature": "(adapter: RelationshipGraphAdapter, options?: { workspace?: string; }) => Promise<RelationshipGraphAdapterConformanceReport> | calls: (adapter: RelationshipGraphAdapter, options?: { workspace?: string; }) => Promise<RelationshipGraphAdapterConformanceReport>"
|
|
1362
1476
|
},
|
|
1363
1477
|
{
|
|
1364
|
-
"classification": "
|
|
1478
|
+
"classification": "supported",
|
|
1365
1479
|
"kind": "value",
|
|
1366
1480
|
"name": "ASSURANCE_ACTIONS",
|
|
1367
1481
|
"signature": "readonly [\"list\", \"show\", \"put\", \"remove\", \"run\", \"verdicts\", \"presets\", \"apply\", \"derive\", \"promote\"]"
|
|
1368
1482
|
},
|
|
1369
1483
|
{
|
|
1370
|
-
"classification": "
|
|
1484
|
+
"classification": "supported",
|
|
1371
1485
|
"kind": "value",
|
|
1372
1486
|
"name": "ASSURANCE_DECLARATION_KINDS",
|
|
1373
1487
|
"signature": "readonly [\"measurement\", \"assertion\", \"gate\"]"
|
|
1374
1488
|
},
|
|
1375
1489
|
{
|
|
1376
|
-
"classification": "
|
|
1490
|
+
"classification": "supported",
|
|
1377
1491
|
"kind": "value",
|
|
1378
1492
|
"name": "ASSURANCE_DOCUMENT_VERSION",
|
|
1379
1493
|
"signature": "1"
|
|
@@ -1385,19 +1499,25 @@
|
|
|
1385
1499
|
"signature": "CliFlagContract[]"
|
|
1386
1500
|
},
|
|
1387
1501
|
{
|
|
1388
|
-
"classification": "
|
|
1502
|
+
"classification": "supported",
|
|
1389
1503
|
"kind": "value",
|
|
1390
1504
|
"name": "ASSURANCE_GATE_TRIGGERS",
|
|
1391
1505
|
"signature": "readonly [\"pre-commit\", \"pre-push\", \"pre-merge\", \"ci\", \"pre-release\", \"post-release\", \"scheduled\", \"on-claim\", \"on-close\"]"
|
|
1392
1506
|
},
|
|
1393
1507
|
{
|
|
1394
|
-
"classification": "
|
|
1508
|
+
"classification": "supported",
|
|
1509
|
+
"kind": "value",
|
|
1510
|
+
"name": "ASSURANCE_MEASUREMENT_SOURCE_KINDS",
|
|
1511
|
+
"signature": "readonly [\"items\", \"dependency_kind\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"classification": "supported",
|
|
1395
1515
|
"kind": "value",
|
|
1396
1516
|
"name": "ASSURANCE_PRESET_IDS",
|
|
1397
1517
|
"signature": "readonly [\"software-delivery\", \"research\", \"agent-evaluation\", \"operations\"]"
|
|
1398
1518
|
},
|
|
1399
1519
|
{
|
|
1400
|
-
"classification": "
|
|
1520
|
+
"classification": "supported",
|
|
1401
1521
|
"kind": "type",
|
|
1402
1522
|
"name": "AssuranceAction",
|
|
1403
1523
|
"signature": "export type AssuranceAction = (typeof ASSURANCE_ACTIONS)[number];"
|
|
@@ -1415,283 +1535,319 @@
|
|
|
1415
1535
|
"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
1536
|
},
|
|
1417
1537
|
{
|
|
1418
|
-
"classification": "
|
|
1538
|
+
"classification": "supported",
|
|
1539
|
+
"kind": "interface",
|
|
1540
|
+
"name": "AssuranceActionRuntimeOptions",
|
|
1541
|
+
"signature": "export interface AssuranceActionRuntimeOptions { workspace?: Omit<CreateAssuranceWorkspaceContextOptions, \"tree_id\" | \"trigger\">; }"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"classification": "supported",
|
|
1419
1545
|
"kind": "interface",
|
|
1420
1546
|
"name": "AssuranceArithmeticExpression",
|
|
1421
1547
|
"signature": "export interface AssuranceArithmeticExpression { operator: \"add\" | \"subtract\" | \"multiply\" | \"divide\" | \"min\" | \"max\"; operands: AssuranceDerivedExpression[]; }"
|
|
1422
1548
|
},
|
|
1423
1549
|
{
|
|
1424
|
-
"classification": "
|
|
1550
|
+
"classification": "supported",
|
|
1425
1551
|
"kind": "interface",
|
|
1426
1552
|
"name": "AssuranceAssertionDefinition",
|
|
1427
1553
|
"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
1554
|
},
|
|
1429
1555
|
{
|
|
1430
|
-
"classification": "
|
|
1556
|
+
"classification": "supported",
|
|
1431
1557
|
"kind": "function",
|
|
1432
1558
|
"name": "assuranceAssertionUpdateIsLoosening",
|
|
1433
1559
|
"signature": "(before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean | calls: (before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean"
|
|
1434
1560
|
},
|
|
1435
1561
|
{
|
|
1436
|
-
"classification": "
|
|
1562
|
+
"classification": "supported",
|
|
1437
1563
|
"kind": "interface",
|
|
1438
1564
|
"name": "AssuranceAssertionVerdict",
|
|
1439
1565
|
"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
1566
|
},
|
|
1441
1567
|
{
|
|
1442
|
-
"classification": "
|
|
1568
|
+
"classification": "supported",
|
|
1443
1569
|
"kind": "interface",
|
|
1444
1570
|
"name": "AssuranceBound",
|
|
1445
1571
|
"signature": "export interface AssuranceBound { polarity: \"ceiling\" | \"floor\" | \"equals\" | \"zero\" | \"monotone_nondecreasing\" | \"monotone_nonincreasing\" | \"subset_of\"; value: AssuranceValue; }"
|
|
1446
1572
|
},
|
|
1447
1573
|
{
|
|
1448
|
-
"classification": "
|
|
1574
|
+
"classification": "supported",
|
|
1449
1575
|
"kind": "interface",
|
|
1450
1576
|
"name": "AssuranceBundleMutationReceipt",
|
|
1451
1577
|
"signature": "export interface AssuranceBundleMutationReceipt { changed: boolean; created_ids: string[]; unchanged_ids: string[]; }"
|
|
1452
1578
|
},
|
|
1453
1579
|
{
|
|
1454
|
-
"classification": "
|
|
1580
|
+
"classification": "supported",
|
|
1455
1581
|
"kind": "type",
|
|
1456
1582
|
"name": "AssuranceDeclaration",
|
|
1457
1583
|
"signature": "export type AssuranceDeclaration = AssuranceMeasurementDefinition | AssuranceAssertionDefinition | AssuranceGateDefinition;"
|
|
1458
1584
|
},
|
|
1459
1585
|
{
|
|
1460
|
-
"classification": "
|
|
1586
|
+
"classification": "supported",
|
|
1461
1587
|
"kind": "interface",
|
|
1462
1588
|
"name": "AssuranceDeclarationBundle",
|
|
1463
1589
|
"signature": "export interface AssuranceDeclarationBundle { measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
|
|
1464
1590
|
},
|
|
1465
1591
|
{
|
|
1466
|
-
"classification": "
|
|
1592
|
+
"classification": "supported",
|
|
1467
1593
|
"kind": "type",
|
|
1468
1594
|
"name": "AssuranceDeclarationKind",
|
|
1469
1595
|
"signature": "export type AssuranceDeclarationKind = \"measurement\" | \"assertion\" | \"gate\";"
|
|
1470
1596
|
},
|
|
1471
1597
|
{
|
|
1472
|
-
"classification": "
|
|
1598
|
+
"classification": "supported",
|
|
1473
1599
|
"kind": "interface",
|
|
1474
1600
|
"name": "AssuranceDependencyKindSource",
|
|
1475
1601
|
"signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; }"
|
|
1476
1602
|
},
|
|
1477
1603
|
{
|
|
1478
|
-
"classification": "
|
|
1604
|
+
"classification": "supported",
|
|
1479
1605
|
"kind": "interface",
|
|
1480
1606
|
"name": "AssuranceDependencyRecord",
|
|
1481
1607
|
"signature": "export interface AssuranceDependencyRecord { id: string; kind: string; }"
|
|
1482
1608
|
},
|
|
1483
1609
|
{
|
|
1484
|
-
"classification": "
|
|
1610
|
+
"classification": "supported",
|
|
1485
1611
|
"kind": "type",
|
|
1486
1612
|
"name": "AssuranceDerivedExpression",
|
|
1487
1613
|
"signature": "export type AssuranceDerivedExpression = AssuranceMeasurementReference | AssuranceLiteralExpression | AssuranceArithmeticExpression;"
|
|
1488
1614
|
},
|
|
1489
1615
|
{
|
|
1490
|
-
"classification": "
|
|
1616
|
+
"classification": "supported",
|
|
1491
1617
|
"kind": "interface",
|
|
1492
1618
|
"name": "AssuranceDerivedProposal",
|
|
1493
1619
|
"signature": "export interface AssuranceDerivedProposal { id: string; population_size: number; scope: AssuranceScope; observed: number; declarations: AssuranceDeclarationBundle; }"
|
|
1494
1620
|
},
|
|
1495
1621
|
{
|
|
1496
|
-
"classification": "
|
|
1622
|
+
"classification": "supported",
|
|
1497
1623
|
"kind": "interface",
|
|
1498
1624
|
"name": "AssuranceDerivedSource",
|
|
1499
1625
|
"signature": "export interface AssuranceDerivedSource { kind: \"derived\"; expression: AssuranceDerivedExpression; }"
|
|
1500
1626
|
},
|
|
1501
1627
|
{
|
|
1502
|
-
"classification": "
|
|
1628
|
+
"classification": "supported",
|
|
1503
1629
|
"kind": "interface",
|
|
1504
1630
|
"name": "AssuranceDocument",
|
|
1505
1631
|
"signature": "export interface AssuranceDocument { version: typeof ASSURANCE_DOCUMENT_VERSION; measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
|
|
1506
1632
|
},
|
|
1507
1633
|
{
|
|
1508
|
-
"classification": "
|
|
1634
|
+
"classification": "supported",
|
|
1509
1635
|
"kind": "type",
|
|
1510
1636
|
"name": "AssuranceEnforcement",
|
|
1511
1637
|
"signature": "export type AssuranceEnforcement = \"block\" | \"warn\" | \"observe\";"
|
|
1512
1638
|
},
|
|
1513
1639
|
{
|
|
1514
|
-
"classification": "
|
|
1640
|
+
"classification": "supported",
|
|
1515
1641
|
"kind": "interface",
|
|
1516
1642
|
"name": "AssuranceEvaluationContext",
|
|
1517
1643
|
"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
1644
|
},
|
|
1519
1645
|
{
|
|
1520
|
-
"classification": "
|
|
1646
|
+
"classification": "supported",
|
|
1647
|
+
"kind": "interface",
|
|
1648
|
+
"name": "AssuranceEvaluationRefusalContext",
|
|
1649
|
+
"signature": "export interface AssuranceEvaluationRefusalContext { gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; field?: string; check?: string; }"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"classification": "supported",
|
|
1653
|
+
"kind": "class",
|
|
1654
|
+
"name": "AssuranceEvaluationRefusalError",
|
|
1655
|
+
"signature": "export declare class AssuranceEvaluationRefusalError extends TypeError { readonly context: AssuranceEvaluationRefusalContext; constructor(message: string, context?: AssuranceEvaluationRefusalContext); }"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"classification": "supported",
|
|
1521
1659
|
"kind": "interface",
|
|
1522
1660
|
"name": "AssuranceExternalMeasurementResult",
|
|
1523
1661
|
"signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; }"
|
|
1524
1662
|
},
|
|
1525
1663
|
{
|
|
1526
|
-
"classification": "
|
|
1664
|
+
"classification": "supported",
|
|
1527
1665
|
"kind": "interface",
|
|
1528
1666
|
"name": "AssuranceGateDefinition",
|
|
1529
1667
|
"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
1668
|
},
|
|
1531
1669
|
{
|
|
1532
|
-
"classification": "
|
|
1670
|
+
"classification": "supported",
|
|
1533
1671
|
"kind": "type",
|
|
1534
1672
|
"name": "AssuranceGateTrigger",
|
|
1535
1673
|
"signature": "export type AssuranceGateTrigger = (typeof ASSURANCE_GATE_TRIGGERS)[number];"
|
|
1536
1674
|
},
|
|
1537
1675
|
{
|
|
1538
|
-
"classification": "
|
|
1676
|
+
"classification": "supported",
|
|
1539
1677
|
"kind": "interface",
|
|
1540
1678
|
"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; }"
|
|
1679
|
+
"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
1680
|
},
|
|
1543
1681
|
{
|
|
1544
|
-
"classification": "
|
|
1682
|
+
"classification": "supported",
|
|
1545
1683
|
"kind": "interface",
|
|
1546
1684
|
"name": "AssuranceGraphSource",
|
|
1547
1685
|
"signature": "export interface AssuranceGraphSource { kind: \"graph\"; operation: string; field: string; parameters?: Record<string, string | number | boolean>; }"
|
|
1548
1686
|
},
|
|
1549
1687
|
{
|
|
1550
|
-
"classification": "
|
|
1688
|
+
"classification": "supported",
|
|
1551
1689
|
"kind": "interface",
|
|
1552
1690
|
"name": "AssuranceHealthSource",
|
|
1553
1691
|
"signature": "export interface AssuranceHealthSource { kind: \"health\"; check: string; field: string; }"
|
|
1554
1692
|
},
|
|
1555
1693
|
{
|
|
1556
|
-
"classification": "
|
|
1694
|
+
"classification": "supported",
|
|
1557
1695
|
"kind": "interface",
|
|
1558
1696
|
"name": "AssuranceHistoryRecord",
|
|
1559
1697
|
"signature": "export interface AssuranceHistoryRecord { op: string; author: string; agent_harness?: string; agent_model?: string; [key: string]: unknown; }"
|
|
1560
1698
|
},
|
|
1561
1699
|
{
|
|
1562
|
-
"classification": "
|
|
1700
|
+
"classification": "supported",
|
|
1563
1701
|
"kind": "interface",
|
|
1564
1702
|
"name": "AssuranceHistorySource",
|
|
1565
1703
|
"signature": "export interface AssuranceHistorySource { kind: \"history\"; op?: string; author?: string; harness?: string; model?: string; }"
|
|
1566
1704
|
},
|
|
1567
1705
|
{
|
|
1568
|
-
"classification": "
|
|
1706
|
+
"classification": "supported",
|
|
1569
1707
|
"kind": "interface",
|
|
1570
1708
|
"name": "AssuranceItemRecord",
|
|
1571
1709
|
"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
1710
|
},
|
|
1573
1711
|
{
|
|
1574
|
-
"classification": "
|
|
1712
|
+
"classification": "supported",
|
|
1575
1713
|
"kind": "interface",
|
|
1576
1714
|
"name": "AssuranceItemsSource",
|
|
1577
1715
|
"signature": "export interface AssuranceItemsSource { kind: \"items\"; statuses?: string[]; types?: string[]; tags?: string[]; field?: string; equals?: string | number | boolean | null; state?: \"present\" | \"missing\"; }"
|
|
1578
1716
|
},
|
|
1579
1717
|
{
|
|
1580
|
-
"classification": "
|
|
1718
|
+
"classification": "supported",
|
|
1581
1719
|
"kind": "type",
|
|
1582
1720
|
"name": "AssuranceLifetime",
|
|
1583
1721
|
"signature": "export type AssuranceLifetime = \"hold\" | \"retire\";"
|
|
1584
1722
|
},
|
|
1585
1723
|
{
|
|
1586
|
-
"classification": "
|
|
1724
|
+
"classification": "supported",
|
|
1587
1725
|
"kind": "interface",
|
|
1588
1726
|
"name": "AssuranceLinksSource",
|
|
1589
1727
|
"signature": "export interface AssuranceLinksSource { kind: \"links\"; link: \"files\" | \"tests\" | \"docs\"; state: \"present\" | \"missing\"; }"
|
|
1590
1728
|
},
|
|
1591
1729
|
{
|
|
1592
|
-
"classification": "
|
|
1730
|
+
"classification": "supported",
|
|
1593
1731
|
"kind": "interface",
|
|
1594
1732
|
"name": "AssuranceLiteralExpression",
|
|
1595
1733
|
"signature": "export interface AssuranceLiteralExpression { literal: number; }"
|
|
1596
1734
|
},
|
|
1597
1735
|
{
|
|
1598
|
-
"classification": "
|
|
1736
|
+
"classification": "supported",
|
|
1599
1737
|
"kind": "interface",
|
|
1600
1738
|
"name": "AssuranceMeasurementCost",
|
|
1601
1739
|
"signature": "export interface AssuranceMeasurementCost { units: number; items_scanned: number; history_entries: number; provider_calls: number; duration_ms: number; }"
|
|
1602
1740
|
},
|
|
1603
1741
|
{
|
|
1604
|
-
"classification": "
|
|
1742
|
+
"classification": "supported",
|
|
1605
1743
|
"kind": "interface",
|
|
1606
1744
|
"name": "AssuranceMeasurementDefinition",
|
|
1607
1745
|
"signature": "export interface AssuranceMeasurementDefinition { id: string; description?: string; source: AssuranceMeasurementSource; max_cost?: number; }"
|
|
1608
1746
|
},
|
|
1609
1747
|
{
|
|
1610
|
-
"classification": "
|
|
1748
|
+
"classification": "supported",
|
|
1611
1749
|
"kind": "interface",
|
|
1612
1750
|
"name": "AssuranceMeasurementReference",
|
|
1613
1751
|
"signature": "export interface AssuranceMeasurementReference { measurement: string; }"
|
|
1614
1752
|
},
|
|
1615
1753
|
{
|
|
1616
|
-
"classification": "
|
|
1754
|
+
"classification": "supported",
|
|
1617
1755
|
"kind": "interface",
|
|
1618
1756
|
"name": "AssuranceMeasurementResult",
|
|
1619
1757
|
"signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; }"
|
|
1620
1758
|
},
|
|
1621
1759
|
{
|
|
1622
|
-
"classification": "
|
|
1760
|
+
"classification": "supported",
|
|
1623
1761
|
"kind": "type",
|
|
1624
1762
|
"name": "AssuranceMeasurementSource",
|
|
1625
1763
|
"signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
|
|
1626
1764
|
},
|
|
1627
1765
|
{
|
|
1628
|
-
"classification": "
|
|
1766
|
+
"classification": "supported",
|
|
1629
1767
|
"kind": "interface",
|
|
1630
1768
|
"name": "AssuranceMutationOptions",
|
|
1631
1769
|
"signature": "export interface AssuranceMutationOptions { author?: string; message?: string; authorized_decision_ids?: string[]; }"
|
|
1632
1770
|
},
|
|
1633
1771
|
{
|
|
1634
|
-
"classification": "
|
|
1772
|
+
"classification": "supported",
|
|
1635
1773
|
"kind": "interface",
|
|
1636
1774
|
"name": "AssuranceMutationReceipt",
|
|
1637
1775
|
"signature": "export interface AssuranceMutationReceipt { changed: boolean; action: \"created\" | \"updated\" | \"removed\"; kind: AssuranceDeclarationKind; id: string; }"
|
|
1638
1776
|
},
|
|
1639
1777
|
{
|
|
1640
|
-
"classification": "
|
|
1778
|
+
"classification": "supported",
|
|
1779
|
+
"kind": "class",
|
|
1780
|
+
"name": "AssuranceMutationRefusalError",
|
|
1781
|
+
"signature": "export declare class AssuranceMutationRefusalError extends TypeError { constructor(message: string); }"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"classification": "supported",
|
|
1641
1785
|
"kind": "interface",
|
|
1642
1786
|
"name": "AssuranceNegativeControl",
|
|
1643
1787
|
"signature": "export interface AssuranceNegativeControl { cases: AssuranceNegativeControlCase[]; }"
|
|
1644
1788
|
},
|
|
1645
1789
|
{
|
|
1646
|
-
"classification": "
|
|
1790
|
+
"classification": "supported",
|
|
1647
1791
|
"kind": "interface",
|
|
1648
1792
|
"name": "AssuranceNegativeControlCase",
|
|
1649
1793
|
"signature": "export interface AssuranceNegativeControlCase { observed: AssuranceValue; expected: \"pass\" | \"fail\"; }"
|
|
1650
1794
|
},
|
|
1651
1795
|
{
|
|
1652
|
-
"classification": "
|
|
1796
|
+
"classification": "supported",
|
|
1653
1797
|
"kind": "interface",
|
|
1654
1798
|
"name": "AssurancePreset",
|
|
1655
1799
|
"signature": "export interface AssurancePreset { id: AssurancePresetId; title: string; description: string; declarations: AssuranceDeclarationBundle; }"
|
|
1656
1800
|
},
|
|
1657
1801
|
{
|
|
1658
|
-
"classification": "
|
|
1802
|
+
"classification": "supported",
|
|
1659
1803
|
"kind": "type",
|
|
1660
1804
|
"name": "AssurancePresetId",
|
|
1661
1805
|
"signature": "export type AssurancePresetId = (typeof ASSURANCE_PRESET_IDS)[number];"
|
|
1662
1806
|
},
|
|
1663
1807
|
{
|
|
1664
|
-
"classification": "
|
|
1808
|
+
"classification": "supported",
|
|
1665
1809
|
"kind": "type",
|
|
1666
1810
|
"name": "AssuranceProviderCostClass",
|
|
1667
1811
|
"signature": "export type AssuranceProviderCostClass = \"low\" | \"medium\" | \"high\";"
|
|
1668
1812
|
},
|
|
1669
1813
|
{
|
|
1670
|
-
"classification": "
|
|
1814
|
+
"classification": "supported",
|
|
1671
1815
|
"kind": "type",
|
|
1672
1816
|
"name": "AssuranceProviderResolver",
|
|
1673
1817
|
"signature": "export type AssuranceProviderResolver = (source: AssuranceProviderSource) => Promise<AssuranceExternalMeasurementResult>;"
|
|
1674
1818
|
},
|
|
1675
1819
|
{
|
|
1676
|
-
"classification": "
|
|
1820
|
+
"classification": "supported",
|
|
1677
1821
|
"kind": "interface",
|
|
1678
1822
|
"name": "AssuranceProviderSource",
|
|
1679
1823
|
"signature": "export interface AssuranceProviderSource { kind: \"provider\"; provider: string; key: string; parameters?: Record<string, string | number | boolean | null>; }"
|
|
1680
1824
|
},
|
|
1681
1825
|
{
|
|
1682
|
-
"classification": "
|
|
1826
|
+
"classification": "supported",
|
|
1683
1827
|
"kind": "type",
|
|
1684
1828
|
"name": "AssuranceScope",
|
|
1685
1829
|
"signature": "export type AssuranceScope = { kind: \"all\"; } | { kind: \"active\"; } | { kind: \"filter\"; measurement_id: string; };"
|
|
1686
1830
|
},
|
|
1687
1831
|
{
|
|
1688
|
-
"classification": "
|
|
1832
|
+
"classification": "supported",
|
|
1833
|
+
"kind": "interface",
|
|
1834
|
+
"name": "AssuranceSourceResolutionContext",
|
|
1835
|
+
"signature": "export interface AssuranceSourceResolutionContext { measurement_id?: string; source_kind: string; field: string; check?: string; }"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"classification": "supported",
|
|
1839
|
+
"kind": "class",
|
|
1840
|
+
"name": "AssuranceSourceResolutionError",
|
|
1841
|
+
"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); }"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"classification": "supported",
|
|
1689
1845
|
"kind": "interface",
|
|
1690
1846
|
"name": "AssuranceValidateSource",
|
|
1691
1847
|
"signature": "export interface AssuranceValidateSource { kind: \"validate\"; check: string; field: string; }"
|
|
1692
1848
|
},
|
|
1693
1849
|
{
|
|
1694
|
-
"classification": "
|
|
1850
|
+
"classification": "supported",
|
|
1695
1851
|
"kind": "type",
|
|
1696
1852
|
"name": "AssuranceValue",
|
|
1697
1853
|
"signature": "export type AssuranceValue = number | string[];"
|
|
@@ -1808,7 +1964,7 @@
|
|
|
1808
1964
|
"classification": "advanced_export",
|
|
1809
1965
|
"kind": "interface",
|
|
1810
1966
|
"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; }"
|
|
1967
|
+
"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
1968
|
},
|
|
1813
1969
|
{
|
|
1814
1970
|
"classification": "advanced_export",
|
|
@@ -2984,7 +3140,7 @@
|
|
|
2984
3140
|
"classification": "supported",
|
|
2985
3141
|
"kind": "interface",
|
|
2986
3142
|
"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; }; }"
|
|
3143
|
+
"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
3144
|
},
|
|
2989
3145
|
{
|
|
2990
3146
|
"classification": "supported",
|
|
@@ -3134,7 +3290,7 @@
|
|
|
3134
3290
|
"classification": "advanced_export",
|
|
3135
3291
|
"kind": "interface",
|
|
3136
3292
|
"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\"]; }>; }; }"
|
|
3293
|
+
"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
3294
|
},
|
|
3139
3295
|
{
|
|
3140
3296
|
"classification": "supported",
|
|
@@ -3239,19 +3395,19 @@
|
|
|
3239
3395
|
"signature": "CliFlagContract[]"
|
|
3240
3396
|
},
|
|
3241
3397
|
{
|
|
3242
|
-
"classification": "
|
|
3398
|
+
"classification": "supported",
|
|
3243
3399
|
"kind": "function",
|
|
3244
3400
|
"name": "createAssurancePreset",
|
|
3245
3401
|
"signature": "(id: AssurancePresetId, ownerItemId: string) => AssurancePreset | calls: (id: AssurancePresetId, ownerItemId: string) => AssurancePreset"
|
|
3246
3402
|
},
|
|
3247
3403
|
{
|
|
3248
|
-
"classification": "
|
|
3404
|
+
"classification": "supported",
|
|
3249
3405
|
"kind": "function",
|
|
3250
3406
|
"name": "createAssuranceWorkspaceContext",
|
|
3251
3407
|
"signature": "(pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext> | calls: (pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext>"
|
|
3252
3408
|
},
|
|
3253
3409
|
{
|
|
3254
|
-
"classification": "
|
|
3410
|
+
"classification": "supported",
|
|
3255
3411
|
"kind": "interface",
|
|
3256
3412
|
"name": "CreateAssuranceWorkspaceContextOptions",
|
|
3257
3413
|
"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 +3431,7 @@
|
|
|
3275
3431
|
"signature": "(shape: Readonly<CorpusShape>) => CorpusShapeMeasurement | calls: (shape: Readonly<CorpusShape>) => CorpusShapeMeasurement"
|
|
3276
3432
|
},
|
|
3277
3433
|
{
|
|
3278
|
-
"classification": "
|
|
3434
|
+
"classification": "supported",
|
|
3279
3435
|
"kind": "function",
|
|
3280
3436
|
"name": "createEmptyAssuranceDocument",
|
|
3281
3437
|
"signature": "() => AssuranceDocument | calls: () => AssuranceDocument"
|
|
@@ -3490,12 +3646,24 @@
|
|
|
3490
3646
|
"name": "decodeQueryCursor",
|
|
3491
3647
|
"signature": "(cursor: unknown, expectedFingerprint: string) => string | calls: (cursor: unknown, expectedFingerprint: string) => string"
|
|
3492
3648
|
},
|
|
3649
|
+
{
|
|
3650
|
+
"classification": "supported",
|
|
3651
|
+
"kind": "function",
|
|
3652
|
+
"name": "decodeQueryCursorEnvelope",
|
|
3653
|
+
"signature": "(cursor: unknown) => QueryCursorEnvelope | calls: (cursor: unknown) => QueryCursorEnvelope"
|
|
3654
|
+
},
|
|
3493
3655
|
{
|
|
3494
3656
|
"classification": "supported",
|
|
3495
3657
|
"kind": "function",
|
|
3496
3658
|
"name": "decodeQueryCursorState",
|
|
3497
3659
|
"signature": "(cursor: unknown, expectedFingerprint: string) => QueryCursorState | calls: (cursor: unknown, expectedFingerprint: string) => QueryCursorState"
|
|
3498
3660
|
},
|
|
3661
|
+
{
|
|
3662
|
+
"classification": "supported",
|
|
3663
|
+
"kind": "function",
|
|
3664
|
+
"name": "decodeReadOutputContinuationCursor",
|
|
3665
|
+
"signature": "(raw: string) => PmReadOutputCursorEnvelope | calls: (raw: string) => PmReadOutputCursorEnvelope"
|
|
3666
|
+
},
|
|
3499
3667
|
{
|
|
3500
3668
|
"classification": "advanced_export",
|
|
3501
3669
|
"kind": "function",
|
|
@@ -3845,7 +4013,7 @@
|
|
|
3845
4013
|
"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
4014
|
},
|
|
3847
4015
|
{
|
|
3848
|
-
"classification": "
|
|
4016
|
+
"classification": "supported",
|
|
3849
4017
|
"kind": "function",
|
|
3850
4018
|
"name": "deriveAssuranceProposals",
|
|
3851
4019
|
"signature": "(context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]> | calls: (context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]>"
|
|
@@ -4126,6 +4294,12 @@
|
|
|
4126
4294
|
"name": "encodeQueryCursor",
|
|
4127
4295
|
"signature": "(fingerprint: string, afterId: string, afterIndex?: number, snapshot?: string) => string | calls: (fingerprint: string, afterId: string, afterIndex?: number, snapshot?: string) => string"
|
|
4128
4296
|
},
|
|
4297
|
+
{
|
|
4298
|
+
"classification": "supported",
|
|
4299
|
+
"kind": "function",
|
|
4300
|
+
"name": "encodeReadOutputContinuationCursor",
|
|
4301
|
+
"signature": "(cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string | calls: (cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string"
|
|
4302
|
+
},
|
|
4129
4303
|
{
|
|
4130
4304
|
"classification": "advanced_export",
|
|
4131
4305
|
"kind": "function",
|
|
@@ -4241,13 +4415,13 @@
|
|
|
4241
4415
|
"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
4416
|
},
|
|
4243
4417
|
{
|
|
4244
|
-
"classification": "
|
|
4418
|
+
"classification": "supported",
|
|
4245
4419
|
"kind": "function",
|
|
4246
4420
|
"name": "evaluateAssuranceAssertion",
|
|
4247
4421
|
"signature": "(definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict | calls: (definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict"
|
|
4248
4422
|
},
|
|
4249
4423
|
{
|
|
4250
|
-
"classification": "
|
|
4424
|
+
"classification": "supported",
|
|
4251
4425
|
"kind": "function",
|
|
4252
4426
|
"name": "evaluateAssuranceGate",
|
|
4253
4427
|
"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 +4433,7 @@
|
|
|
4259
4433
|
"signature": "(input: ContextRankingEvaluationInput) => ContextRankingEvaluation | calls: (input: ContextRankingEvaluationInput) => ContextRankingEvaluation"
|
|
4260
4434
|
},
|
|
4261
4435
|
{
|
|
4262
|
-
"classification": "
|
|
4436
|
+
"classification": "supported",
|
|
4263
4437
|
"kind": "function",
|
|
4264
4438
|
"name": "evaluateMeasurement",
|
|
4265
4439
|
"signature": "(definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult> | calls: (definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult>"
|
|
@@ -4744,6 +4918,18 @@
|
|
|
4744
4918
|
"name": "ExtensionHookRegistry",
|
|
4745
4919
|
"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
4920
|
},
|
|
4921
|
+
{
|
|
4922
|
+
"classification": "supported",
|
|
4923
|
+
"kind": "interface",
|
|
4924
|
+
"name": "ExtensionHostVersionCensus",
|
|
4925
|
+
"signature": "export interface ExtensionHostVersionCensus { host_version: string | null; copies: ExtensionHostVersionCopy[]; mismatches: ExtensionHostVersionCopy[]; warnings: string[]; }"
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
"classification": "supported",
|
|
4929
|
+
"kind": "interface",
|
|
4930
|
+
"name": "ExtensionHostVersionCopy",
|
|
4931
|
+
"signature": "export interface ExtensionHostVersionCopy { version: string; path: string; layout: \"host\" | \"npm\" | \"pnpm\" | \"other\"; consumers: string[]; }"
|
|
4932
|
+
},
|
|
4747
4933
|
{
|
|
4748
4934
|
"classification": "advanced_export",
|
|
4749
4935
|
"kind": "interface",
|
|
@@ -5363,7 +5549,7 @@
|
|
|
5363
5549
|
"signature": "() => ExtensionRegistrationRegistry | null | calls: () => ExtensionRegistrationRegistry | null"
|
|
5364
5550
|
},
|
|
5365
5551
|
{
|
|
5366
|
-
"classification": "
|
|
5552
|
+
"classification": "supported",
|
|
5367
5553
|
"kind": "function",
|
|
5368
5554
|
"name": "getAssuranceDeclaration",
|
|
5369
5555
|
"signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration>"
|
|
@@ -5474,7 +5660,7 @@
|
|
|
5474
5660
|
"classification": "advanced_export",
|
|
5475
5661
|
"kind": "interface",
|
|
5476
5662
|
"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\"; }"
|
|
5663
|
+
"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
5664
|
},
|
|
5479
5665
|
{
|
|
5480
5666
|
"classification": "supported",
|
|
@@ -5836,11 +6022,17 @@
|
|
|
5836
6022
|
"name": "HealthCheck",
|
|
5837
6023
|
"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
6024
|
},
|
|
6025
|
+
{
|
|
6026
|
+
"classification": "supported",
|
|
6027
|
+
"kind": "interface",
|
|
6028
|
+
"name": "HealthFinding",
|
|
6029
|
+
"signature": "export interface HealthFinding { warning: string; code: string; check: HealthCheck[\"name\"]; severity: \"advisory\" | \"gate_failing\"; remediation?: string; disposition?: \"no_safe_automatic_remediation\"; }"
|
|
6030
|
+
},
|
|
5839
6031
|
{
|
|
5840
6032
|
"classification": "supported",
|
|
5841
6033
|
"kind": "interface",
|
|
5842
6034
|
"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; }"
|
|
6035
|
+
"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
6036
|
},
|
|
5845
6037
|
{
|
|
5846
6038
|
"classification": "supported",
|
|
@@ -6074,7 +6266,7 @@
|
|
|
6074
6266
|
"classification": "advanced_export",
|
|
6075
6267
|
"kind": "interface",
|
|
6076
6268
|
"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; }"
|
|
6269
|
+
"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
6270
|
},
|
|
6079
6271
|
{
|
|
6080
6272
|
"classification": "advanced_export",
|
|
@@ -6086,7 +6278,7 @@
|
|
|
6086
6278
|
"classification": "advanced_export",
|
|
6087
6279
|
"kind": "interface",
|
|
6088
6280
|
"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; }"
|
|
6281
|
+
"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
6282
|
},
|
|
6091
6283
|
{
|
|
6092
6284
|
"classification": "advanced_export",
|
|
@@ -6104,7 +6296,7 @@
|
|
|
6104
6296
|
"classification": "advanced_export",
|
|
6105
6297
|
"kind": "interface",
|
|
6106
6298
|
"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; }"
|
|
6299
|
+
"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
6300
|
},
|
|
6109
6301
|
{
|
|
6110
6302
|
"classification": "supported",
|
|
@@ -6911,13 +7103,13 @@
|
|
|
6911
7103
|
"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
7104
|
},
|
|
6913
7105
|
{
|
|
6914
|
-
"classification": "
|
|
7106
|
+
"classification": "supported",
|
|
6915
7107
|
"kind": "function",
|
|
6916
7108
|
"name": "listAssuranceDeclarations",
|
|
6917
7109
|
"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
7110
|
},
|
|
6919
7111
|
{
|
|
6920
|
-
"classification": "
|
|
7112
|
+
"classification": "supported",
|
|
6921
7113
|
"kind": "function",
|
|
6922
7114
|
"name": "listAssuranceVerdicts",
|
|
6923
7115
|
"signature": "(pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]> | calls: (pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]>"
|
|
@@ -6952,6 +7144,12 @@
|
|
|
6952
7144
|
"name": "ListFullResult",
|
|
6953
7145
|
"signature": "export interface ListFullResult extends ListVerboseResult { items: Array<ListedItem | ListTreeItem>; projection: { mode: \"full\"; fields: null; }; }"
|
|
6954
7146
|
},
|
|
7147
|
+
{
|
|
7148
|
+
"classification": "supported",
|
|
7149
|
+
"kind": "function",
|
|
7150
|
+
"name": "listInvalidProvenanceHistoryStreamIds",
|
|
7151
|
+
"signature": "(pmRoot: string) => Promise<string[]> | calls: (pmRoot: string) => Promise<string[]>"
|
|
7152
|
+
},
|
|
6955
7153
|
{
|
|
6956
7154
|
"classification": "supported",
|
|
6957
7155
|
"kind": "function",
|
|
@@ -7486,6 +7684,18 @@
|
|
|
7486
7684
|
"name": "normalizeAnnotationTransportOptions",
|
|
7487
7685
|
"signature": "(options: Record<string, unknown>) => Record<string, unknown> | calls: (options: Record<string, unknown>) => Record<string, unknown>"
|
|
7488
7686
|
},
|
|
7687
|
+
{
|
|
7688
|
+
"classification": "supported",
|
|
7689
|
+
"kind": "function",
|
|
7690
|
+
"name": "normalizeAssuranceEvaluation",
|
|
7691
|
+
"signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
|
|
7692
|
+
},
|
|
7693
|
+
{
|
|
7694
|
+
"classification": "supported",
|
|
7695
|
+
"kind": "function",
|
|
7696
|
+
"name": "normalizeAssuranceMutation",
|
|
7697
|
+
"signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
|
|
7698
|
+
},
|
|
7489
7699
|
{
|
|
7490
7700
|
"classification": "advanced_export",
|
|
7491
7701
|
"kind": "function",
|
|
@@ -7522,6 +7732,12 @@
|
|
|
7522
7732
|
"name": "normalizeExtensionContributionInventory",
|
|
7523
7733
|
"signature": "(value: unknown) => ExtensionContributionInventory | null | undefined | calls: (value: unknown) => ExtensionContributionInventory | null | undefined"
|
|
7524
7734
|
},
|
|
7735
|
+
{
|
|
7736
|
+
"classification": "supported",
|
|
7737
|
+
"kind": "function",
|
|
7738
|
+
"name": "normalizeInvalidHistoryProvenance",
|
|
7739
|
+
"signature": "(entries: HistoryEntry[]) => ProvenanceNormalizationResult | calls: (entries: HistoryEntry[]) => ProvenanceNormalizationResult"
|
|
7740
|
+
},
|
|
7525
7741
|
{
|
|
7526
7742
|
"classification": "advanced_export",
|
|
7527
7743
|
"kind": "function",
|
|
@@ -8618,7 +8834,7 @@
|
|
|
8618
8834
|
"classification": "supported",
|
|
8619
8835
|
"kind": "value",
|
|
8620
8836
|
"name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
|
|
8621
|
-
"signature": "readonly [\"--output-session\", \"--output-row-contract\"]"
|
|
8837
|
+
"signature": "readonly [\"--output-session\", \"--output-cursor\", \"--output-row-contract\"]"
|
|
8622
8838
|
},
|
|
8623
8839
|
{
|
|
8624
8840
|
"classification": "supported",
|
|
@@ -8668,6 +8884,12 @@
|
|
|
8668
8884
|
"name": "PM_READ_ROW_JQ_SELECTOR",
|
|
8669
8885
|
"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
8886
|
},
|
|
8887
|
+
{
|
|
8888
|
+
"classification": "advanced_export",
|
|
8889
|
+
"kind": "value",
|
|
8890
|
+
"name": "PM_RECOVERY_REFERENCE_KINDS",
|
|
8891
|
+
"signature": "readonly [\"suggested_retry\", \"candidate_command\", \"example\", \"next_step\"]"
|
|
8892
|
+
},
|
|
8671
8893
|
{
|
|
8672
8894
|
"classification": "contract_data",
|
|
8673
8895
|
"kind": "value",
|
|
@@ -8810,13 +9032,13 @@
|
|
|
8810
9032
|
"classification": "advanced_export",
|
|
8811
9033
|
"kind": "interface",
|
|
8812
9034
|
"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; }"
|
|
9035
|
+
"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[]; unresolved_targets?: string[]; valid_range?: { first_version: number | null; last_version: number | null; first_timestamp: string | null; last_timestamp: string | null; }; recovery?: PmCliErrorRecoveryPayload; }"
|
|
8814
9036
|
},
|
|
8815
9037
|
{
|
|
8816
9038
|
"classification": "advanced_export",
|
|
8817
9039
|
"kind": "interface",
|
|
8818
9040
|
"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; }"
|
|
9041
|
+
"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
9042
|
},
|
|
8821
9043
|
{
|
|
8822
9044
|
"classification": "advanced_export",
|
|
@@ -9134,7 +9356,19 @@
|
|
|
9134
9356
|
"classification": "supported",
|
|
9135
9357
|
"kind": "interface",
|
|
9136
9358
|
"name": "PmReadOutputBudgetExceeded",
|
|
9137
|
-
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
|
|
9359
|
+
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
|
|
9360
|
+
},
|
|
9361
|
+
{
|
|
9362
|
+
"classification": "supported",
|
|
9363
|
+
"kind": "interface",
|
|
9364
|
+
"name": "PmReadOutputContinuation",
|
|
9365
|
+
"signature": "export interface PmReadOutputContinuation { path: string; cursor: string; retained_rows: number; remaining_rows: number; total_rows: number; }"
|
|
9366
|
+
},
|
|
9367
|
+
{
|
|
9368
|
+
"classification": "supported",
|
|
9369
|
+
"kind": "interface",
|
|
9370
|
+
"name": "PmReadOutputCursorEnvelope",
|
|
9371
|
+
"signature": "export interface PmReadOutputCursorEnvelope { version: 1; command: PmReadOutputSurface; path: string; offset: number; total_rows: number; fingerprint: string; }"
|
|
9138
9372
|
},
|
|
9139
9373
|
{
|
|
9140
9374
|
"classification": "supported",
|
|
@@ -9164,7 +9398,7 @@
|
|
|
9164
9398
|
"classification": "supported",
|
|
9165
9399
|
"kind": "interface",
|
|
9166
9400
|
"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; }"
|
|
9401
|
+
"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
9402
|
},
|
|
9169
9403
|
{
|
|
9170
9404
|
"classification": "supported",
|
|
@@ -9182,7 +9416,7 @@
|
|
|
9182
9416
|
"classification": "supported",
|
|
9183
9417
|
"kind": "type",
|
|
9184
9418
|
"name": "PmReadOutputResultFor",
|
|
9185
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
9419
|
+
"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
9420
|
},
|
|
9187
9421
|
{
|
|
9188
9422
|
"classification": "advanced_export",
|
|
@@ -9218,13 +9452,49 @@
|
|
|
9218
9452
|
"classification": "supported",
|
|
9219
9453
|
"kind": "interface",
|
|
9220
9454
|
"name": "PmReadOutputSurfaceContract",
|
|
9221
|
-
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
|
|
9455
|
+
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
|
|
9222
9456
|
},
|
|
9223
9457
|
{
|
|
9224
9458
|
"classification": "contract_data",
|
|
9225
9459
|
"kind": "interface",
|
|
9226
9460
|
"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; }"
|
|
9461
|
+
"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; }; }; }"
|
|
9462
|
+
},
|
|
9463
|
+
{
|
|
9464
|
+
"classification": "advanced_export",
|
|
9465
|
+
"kind": "interface",
|
|
9466
|
+
"name": "PmRecoveryReferenceFinding",
|
|
9467
|
+
"signature": "export interface PmRecoveryReferenceFinding { kind: \"duplicate_obligation\" | \"duplicate_observation\" | \"missing_observation\" | \"unreachable_reference\" | \"undeclared_observation\"; reference_id: string; detail: string; }"
|
|
9468
|
+
},
|
|
9469
|
+
{
|
|
9470
|
+
"classification": "advanced_export",
|
|
9471
|
+
"kind": "type",
|
|
9472
|
+
"name": "PmRecoveryReferenceKind",
|
|
9473
|
+
"signature": "export type PmRecoveryReferenceKind = (typeof PM_RECOVERY_REFERENCE_KINDS)[number];"
|
|
9474
|
+
},
|
|
9475
|
+
{
|
|
9476
|
+
"classification": "advanced_export",
|
|
9477
|
+
"kind": "interface",
|
|
9478
|
+
"name": "PmRecoveryReferenceKindCoverage",
|
|
9479
|
+
"signature": "export interface PmRecoveryReferenceKindCoverage { kind: PmRecoveryReferenceKind; declared: number; observed: number; passed: number; }"
|
|
9480
|
+
},
|
|
9481
|
+
{
|
|
9482
|
+
"classification": "advanced_export",
|
|
9483
|
+
"kind": "interface",
|
|
9484
|
+
"name": "PmRecoveryReferenceObligation",
|
|
9485
|
+
"signature": "export interface PmRecoveryReferenceObligation { id: string; probe_id: string; kind: PmRecoveryReferenceKind; value: string; }"
|
|
9486
|
+
},
|
|
9487
|
+
{
|
|
9488
|
+
"classification": "advanced_export",
|
|
9489
|
+
"kind": "interface",
|
|
9490
|
+
"name": "PmRecoveryReferenceObservation",
|
|
9491
|
+
"signature": "export interface PmRecoveryReferenceObservation { id: string; reachable: boolean; proof: \"executed\" | \"declared_command_path\" | \"linked_execution\"; }"
|
|
9492
|
+
},
|
|
9493
|
+
{
|
|
9494
|
+
"classification": "advanced_export",
|
|
9495
|
+
"kind": "interface",
|
|
9496
|
+
"name": "PmRecoveryReferenceReport",
|
|
9497
|
+
"signature": "export interface PmRecoveryReferenceReport { ok: boolean; declared_reference_count: number; observed_reference_count: number; pass_fraction: number; coverage_by_kind: PmRecoveryReferenceKindCoverage[]; findings: PmRecoveryReferenceFinding[]; }"
|
|
9228
9498
|
},
|
|
9229
9499
|
{
|
|
9230
9500
|
"classification": "advanced_export",
|
|
@@ -9701,7 +9971,7 @@
|
|
|
9701
9971
|
"signature": "(result: ValidateResult) => ValidateCountsResult | calls: (result: ValidateResult) => ValidateCountsResult"
|
|
9702
9972
|
},
|
|
9703
9973
|
{
|
|
9704
|
-
"classification": "
|
|
9974
|
+
"classification": "supported",
|
|
9705
9975
|
"kind": "function",
|
|
9706
9976
|
"name": "promoteAssuranceAssertion",
|
|
9707
9977
|
"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 +9982,18 @@
|
|
|
9712
9982
|
"name": "ProvenanceCoverageAnalytics",
|
|
9713
9983
|
"signature": "export interface ProvenanceCoverageAnalytics { descriptors: AgentProvenanceDescriptorCoverage[]; observations: AgentProvenanceDimensionCoverage[]; inert: Array<{ harness: string; dimension: string; explicit_samples: number; }>; undeclared: string[]; warnings: string[]; window: HistoryAnalyticsWindowReceipt; }"
|
|
9714
9984
|
},
|
|
9985
|
+
{
|
|
9986
|
+
"classification": "supported",
|
|
9987
|
+
"kind": "interface",
|
|
9988
|
+
"name": "ProvenanceNormalizationReceipt",
|
|
9989
|
+
"signature": "export interface ProvenanceNormalizationReceipt { changed: boolean; events_changed: number; observations_removed: number; invalid_values: ProvenanceValueHealthFinding[]; }"
|
|
9990
|
+
},
|
|
9991
|
+
{
|
|
9992
|
+
"classification": "supported",
|
|
9993
|
+
"kind": "interface",
|
|
9994
|
+
"name": "ProvenanceNormalizationResult",
|
|
9995
|
+
"signature": "export interface ProvenanceNormalizationResult { entries: HistoryEntry[]; receipt: ProvenanceNormalizationReceipt; }"
|
|
9996
|
+
},
|
|
9715
9997
|
{
|
|
9716
9998
|
"classification": "supported",
|
|
9717
9999
|
"kind": "interface",
|
|
@@ -9737,13 +10019,13 @@
|
|
|
9737
10019
|
"signature": "(cacheRoot: string, currentGeneration: string) => CompileCachePruneResult | calls: (cacheRoot: string, currentGeneration: string) => CompileCachePruneResult"
|
|
9738
10020
|
},
|
|
9739
10021
|
{
|
|
9740
|
-
"classification": "
|
|
10022
|
+
"classification": "supported",
|
|
9741
10023
|
"kind": "function",
|
|
9742
10024
|
"name": "putAssuranceDeclaration",
|
|
9743
10025
|
"signature": "(pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
|
|
9744
10026
|
},
|
|
9745
10027
|
{
|
|
9746
|
-
"classification": "
|
|
10028
|
+
"classification": "supported",
|
|
9747
10029
|
"kind": "function",
|
|
9748
10030
|
"name": "putAssuranceDeclarationBundle",
|
|
9749
10031
|
"signature": "(pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt>"
|
|
@@ -9754,6 +10036,12 @@
|
|
|
9754
10036
|
"name": "QUERY_CURSOR_CONTRACT",
|
|
9755
10037
|
"signature": "Readonly<{ version: 1; max_length: 4096; }>"
|
|
9756
10038
|
},
|
|
10039
|
+
{
|
|
10040
|
+
"classification": "supported",
|
|
10041
|
+
"kind": "interface",
|
|
10042
|
+
"name": "QueryCursorEnvelope",
|
|
10043
|
+
"signature": "export interface QueryCursorEnvelope { version: number; fingerprint: string; after_id: string; after_index?: number; snapshot?: string; }"
|
|
10044
|
+
},
|
|
9757
10045
|
{
|
|
9758
10046
|
"classification": "supported",
|
|
9759
10047
|
"kind": "interface",
|
|
@@ -10037,7 +10325,7 @@
|
|
|
10037
10325
|
"signature": "(item: AfterCommandAffectedItem) => void | calls: (item: AfterCommandAffectedItem) => void"
|
|
10038
10326
|
},
|
|
10039
10327
|
{
|
|
10040
|
-
"classification": "
|
|
10328
|
+
"classification": "supported",
|
|
10041
10329
|
"kind": "function",
|
|
10042
10330
|
"name": "recordAssuranceVerdict",
|
|
10043
10331
|
"signature": "(pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void> | calls: (pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void>"
|
|
@@ -10877,7 +11165,7 @@
|
|
|
10877
11165
|
"signature": "export interface ReminderShortcutOptions extends SchedulingShortcutCommonOptions { at?: string; text?: string; }"
|
|
10878
11166
|
},
|
|
10879
11167
|
{
|
|
10880
|
-
"classification": "
|
|
11168
|
+
"classification": "supported",
|
|
10881
11169
|
"kind": "function",
|
|
10882
11170
|
"name": "removeAssuranceDeclaration",
|
|
10883
11171
|
"signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
|
|
@@ -11753,13 +12041,13 @@
|
|
|
11753
12041
|
"signature": "(id: string, options: AppendCommandOptions, global: GlobalOptions) => Promise<AppendResult> | calls: (id: string, options: AppendCommandOptions, global: GlobalOptions) => Promise<AppendResult>"
|
|
11754
12042
|
},
|
|
11755
12043
|
{
|
|
11756
|
-
"classification": "
|
|
12044
|
+
"classification": "supported",
|
|
11757
12045
|
"kind": "function",
|
|
11758
12046
|
"name": "runAssuranceAction",
|
|
11759
|
-
"signature": "(input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\"
|
|
12047
|
+
"signature": "(input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult> | calls: (input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult>"
|
|
11760
12048
|
},
|
|
11761
12049
|
{
|
|
11762
|
-
"classification": "
|
|
12050
|
+
"classification": "supported",
|
|
11763
12051
|
"kind": "function",
|
|
11764
12052
|
"name": "runAssuranceDispatch",
|
|
11765
12053
|
"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 +12778,12 @@
|
|
|
12490
12778
|
"name": "saveGraphAuditBaseline",
|
|
12491
12779
|
"signature": "(pmRoot: string, snapshot: RelationshipAuditSnapshot) => Promise<void> | calls: (pmRoot: string, snapshot: RelationshipAuditSnapshot) => Promise<void>"
|
|
12492
12780
|
},
|
|
12781
|
+
{
|
|
12782
|
+
"classification": "supported",
|
|
12783
|
+
"kind": "function",
|
|
12784
|
+
"name": "scanExtensionHostVersions",
|
|
12785
|
+
"signature": "(loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus> | calls: (loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus>"
|
|
12786
|
+
},
|
|
12493
12787
|
{
|
|
12494
12788
|
"classification": "supported",
|
|
12495
12789
|
"kind": "value",
|
|
@@ -13324,6 +13618,12 @@
|
|
|
13324
13618
|
"name": "similarityAdvisoryWarnings",
|
|
13325
13619
|
"signature": "(advisory: SimilarityAdvisory | undefined) => string[] | calls: (advisory: SimilarityAdvisory | undefined) => string[]"
|
|
13326
13620
|
},
|
|
13621
|
+
{
|
|
13622
|
+
"classification": "advanced_export",
|
|
13623
|
+
"kind": "function",
|
|
13624
|
+
"name": "sliceReadOutputRowCollection",
|
|
13625
|
+
"signature": "(result: Record<string, unknown>, rowPath: string, offset: number) => Record<string, unknown> | calls: (result: Record<string, unknown>, rowPath: string, offset: number) => Record<string, unknown>"
|
|
13626
|
+
},
|
|
13327
13627
|
{
|
|
13328
13628
|
"classification": "advanced_export",
|
|
13329
13629
|
"kind": "value",
|
|
@@ -13892,7 +14192,7 @@
|
|
|
13892
14192
|
"classification": "supported",
|
|
13893
14193
|
"kind": "function",
|
|
13894
14194
|
"name": "toContextRankingSummary",
|
|
13895
|
-
"signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary"
|
|
14195
|
+
"signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary"
|
|
13896
14196
|
},
|
|
13897
14197
|
{
|
|
13898
14198
|
"classification": "advanced_export",
|
|
@@ -14321,13 +14621,13 @@
|
|
|
14321
14621
|
"signature": "CliFlagContract[]"
|
|
14322
14622
|
},
|
|
14323
14623
|
{
|
|
14324
|
-
"classification": "
|
|
14624
|
+
"classification": "supported",
|
|
14325
14625
|
"kind": "function",
|
|
14326
14626
|
"name": "validateAssertionDefinition",
|
|
14327
14627
|
"signature": "(definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition | calls: (definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition"
|
|
14328
14628
|
},
|
|
14329
14629
|
{
|
|
14330
|
-
"classification": "
|
|
14630
|
+
"classification": "supported",
|
|
14331
14631
|
"kind": "function",
|
|
14332
14632
|
"name": "validateAssuranceDocument",
|
|
14333
14633
|
"signature": "(document: AssuranceDocument) => AssuranceDocument | calls: (document: AssuranceDocument) => AssuranceDocument"
|
|
@@ -14363,7 +14663,7 @@
|
|
|
14363
14663
|
"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
14664
|
},
|
|
14365
14665
|
{
|
|
14366
|
-
"classification": "
|
|
14666
|
+
"classification": "supported",
|
|
14367
14667
|
"kind": "function",
|
|
14368
14668
|
"name": "validateGateDefinition",
|
|
14369
14669
|
"signature": "(definition: AssuranceGateDefinition) => AssuranceGateDefinition | calls: (definition: AssuranceGateDefinition) => AssuranceGateDefinition"
|
|
@@ -14381,7 +14681,7 @@
|
|
|
14381
14681
|
"signature": "(paths: string[], workspaceRoot?: string) => Promise<LinkedPathValidation> | calls: (paths: string[], workspaceRoot?: string) => Promise<LinkedPathValidation>"
|
|
14382
14682
|
},
|
|
14383
14683
|
{
|
|
14384
|
-
"classification": "
|
|
14684
|
+
"classification": "supported",
|
|
14385
14685
|
"kind": "function",
|
|
14386
14686
|
"name": "validateMeasurementDefinition",
|
|
14387
14687
|
"signature": "(definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition | calls: (definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition"
|
|
@@ -14500,6 +14800,12 @@
|
|
|
14500
14800
|
"name": "verifyHistoryEntries",
|
|
14501
14801
|
"signature": "(history: HistoryEntry[], currentDocument?: ItemDocument) => HistoryVerificationResult | calls: (history: HistoryEntry[], currentDocument?: ItemDocument) => HistoryVerificationResult"
|
|
14502
14802
|
},
|
|
14803
|
+
{
|
|
14804
|
+
"classification": "advanced_export",
|
|
14805
|
+
"kind": "function",
|
|
14806
|
+
"name": "verifyPmRecoveryReferences",
|
|
14807
|
+
"signature": "(obligations: readonly PmRecoveryReferenceObligation[], observations: readonly PmRecoveryReferenceObservation[]) => PmRecoveryReferenceReport | calls: (obligations: readonly PmRecoveryReferenceObligation[], observations: readonly PmRecoveryReferenceObservation[]) => PmRecoveryReferenceReport"
|
|
14808
|
+
},
|
|
14503
14809
|
{
|
|
14504
14810
|
"classification": "advanced_export",
|
|
14505
14811
|
"kind": "function",
|
|
@@ -16480,6 +16786,12 @@
|
|
|
16480
16786
|
"name": "decodeContextIntentCursor",
|
|
16481
16787
|
"signature": "(cursor: string) => ContextIntentCursorEnvelope | undefined | calls: (cursor: string) => ContextIntentCursorEnvelope | undefined"
|
|
16482
16788
|
},
|
|
16789
|
+
{
|
|
16790
|
+
"classification": "contract_data",
|
|
16791
|
+
"kind": "function",
|
|
16792
|
+
"name": "decodeReadOutputContinuationCursor",
|
|
16793
|
+
"signature": "(raw: string) => PmReadOutputCursorEnvelope | calls: (raw: string) => PmReadOutputCursorEnvelope"
|
|
16794
|
+
},
|
|
16483
16795
|
{
|
|
16484
16796
|
"classification": "contract_data",
|
|
16485
16797
|
"kind": "function",
|
|
@@ -16528,6 +16840,12 @@
|
|
|
16528
16840
|
"name": "DUPLICATES_FLAG_CONTRACTS",
|
|
16529
16841
|
"signature": "CliFlagContract[]"
|
|
16530
16842
|
},
|
|
16843
|
+
{
|
|
16844
|
+
"classification": "contract_data",
|
|
16845
|
+
"kind": "function",
|
|
16846
|
+
"name": "encodeReadOutputContinuationCursor",
|
|
16847
|
+
"signature": "(cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string | calls: (cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string"
|
|
16848
|
+
},
|
|
16531
16849
|
{
|
|
16532
16850
|
"classification": "contract_data",
|
|
16533
16851
|
"kind": "function",
|
|
@@ -17066,7 +17384,7 @@
|
|
|
17066
17384
|
"classification": "contract_data",
|
|
17067
17385
|
"kind": "value",
|
|
17068
17386
|
"name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
|
|
17069
|
-
"signature": "readonly [\"--output-session\", \"--output-row-contract\"]"
|
|
17387
|
+
"signature": "readonly [\"--output-session\", \"--output-cursor\", \"--output-row-contract\"]"
|
|
17070
17388
|
},
|
|
17071
17389
|
{
|
|
17072
17390
|
"classification": "contract_data",
|
|
@@ -17390,7 +17708,19 @@
|
|
|
17390
17708
|
"classification": "contract_data",
|
|
17391
17709
|
"kind": "interface",
|
|
17392
17710
|
"name": "PmReadOutputBudgetExceeded",
|
|
17393
|
-
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
|
|
17711
|
+
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
|
|
17712
|
+
},
|
|
17713
|
+
{
|
|
17714
|
+
"classification": "contract_data",
|
|
17715
|
+
"kind": "interface",
|
|
17716
|
+
"name": "PmReadOutputContinuation",
|
|
17717
|
+
"signature": "export interface PmReadOutputContinuation { path: string; cursor: string; retained_rows: number; remaining_rows: number; total_rows: number; }"
|
|
17718
|
+
},
|
|
17719
|
+
{
|
|
17720
|
+
"classification": "contract_data",
|
|
17721
|
+
"kind": "interface",
|
|
17722
|
+
"name": "PmReadOutputCursorEnvelope",
|
|
17723
|
+
"signature": "export interface PmReadOutputCursorEnvelope { version: 1; command: PmReadOutputSurface; path: string; offset: number; total_rows: number; fingerprint: string; }"
|
|
17394
17724
|
},
|
|
17395
17725
|
{
|
|
17396
17726
|
"classification": "contract_data",
|
|
@@ -17420,7 +17750,7 @@
|
|
|
17420
17750
|
"classification": "contract_data",
|
|
17421
17751
|
"kind": "interface",
|
|
17422
17752
|
"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; }"
|
|
17753
|
+
"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
17754
|
},
|
|
17425
17755
|
{
|
|
17426
17756
|
"classification": "contract_data",
|
|
@@ -17438,7 +17768,7 @@
|
|
|
17438
17768
|
"classification": "contract_data",
|
|
17439
17769
|
"kind": "type",
|
|
17440
17770
|
"name": "PmReadOutputResultFor",
|
|
17441
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
17771
|
+
"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
17772
|
},
|
|
17443
17773
|
{
|
|
17444
17774
|
"classification": "contract_data",
|
|
@@ -17462,13 +17792,13 @@
|
|
|
17462
17792
|
"classification": "contract_data",
|
|
17463
17793
|
"kind": "interface",
|
|
17464
17794
|
"name": "PmReadOutputSurfaceContract",
|
|
17465
|
-
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
|
|
17795
|
+
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
|
|
17466
17796
|
},
|
|
17467
17797
|
{
|
|
17468
17798
|
"classification": "contract_data",
|
|
17469
17799
|
"kind": "interface",
|
|
17470
17800
|
"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; }"
|
|
17801
|
+
"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
17802
|
},
|
|
17473
17803
|
{
|
|
17474
17804
|
"classification": "contract_data",
|
|
@@ -18250,6 +18580,12 @@
|
|
|
18250
18580
|
"name": "CURRENT_ITEM_FORMAT_VERSION",
|
|
18251
18581
|
"signature": "1"
|
|
18252
18582
|
},
|
|
18583
|
+
{
|
|
18584
|
+
"classification": "supported",
|
|
18585
|
+
"kind": "function",
|
|
18586
|
+
"name": "decodeReadOutputContinuationCursor",
|
|
18587
|
+
"signature": "(raw: string) => PmReadOutputCursorEnvelope | calls: (raw: string) => PmReadOutputCursorEnvelope"
|
|
18588
|
+
},
|
|
18253
18589
|
{
|
|
18254
18590
|
"classification": "supported",
|
|
18255
18591
|
"kind": "function",
|
|
@@ -18352,6 +18688,12 @@
|
|
|
18352
18688
|
"name": "emptyImportedDocument",
|
|
18353
18689
|
"signature": "() => ItemDocument | calls: () => ItemDocument"
|
|
18354
18690
|
},
|
|
18691
|
+
{
|
|
18692
|
+
"classification": "supported",
|
|
18693
|
+
"kind": "function",
|
|
18694
|
+
"name": "encodeReadOutputContinuationCursor",
|
|
18695
|
+
"signature": "(cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string | calls: (cursor: Omit<PmReadOutputCursorEnvelope, \"version\">) => string"
|
|
18696
|
+
},
|
|
18355
18697
|
{
|
|
18356
18698
|
"classification": "supported",
|
|
18357
18699
|
"kind": "function",
|
|
@@ -18650,7 +18992,7 @@
|
|
|
18650
18992
|
"classification": "supported",
|
|
18651
18993
|
"kind": "value",
|
|
18652
18994
|
"name": "PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS",
|
|
18653
|
-
"signature": "readonly [\"--output-session\", \"--output-row-contract\"]"
|
|
18995
|
+
"signature": "readonly [\"--output-session\", \"--output-cursor\", \"--output-row-contract\"]"
|
|
18654
18996
|
},
|
|
18655
18997
|
{
|
|
18656
18998
|
"classification": "supported",
|
|
@@ -18710,7 +19052,19 @@
|
|
|
18710
19052
|
"classification": "supported",
|
|
18711
19053
|
"kind": "interface",
|
|
18712
19054
|
"name": "PmReadOutputBudgetExceeded",
|
|
18713
|
-
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
|
|
19055
|
+
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
|
|
19056
|
+
},
|
|
19057
|
+
{
|
|
19058
|
+
"classification": "supported",
|
|
19059
|
+
"kind": "interface",
|
|
19060
|
+
"name": "PmReadOutputContinuation",
|
|
19061
|
+
"signature": "export interface PmReadOutputContinuation { path: string; cursor: string; retained_rows: number; remaining_rows: number; total_rows: number; }"
|
|
19062
|
+
},
|
|
19063
|
+
{
|
|
19064
|
+
"classification": "supported",
|
|
19065
|
+
"kind": "interface",
|
|
19066
|
+
"name": "PmReadOutputCursorEnvelope",
|
|
19067
|
+
"signature": "export interface PmReadOutputCursorEnvelope { version: 1; command: PmReadOutputSurface; path: string; offset: number; total_rows: number; fingerprint: string; }"
|
|
18714
19068
|
},
|
|
18715
19069
|
{
|
|
18716
19070
|
"classification": "supported",
|
|
@@ -18728,7 +19082,7 @@
|
|
|
18728
19082
|
"classification": "supported",
|
|
18729
19083
|
"kind": "interface",
|
|
18730
19084
|
"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; }"
|
|
19085
|
+
"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
19086
|
},
|
|
18733
19087
|
{
|
|
18734
19088
|
"classification": "supported",
|
|
@@ -18746,7 +19100,7 @@
|
|
|
18746
19100
|
"classification": "supported",
|
|
18747
19101
|
"kind": "type",
|
|
18748
19102
|
"name": "PmReadOutputResultFor",
|
|
18749
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
19103
|
+
"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
19104
|
},
|
|
18751
19105
|
{
|
|
18752
19106
|
"classification": "supported",
|
|
@@ -18776,7 +19130,7 @@
|
|
|
18776
19130
|
"classification": "supported",
|
|
18777
19131
|
"kind": "interface",
|
|
18778
19132
|
"name": "PmReadOutputSurfaceContract",
|
|
18779
|
-
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
|
|
19133
|
+
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
|
|
18780
19134
|
},
|
|
18781
19135
|
{
|
|
18782
19136
|
"classification": "supported",
|
|
@@ -19070,7 +19424,7 @@
|
|
|
19070
19424
|
"classification": "supported",
|
|
19071
19425
|
"kind": "value",
|
|
19072
19426
|
"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; }"
|
|
19427
|
+
"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
19428
|
},
|
|
19075
19429
|
{
|
|
19076
19430
|
"classification": "supported",
|
|
@@ -19084,6 +19438,12 @@
|
|
|
19084
19438
|
"name": "_testOnlyValidateCommand",
|
|
19085
19439
|
"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
19440
|
},
|
|
19441
|
+
{
|
|
19442
|
+
"classification": "supported",
|
|
19443
|
+
"kind": "function",
|
|
19444
|
+
"name": "acceptAssuranceProposals",
|
|
19445
|
+
"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>"
|
|
19446
|
+
},
|
|
19087
19447
|
{
|
|
19088
19448
|
"classification": "supported",
|
|
19089
19449
|
"kind": "interface",
|
|
@@ -19102,165 +19462,615 @@
|
|
|
19102
19462
|
"name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
|
|
19103
19463
|
"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
19464
|
},
|
|
19465
|
+
{
|
|
19466
|
+
"classification": "supported",
|
|
19467
|
+
"kind": "function",
|
|
19468
|
+
"name": "applyAssurancePreset",
|
|
19469
|
+
"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>"
|
|
19470
|
+
},
|
|
19105
19471
|
{
|
|
19106
19472
|
"classification": "supported",
|
|
19107
19473
|
"kind": "value",
|
|
19108
|
-
"name": "
|
|
19109
|
-
"signature": "
|
|
19474
|
+
"name": "ASSURANCE_ACTIONS",
|
|
19475
|
+
"signature": "readonly [\"list\", \"show\", \"put\", \"remove\", \"run\", \"verdicts\", \"presets\", \"apply\", \"derive\", \"promote\"]"
|
|
19110
19476
|
},
|
|
19111
19477
|
{
|
|
19112
19478
|
"classification": "supported",
|
|
19113
|
-
"kind": "
|
|
19114
|
-
"name": "
|
|
19115
|
-
"signature": "
|
|
19479
|
+
"kind": "value",
|
|
19480
|
+
"name": "ASSURANCE_DECLARATION_KINDS",
|
|
19481
|
+
"signature": "readonly [\"measurement\", \"assertion\", \"gate\"]"
|
|
19116
19482
|
},
|
|
19117
19483
|
{
|
|
19118
19484
|
"classification": "supported",
|
|
19119
|
-
"kind": "
|
|
19120
|
-
"name": "
|
|
19121
|
-
"signature": "
|
|
19485
|
+
"kind": "value",
|
|
19486
|
+
"name": "ASSURANCE_DOCUMENT_VERSION",
|
|
19487
|
+
"signature": "1"
|
|
19122
19488
|
},
|
|
19123
19489
|
{
|
|
19124
19490
|
"classification": "supported",
|
|
19125
|
-
"kind": "
|
|
19126
|
-
"name": "
|
|
19127
|
-
"signature": "
|
|
19491
|
+
"kind": "value",
|
|
19492
|
+
"name": "ASSURANCE_GATE_TRIGGERS",
|
|
19493
|
+
"signature": "readonly [\"pre-commit\", \"pre-push\", \"pre-merge\", \"ci\", \"pre-release\", \"post-release\", \"scheduled\", \"on-claim\", \"on-close\"]"
|
|
19128
19494
|
},
|
|
19129
19495
|
{
|
|
19130
19496
|
"classification": "supported",
|
|
19131
|
-
"kind": "
|
|
19132
|
-
"name": "
|
|
19133
|
-
"signature": "
|
|
19497
|
+
"kind": "value",
|
|
19498
|
+
"name": "ASSURANCE_MEASUREMENT_SOURCE_KINDS",
|
|
19499
|
+
"signature": "readonly [\"items\", \"dependency_kind\", \"graph\", \"validate\", \"health\", \"history\", \"links\", \"provider\", \"derived\"]"
|
|
19134
19500
|
},
|
|
19135
19501
|
{
|
|
19136
19502
|
"classification": "supported",
|
|
19137
|
-
"kind": "
|
|
19138
|
-
"name": "
|
|
19139
|
-
"signature": "
|
|
19503
|
+
"kind": "value",
|
|
19504
|
+
"name": "ASSURANCE_PRESET_IDS",
|
|
19505
|
+
"signature": "readonly [\"software-delivery\", \"research\", \"agent-evaluation\", \"operations\"]"
|
|
19140
19506
|
},
|
|
19141
19507
|
{
|
|
19142
19508
|
"classification": "supported",
|
|
19143
|
-
"kind": "
|
|
19144
|
-
"name": "
|
|
19145
|
-
"signature": "export
|
|
19509
|
+
"kind": "type",
|
|
19510
|
+
"name": "AssuranceAction",
|
|
19511
|
+
"signature": "export type AssuranceAction = (typeof ASSURANCE_ACTIONS)[number];"
|
|
19146
19512
|
},
|
|
19147
19513
|
{
|
|
19148
19514
|
"classification": "supported",
|
|
19149
|
-
"kind": "
|
|
19150
|
-
"name": "
|
|
19151
|
-
"signature": "
|
|
19515
|
+
"kind": "interface",
|
|
19516
|
+
"name": "AssuranceActionInput",
|
|
19517
|
+
"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; }"
|
|
19152
19518
|
},
|
|
19153
19519
|
{
|
|
19154
19520
|
"classification": "supported",
|
|
19155
|
-
"kind": "
|
|
19156
|
-
"name": "
|
|
19157
|
-
"signature": "
|
|
19521
|
+
"kind": "type",
|
|
19522
|
+
"name": "AssuranceActionResult",
|
|
19523
|
+
"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[]\"; }; };"
|
|
19158
19524
|
},
|
|
19159
19525
|
{
|
|
19160
19526
|
"classification": "supported",
|
|
19161
19527
|
"kind": "interface",
|
|
19162
|
-
"name": "
|
|
19163
|
-
"signature": "export interface
|
|
19528
|
+
"name": "AssuranceActionRuntimeOptions",
|
|
19529
|
+
"signature": "export interface AssuranceActionRuntimeOptions { workspace?: Omit<CreateAssuranceWorkspaceContextOptions, \"tree_id\" | \"trigger\">; }"
|
|
19164
19530
|
},
|
|
19165
19531
|
{
|
|
19166
19532
|
"classification": "supported",
|
|
19167
|
-
"kind": "
|
|
19168
|
-
"name": "
|
|
19169
|
-
"signature": "
|
|
19533
|
+
"kind": "interface",
|
|
19534
|
+
"name": "AssuranceArithmeticExpression",
|
|
19535
|
+
"signature": "export interface AssuranceArithmeticExpression { operator: \"add\" | \"subtract\" | \"multiply\" | \"divide\" | \"min\" | \"max\"; operands: AssuranceDerivedExpression[]; }"
|
|
19170
19536
|
},
|
|
19171
19537
|
{
|
|
19172
19538
|
"classification": "supported",
|
|
19173
19539
|
"kind": "interface",
|
|
19174
|
-
"name": "
|
|
19175
|
-
"signature": "export interface
|
|
19540
|
+
"name": "AssuranceAssertionDefinition",
|
|
19541
|
+
"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; }"
|
|
19176
19542
|
},
|
|
19177
19543
|
{
|
|
19178
19544
|
"classification": "supported",
|
|
19179
|
-
"kind": "
|
|
19180
|
-
"name": "
|
|
19181
|
-
"signature": "
|
|
19545
|
+
"kind": "function",
|
|
19546
|
+
"name": "assuranceAssertionUpdateIsLoosening",
|
|
19547
|
+
"signature": "(before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean | calls: (before: AssuranceAssertionDefinition, after: AssuranceAssertionDefinition) => boolean"
|
|
19182
19548
|
},
|
|
19183
19549
|
{
|
|
19184
19550
|
"classification": "supported",
|
|
19185
19551
|
"kind": "interface",
|
|
19186
|
-
"name": "
|
|
19187
|
-
"signature": "export interface
|
|
19552
|
+
"name": "AssuranceAssertionVerdict",
|
|
19553
|
+
"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[]; }"
|
|
19188
19554
|
},
|
|
19189
19555
|
{
|
|
19190
19556
|
"classification": "supported",
|
|
19191
19557
|
"kind": "interface",
|
|
19192
|
-
"name": "
|
|
19193
|
-
"signature": "export interface
|
|
19558
|
+
"name": "AssuranceBound",
|
|
19559
|
+
"signature": "export interface AssuranceBound { polarity: \"ceiling\" | \"floor\" | \"equals\" | \"zero\" | \"monotone_nondecreasing\" | \"monotone_nonincreasing\" | \"subset_of\"; value: AssuranceValue; }"
|
|
19194
19560
|
},
|
|
19195
19561
|
{
|
|
19196
19562
|
"classification": "supported",
|
|
19197
19563
|
"kind": "interface",
|
|
19198
|
-
"name": "
|
|
19199
|
-
"signature": "export interface
|
|
19564
|
+
"name": "AssuranceBundleMutationReceipt",
|
|
19565
|
+
"signature": "export interface AssuranceBundleMutationReceipt { changed: boolean; created_ids: string[]; unchanged_ids: string[]; }"
|
|
19566
|
+
},
|
|
19567
|
+
{
|
|
19568
|
+
"classification": "supported",
|
|
19569
|
+
"kind": "type",
|
|
19570
|
+
"name": "AssuranceDeclaration",
|
|
19571
|
+
"signature": "export type AssuranceDeclaration = AssuranceMeasurementDefinition | AssuranceAssertionDefinition | AssuranceGateDefinition;"
|
|
19200
19572
|
},
|
|
19201
19573
|
{
|
|
19202
19574
|
"classification": "supported",
|
|
19203
19575
|
"kind": "interface",
|
|
19204
|
-
"name": "
|
|
19205
|
-
"signature": "export interface
|
|
19576
|
+
"name": "AssuranceDeclarationBundle",
|
|
19577
|
+
"signature": "export interface AssuranceDeclarationBundle { measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
|
|
19206
19578
|
},
|
|
19207
19579
|
{
|
|
19208
19580
|
"classification": "supported",
|
|
19209
|
-
"kind": "
|
|
19210
|
-
"name": "
|
|
19211
|
-
"signature": "
|
|
19581
|
+
"kind": "type",
|
|
19582
|
+
"name": "AssuranceDeclarationKind",
|
|
19583
|
+
"signature": "export type AssuranceDeclarationKind = \"measurement\" | \"assertion\" | \"gate\";"
|
|
19212
19584
|
},
|
|
19213
19585
|
{
|
|
19214
19586
|
"classification": "supported",
|
|
19215
19587
|
"kind": "interface",
|
|
19216
|
-
"name": "
|
|
19217
|
-
"signature": "export interface
|
|
19588
|
+
"name": "AssuranceDependencyKindSource",
|
|
19589
|
+
"signature": "export interface AssuranceDependencyKindSource { kind: \"dependency_kind\"; dependency_kind: string; }"
|
|
19218
19590
|
},
|
|
19219
19591
|
{
|
|
19220
19592
|
"classification": "supported",
|
|
19221
19593
|
"kind": "interface",
|
|
19222
|
-
"name": "
|
|
19223
|
-
"signature": "export interface
|
|
19594
|
+
"name": "AssuranceDependencyRecord",
|
|
19595
|
+
"signature": "export interface AssuranceDependencyRecord { id: string; kind: string; }"
|
|
19224
19596
|
},
|
|
19225
19597
|
{
|
|
19226
19598
|
"classification": "supported",
|
|
19227
|
-
"kind": "
|
|
19228
|
-
"name": "
|
|
19229
|
-
"signature": "
|
|
19599
|
+
"kind": "type",
|
|
19600
|
+
"name": "AssuranceDerivedExpression",
|
|
19601
|
+
"signature": "export type AssuranceDerivedExpression = AssuranceMeasurementReference | AssuranceLiteralExpression | AssuranceArithmeticExpression;"
|
|
19230
19602
|
},
|
|
19231
19603
|
{
|
|
19232
19604
|
"classification": "supported",
|
|
19233
19605
|
"kind": "interface",
|
|
19234
|
-
"name": "
|
|
19235
|
-
"signature": "export interface
|
|
19606
|
+
"name": "AssuranceDerivedProposal",
|
|
19607
|
+
"signature": "export interface AssuranceDerivedProposal { id: string; population_size: number; scope: AssuranceScope; observed: number; declarations: AssuranceDeclarationBundle; }"
|
|
19236
19608
|
},
|
|
19237
19609
|
{
|
|
19238
19610
|
"classification": "supported",
|
|
19239
19611
|
"kind": "interface",
|
|
19240
|
-
"name": "
|
|
19241
|
-
"signature": "export interface
|
|
19612
|
+
"name": "AssuranceDerivedSource",
|
|
19613
|
+
"signature": "export interface AssuranceDerivedSource { kind: \"derived\"; expression: AssuranceDerivedExpression; }"
|
|
19242
19614
|
},
|
|
19243
19615
|
{
|
|
19244
19616
|
"classification": "supported",
|
|
19245
|
-
"kind": "
|
|
19246
|
-
"name": "
|
|
19247
|
-
"signature": "
|
|
19617
|
+
"kind": "interface",
|
|
19618
|
+
"name": "AssuranceDocument",
|
|
19619
|
+
"signature": "export interface AssuranceDocument { version: typeof ASSURANCE_DOCUMENT_VERSION; measurements: AssuranceMeasurementDefinition[]; assertions: AssuranceAssertionDefinition[]; gates: AssuranceGateDefinition[]; }"
|
|
19248
19620
|
},
|
|
19249
19621
|
{
|
|
19250
19622
|
"classification": "supported",
|
|
19251
|
-
"kind": "
|
|
19252
|
-
"name": "
|
|
19253
|
-
"signature": "
|
|
19623
|
+
"kind": "type",
|
|
19624
|
+
"name": "AssuranceEnforcement",
|
|
19625
|
+
"signature": "export type AssuranceEnforcement = \"block\" | \"warn\" | \"observe\";"
|
|
19254
19626
|
},
|
|
19255
19627
|
{
|
|
19256
19628
|
"classification": "supported",
|
|
19257
19629
|
"kind": "interface",
|
|
19258
|
-
"name": "
|
|
19259
|
-
"signature": "export interface
|
|
19630
|
+
"name": "AssuranceEvaluationContext",
|
|
19631
|
+
"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>; }"
|
|
19260
19632
|
},
|
|
19261
19633
|
{
|
|
19262
19634
|
"classification": "supported",
|
|
19263
|
-
"kind": "
|
|
19635
|
+
"kind": "interface",
|
|
19636
|
+
"name": "AssuranceEvaluationRefusalContext",
|
|
19637
|
+
"signature": "export interface AssuranceEvaluationRefusalContext { gate_id?: string; assertion_id?: string; measurement_id?: string; source_kind?: string; field?: string; check?: string; }"
|
|
19638
|
+
},
|
|
19639
|
+
{
|
|
19640
|
+
"classification": "supported",
|
|
19641
|
+
"kind": "class",
|
|
19642
|
+
"name": "AssuranceEvaluationRefusalError",
|
|
19643
|
+
"signature": "export declare class AssuranceEvaluationRefusalError extends TypeError { readonly context: AssuranceEvaluationRefusalContext; constructor(message: string, context?: AssuranceEvaluationRefusalContext); }"
|
|
19644
|
+
},
|
|
19645
|
+
{
|
|
19646
|
+
"classification": "supported",
|
|
19647
|
+
"kind": "interface",
|
|
19648
|
+
"name": "AssuranceExternalMeasurementResult",
|
|
19649
|
+
"signature": "export interface AssuranceExternalMeasurementResult { value: AssuranceValue; population_size: number; cost: number; contributors?: string[]; }"
|
|
19650
|
+
},
|
|
19651
|
+
{
|
|
19652
|
+
"classification": "supported",
|
|
19653
|
+
"kind": "interface",
|
|
19654
|
+
"name": "AssuranceGateDefinition",
|
|
19655
|
+
"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; }>>; }; }"
|
|
19656
|
+
},
|
|
19657
|
+
{
|
|
19658
|
+
"classification": "supported",
|
|
19659
|
+
"kind": "type",
|
|
19660
|
+
"name": "AssuranceGateTrigger",
|
|
19661
|
+
"signature": "export type AssuranceGateTrigger = (typeof ASSURANCE_GATE_TRIGGERS)[number];"
|
|
19662
|
+
},
|
|
19663
|
+
{
|
|
19664
|
+
"classification": "supported",
|
|
19665
|
+
"kind": "interface",
|
|
19666
|
+
"name": "AssuranceGateVerdict",
|
|
19667
|
+
"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; }"
|
|
19668
|
+
},
|
|
19669
|
+
{
|
|
19670
|
+
"classification": "supported",
|
|
19671
|
+
"kind": "interface",
|
|
19672
|
+
"name": "AssuranceGraphSource",
|
|
19673
|
+
"signature": "export interface AssuranceGraphSource { kind: \"graph\"; operation: string; field: string; parameters?: Record<string, string | number | boolean>; }"
|
|
19674
|
+
},
|
|
19675
|
+
{
|
|
19676
|
+
"classification": "supported",
|
|
19677
|
+
"kind": "interface",
|
|
19678
|
+
"name": "AssuranceHealthSource",
|
|
19679
|
+
"signature": "export interface AssuranceHealthSource { kind: \"health\"; check: string; field: string; }"
|
|
19680
|
+
},
|
|
19681
|
+
{
|
|
19682
|
+
"classification": "supported",
|
|
19683
|
+
"kind": "interface",
|
|
19684
|
+
"name": "AssuranceHistoryRecord",
|
|
19685
|
+
"signature": "export interface AssuranceHistoryRecord { op: string; author: string; agent_harness?: string; agent_model?: string; [key: string]: unknown; }"
|
|
19686
|
+
},
|
|
19687
|
+
{
|
|
19688
|
+
"classification": "supported",
|
|
19689
|
+
"kind": "interface",
|
|
19690
|
+
"name": "AssuranceHistorySource",
|
|
19691
|
+
"signature": "export interface AssuranceHistorySource { kind: \"history\"; op?: string; author?: string; harness?: string; model?: string; }"
|
|
19692
|
+
},
|
|
19693
|
+
{
|
|
19694
|
+
"classification": "supported",
|
|
19695
|
+
"kind": "interface",
|
|
19696
|
+
"name": "AssuranceItemRecord",
|
|
19697
|
+
"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; }"
|
|
19698
|
+
},
|
|
19699
|
+
{
|
|
19700
|
+
"classification": "supported",
|
|
19701
|
+
"kind": "interface",
|
|
19702
|
+
"name": "AssuranceItemsSource",
|
|
19703
|
+
"signature": "export interface AssuranceItemsSource { kind: \"items\"; statuses?: string[]; types?: string[]; tags?: string[]; field?: string; equals?: string | number | boolean | null; state?: \"present\" | \"missing\"; }"
|
|
19704
|
+
},
|
|
19705
|
+
{
|
|
19706
|
+
"classification": "supported",
|
|
19707
|
+
"kind": "type",
|
|
19708
|
+
"name": "AssuranceLifetime",
|
|
19709
|
+
"signature": "export type AssuranceLifetime = \"hold\" | \"retire\";"
|
|
19710
|
+
},
|
|
19711
|
+
{
|
|
19712
|
+
"classification": "supported",
|
|
19713
|
+
"kind": "interface",
|
|
19714
|
+
"name": "AssuranceLinksSource",
|
|
19715
|
+
"signature": "export interface AssuranceLinksSource { kind: \"links\"; link: \"files\" | \"tests\" | \"docs\"; state: \"present\" | \"missing\"; }"
|
|
19716
|
+
},
|
|
19717
|
+
{
|
|
19718
|
+
"classification": "supported",
|
|
19719
|
+
"kind": "interface",
|
|
19720
|
+
"name": "AssuranceLiteralExpression",
|
|
19721
|
+
"signature": "export interface AssuranceLiteralExpression { literal: number; }"
|
|
19722
|
+
},
|
|
19723
|
+
{
|
|
19724
|
+
"classification": "supported",
|
|
19725
|
+
"kind": "interface",
|
|
19726
|
+
"name": "AssuranceMeasurementCost",
|
|
19727
|
+
"signature": "export interface AssuranceMeasurementCost { units: number; items_scanned: number; history_entries: number; provider_calls: number; duration_ms: number; }"
|
|
19728
|
+
},
|
|
19729
|
+
{
|
|
19730
|
+
"classification": "supported",
|
|
19731
|
+
"kind": "interface",
|
|
19732
|
+
"name": "AssuranceMeasurementDefinition",
|
|
19733
|
+
"signature": "export interface AssuranceMeasurementDefinition { id: string; description?: string; source: AssuranceMeasurementSource; max_cost?: number; }"
|
|
19734
|
+
},
|
|
19735
|
+
{
|
|
19736
|
+
"classification": "supported",
|
|
19737
|
+
"kind": "interface",
|
|
19738
|
+
"name": "AssuranceMeasurementReference",
|
|
19739
|
+
"signature": "export interface AssuranceMeasurementReference { measurement: string; }"
|
|
19740
|
+
},
|
|
19741
|
+
{
|
|
19742
|
+
"classification": "supported",
|
|
19743
|
+
"kind": "interface",
|
|
19744
|
+
"name": "AssuranceMeasurementResult",
|
|
19745
|
+
"signature": "export interface AssuranceMeasurementResult { id: string; definition_fingerprint: string; value: AssuranceValue; population_size: number; cost: AssuranceMeasurementCost; contributors: string[]; }"
|
|
19746
|
+
},
|
|
19747
|
+
{
|
|
19748
|
+
"classification": "supported",
|
|
19749
|
+
"kind": "type",
|
|
19750
|
+
"name": "AssuranceMeasurementSource",
|
|
19751
|
+
"signature": "export type AssuranceMeasurementSource = AssuranceItemsSource | AssuranceDependencyKindSource | AssuranceGraphSource | AssuranceValidateSource | AssuranceHealthSource | AssuranceHistorySource | AssuranceLinksSource | AssuranceProviderSource | AssuranceDerivedSource;"
|
|
19752
|
+
},
|
|
19753
|
+
{
|
|
19754
|
+
"classification": "supported",
|
|
19755
|
+
"kind": "interface",
|
|
19756
|
+
"name": "AssuranceMutationOptions",
|
|
19757
|
+
"signature": "export interface AssuranceMutationOptions { author?: string; message?: string; authorized_decision_ids?: string[]; }"
|
|
19758
|
+
},
|
|
19759
|
+
{
|
|
19760
|
+
"classification": "supported",
|
|
19761
|
+
"kind": "interface",
|
|
19762
|
+
"name": "AssuranceMutationReceipt",
|
|
19763
|
+
"signature": "export interface AssuranceMutationReceipt { changed: boolean; action: \"created\" | \"updated\" | \"removed\"; kind: AssuranceDeclarationKind; id: string; }"
|
|
19764
|
+
},
|
|
19765
|
+
{
|
|
19766
|
+
"classification": "supported",
|
|
19767
|
+
"kind": "class",
|
|
19768
|
+
"name": "AssuranceMutationRefusalError",
|
|
19769
|
+
"signature": "export declare class AssuranceMutationRefusalError extends TypeError { constructor(message: string); }"
|
|
19770
|
+
},
|
|
19771
|
+
{
|
|
19772
|
+
"classification": "supported",
|
|
19773
|
+
"kind": "interface",
|
|
19774
|
+
"name": "AssuranceNegativeControl",
|
|
19775
|
+
"signature": "export interface AssuranceNegativeControl { cases: AssuranceNegativeControlCase[]; }"
|
|
19776
|
+
},
|
|
19777
|
+
{
|
|
19778
|
+
"classification": "supported",
|
|
19779
|
+
"kind": "interface",
|
|
19780
|
+
"name": "AssuranceNegativeControlCase",
|
|
19781
|
+
"signature": "export interface AssuranceNegativeControlCase { observed: AssuranceValue; expected: \"pass\" | \"fail\"; }"
|
|
19782
|
+
},
|
|
19783
|
+
{
|
|
19784
|
+
"classification": "supported",
|
|
19785
|
+
"kind": "interface",
|
|
19786
|
+
"name": "AssurancePreset",
|
|
19787
|
+
"signature": "export interface AssurancePreset { id: AssurancePresetId; title: string; description: string; declarations: AssuranceDeclarationBundle; }"
|
|
19788
|
+
},
|
|
19789
|
+
{
|
|
19790
|
+
"classification": "supported",
|
|
19791
|
+
"kind": "type",
|
|
19792
|
+
"name": "AssurancePresetId",
|
|
19793
|
+
"signature": "export type AssurancePresetId = (typeof ASSURANCE_PRESET_IDS)[number];"
|
|
19794
|
+
},
|
|
19795
|
+
{
|
|
19796
|
+
"classification": "supported",
|
|
19797
|
+
"kind": "type",
|
|
19798
|
+
"name": "AssuranceProviderCostClass",
|
|
19799
|
+
"signature": "export type AssuranceProviderCostClass = \"low\" | \"medium\" | \"high\";"
|
|
19800
|
+
},
|
|
19801
|
+
{
|
|
19802
|
+
"classification": "supported",
|
|
19803
|
+
"kind": "type",
|
|
19804
|
+
"name": "AssuranceProviderResolver",
|
|
19805
|
+
"signature": "export type AssuranceProviderResolver = (source: AssuranceProviderSource) => Promise<AssuranceExternalMeasurementResult>;"
|
|
19806
|
+
},
|
|
19807
|
+
{
|
|
19808
|
+
"classification": "supported",
|
|
19809
|
+
"kind": "interface",
|
|
19810
|
+
"name": "AssuranceProviderSource",
|
|
19811
|
+
"signature": "export interface AssuranceProviderSource { kind: \"provider\"; provider: string; key: string; parameters?: Record<string, string | number | boolean | null>; }"
|
|
19812
|
+
},
|
|
19813
|
+
{
|
|
19814
|
+
"classification": "supported",
|
|
19815
|
+
"kind": "type",
|
|
19816
|
+
"name": "AssuranceScope",
|
|
19817
|
+
"signature": "export type AssuranceScope = { kind: \"all\"; } | { kind: \"active\"; } | { kind: \"filter\"; measurement_id: string; };"
|
|
19818
|
+
},
|
|
19819
|
+
{
|
|
19820
|
+
"classification": "supported",
|
|
19821
|
+
"kind": "interface",
|
|
19822
|
+
"name": "AssuranceSourceResolutionContext",
|
|
19823
|
+
"signature": "export interface AssuranceSourceResolutionContext { measurement_id?: string; source_kind: string; field: string; check?: string; }"
|
|
19824
|
+
},
|
|
19825
|
+
{
|
|
19826
|
+
"classification": "supported",
|
|
19827
|
+
"kind": "class",
|
|
19828
|
+
"name": "AssuranceSourceResolutionError",
|
|
19829
|
+
"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); }"
|
|
19830
|
+
},
|
|
19831
|
+
{
|
|
19832
|
+
"classification": "supported",
|
|
19833
|
+
"kind": "interface",
|
|
19834
|
+
"name": "AssuranceValidateSource",
|
|
19835
|
+
"signature": "export interface AssuranceValidateSource { kind: \"validate\"; check: string; field: string; }"
|
|
19836
|
+
},
|
|
19837
|
+
{
|
|
19838
|
+
"classification": "supported",
|
|
19839
|
+
"kind": "type",
|
|
19840
|
+
"name": "AssuranceValue",
|
|
19841
|
+
"signature": "export type AssuranceValue = number | string[];"
|
|
19842
|
+
},
|
|
19843
|
+
{
|
|
19844
|
+
"classification": "supported",
|
|
19845
|
+
"kind": "value",
|
|
19846
|
+
"name": "classifyHistoryAuthorEvent",
|
|
19847
|
+
"signature": "(parsed: unknown) => \"actionable_unknown\" | \"attributed\" | \"legacy_unknown\" | calls: (parsed: unknown) => \"attributed\" | \"legacy_unknown\" | \"actionable_unknown\""
|
|
19848
|
+
},
|
|
19849
|
+
{
|
|
19850
|
+
"classification": "supported",
|
|
19851
|
+
"kind": "function",
|
|
19852
|
+
"name": "createAssurancePreset",
|
|
19853
|
+
"signature": "(id: AssurancePresetId, ownerItemId: string) => AssurancePreset | calls: (id: AssurancePresetId, ownerItemId: string) => AssurancePreset"
|
|
19854
|
+
},
|
|
19855
|
+
{
|
|
19856
|
+
"classification": "supported",
|
|
19857
|
+
"kind": "function",
|
|
19858
|
+
"name": "createAssuranceWorkspaceContext",
|
|
19859
|
+
"signature": "(pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext> | calls: (pmRoot: string, options?: CreateAssuranceWorkspaceContextOptions) => Promise<AssuranceEvaluationContext>"
|
|
19860
|
+
},
|
|
19861
|
+
{
|
|
19862
|
+
"classification": "supported",
|
|
19863
|
+
"kind": "interface",
|
|
19864
|
+
"name": "CreateAssuranceWorkspaceContextOptions",
|
|
19865
|
+
"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; }"
|
|
19866
|
+
},
|
|
19867
|
+
{
|
|
19868
|
+
"classification": "supported",
|
|
19869
|
+
"kind": "function",
|
|
19870
|
+
"name": "createEmptyAssuranceDocument",
|
|
19871
|
+
"signature": "() => AssuranceDocument | calls: () => AssuranceDocument"
|
|
19872
|
+
},
|
|
19873
|
+
{
|
|
19874
|
+
"classification": "supported",
|
|
19875
|
+
"kind": "function",
|
|
19876
|
+
"name": "deriveAssuranceProposals",
|
|
19877
|
+
"signature": "(context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]> | calls: (context: AssuranceEvaluationContext, ownerItemId: string) => Promise<AssuranceDerivedProposal[]>"
|
|
19878
|
+
},
|
|
19879
|
+
{
|
|
19880
|
+
"classification": "supported",
|
|
19881
|
+
"kind": "interface",
|
|
19882
|
+
"name": "DuplicateCluster",
|
|
19883
|
+
"signature": "export interface DuplicateCluster { id: string; items: Omit<SimilarItemMatch, \"score\" | \"reason\">[]; matches: DuplicateClusterMatch[]; max_score: number; }"
|
|
19884
|
+
},
|
|
19885
|
+
{
|
|
19886
|
+
"classification": "supported",
|
|
19887
|
+
"kind": "interface",
|
|
19888
|
+
"name": "DuplicateClusterMatch",
|
|
19889
|
+
"signature": "export interface DuplicateClusterMatch { left_id: string; right_id: string; score: number; reason: SimilarItemMatch[\"reason\"]; }"
|
|
19890
|
+
},
|
|
19891
|
+
{
|
|
19892
|
+
"classification": "supported",
|
|
19893
|
+
"kind": "interface",
|
|
19894
|
+
"name": "DuplicateClustersResult",
|
|
19895
|
+
"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; }; }"
|
|
19896
|
+
},
|
|
19897
|
+
{
|
|
19898
|
+
"classification": "supported",
|
|
19899
|
+
"kind": "interface",
|
|
19900
|
+
"name": "DuplicateItemIdRow",
|
|
19901
|
+
"signature": "export interface DuplicateItemIdRow { id: string; paths: string[]; }"
|
|
19902
|
+
},
|
|
19903
|
+
{
|
|
19904
|
+
"classification": "supported",
|
|
19905
|
+
"kind": "function",
|
|
19906
|
+
"name": "evaluateAssuranceAssertion",
|
|
19907
|
+
"signature": "(definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict | calls: (definition: AssuranceAssertionDefinition, measurement: AssuranceMeasurementResult, options?: { owner_terminal?: boolean; }) => AssuranceAssertionVerdict"
|
|
19908
|
+
},
|
|
19909
|
+
{
|
|
19910
|
+
"classification": "supported",
|
|
19911
|
+
"kind": "function",
|
|
19912
|
+
"name": "evaluateAssuranceGate",
|
|
19913
|
+
"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>"
|
|
19914
|
+
},
|
|
19915
|
+
{
|
|
19916
|
+
"classification": "supported",
|
|
19917
|
+
"kind": "function",
|
|
19918
|
+
"name": "evaluateMeasurement",
|
|
19919
|
+
"signature": "(definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult> | calls: (definition: AssuranceMeasurementDefinition, context: AssuranceEvaluationContext, definitions?: AssuranceMeasurementDefinition[]) => Promise<AssuranceMeasurementResult>"
|
|
19920
|
+
},
|
|
19921
|
+
{
|
|
19922
|
+
"classification": "supported",
|
|
19923
|
+
"kind": "function",
|
|
19924
|
+
"name": "evaluateMutationGuard",
|
|
19925
|
+
"signature": "(options: EvaluateMutationGuardOptions) => MutationGuardResult | calls: (options: EvaluateMutationGuardOptions) => MutationGuardResult"
|
|
19926
|
+
},
|
|
19927
|
+
{
|
|
19928
|
+
"classification": "supported",
|
|
19929
|
+
"kind": "interface",
|
|
19930
|
+
"name": "EvaluateMutationGuardOptions",
|
|
19931
|
+
"signature": "export interface EvaluateMutationGuardOptions { author: string; payload: unknown; settings: MutationGuardSettings; force?: boolean; }"
|
|
19932
|
+
},
|
|
19933
|
+
{
|
|
19934
|
+
"classification": "supported",
|
|
19935
|
+
"kind": "function",
|
|
19936
|
+
"name": "evaluateSimilarityGovernance",
|
|
19937
|
+
"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>"
|
|
19938
|
+
},
|
|
19939
|
+
{
|
|
19940
|
+
"classification": "supported",
|
|
19941
|
+
"kind": "interface",
|
|
19942
|
+
"name": "ExtensionHostVersionCensus",
|
|
19943
|
+
"signature": "export interface ExtensionHostVersionCensus { host_version: string | null; copies: ExtensionHostVersionCopy[]; mismatches: ExtensionHostVersionCopy[]; warnings: string[]; }"
|
|
19944
|
+
},
|
|
19945
|
+
{
|
|
19946
|
+
"classification": "supported",
|
|
19947
|
+
"kind": "interface",
|
|
19948
|
+
"name": "ExtensionHostVersionCopy",
|
|
19949
|
+
"signature": "export interface ExtensionHostVersionCopy { version: string; path: string; layout: \"host\" | \"npm\" | \"pnpm\" | \"other\"; consumers: string[]; }"
|
|
19950
|
+
},
|
|
19951
|
+
{
|
|
19952
|
+
"classification": "supported",
|
|
19953
|
+
"kind": "function",
|
|
19954
|
+
"name": "findDuplicateClusters",
|
|
19955
|
+
"signature": "(options?: FindDuplicateClustersOptions) => Promise<DuplicateClustersResult> | calls: (options?: FindDuplicateClustersOptions) => Promise<DuplicateClustersResult>"
|
|
19956
|
+
},
|
|
19957
|
+
{
|
|
19958
|
+
"classification": "supported",
|
|
19959
|
+
"kind": "interface",
|
|
19960
|
+
"name": "FindDuplicateClustersOptions",
|
|
19961
|
+
"signature": "export interface FindDuplicateClustersOptions extends FindSimilarItemsOptions { statuses?: readonly string[]; since?: string; }"
|
|
19962
|
+
},
|
|
19963
|
+
{
|
|
19964
|
+
"classification": "supported",
|
|
19965
|
+
"kind": "function",
|
|
19966
|
+
"name": "findSimilarItems",
|
|
19967
|
+
"signature": "(candidate: SimilarItemCandidate, options?: FindSimilarItemsOptions) => Promise<SimilarItemsResult> | calls: (candidate: SimilarItemCandidate, options?: FindSimilarItemsOptions) => Promise<SimilarItemsResult>"
|
|
19968
|
+
},
|
|
19969
|
+
{
|
|
19970
|
+
"classification": "supported",
|
|
19971
|
+
"kind": "interface",
|
|
19972
|
+
"name": "FindSimilarItemsOptions",
|
|
19973
|
+
"signature": "export interface FindSimilarItemsOptions { pmRoot?: string; cwd?: string; limit?: number; threshold?: number; }"
|
|
19974
|
+
},
|
|
19975
|
+
{
|
|
19976
|
+
"classification": "supported",
|
|
19977
|
+
"kind": "interface",
|
|
19978
|
+
"name": "GcCheckpointsSummary",
|
|
19979
|
+
"signature": "export interface GcCheckpointsSummary { scanned: number; removed: number; retained: number; retention_days: number; }"
|
|
19980
|
+
},
|
|
19981
|
+
{
|
|
19982
|
+
"classification": "supported",
|
|
19983
|
+
"kind": "interface",
|
|
19984
|
+
"name": "GcCommandOptions",
|
|
19985
|
+
"signature": "export interface GcCommandOptions { dryRun?: boolean; scope?: string[]; }"
|
|
19986
|
+
},
|
|
19987
|
+
{
|
|
19988
|
+
"classification": "supported",
|
|
19989
|
+
"kind": "interface",
|
|
19990
|
+
"name": "GcLocksSummary",
|
|
19991
|
+
"signature": "export interface GcLocksSummary { scanned: number; removed: number; retained: number; }"
|
|
19992
|
+
},
|
|
19993
|
+
{
|
|
19994
|
+
"classification": "supported",
|
|
19995
|
+
"kind": "interface",
|
|
19996
|
+
"name": "GcResult",
|
|
19997
|
+
"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; }"
|
|
19998
|
+
},
|
|
19999
|
+
{
|
|
20000
|
+
"classification": "supported",
|
|
20001
|
+
"kind": "interface",
|
|
20002
|
+
"name": "GcTransactionsSummary",
|
|
20003
|
+
"signature": "export interface GcTransactionsSummary { scanned: number; removed: number; retained: number; retention_days: number; }"
|
|
20004
|
+
},
|
|
20005
|
+
{
|
|
20006
|
+
"classification": "supported",
|
|
20007
|
+
"kind": "function",
|
|
20008
|
+
"name": "getAssuranceDeclaration",
|
|
20009
|
+
"signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string) => Promise<AssuranceDeclaration>"
|
|
20010
|
+
},
|
|
20011
|
+
{
|
|
20012
|
+
"classification": "supported",
|
|
20013
|
+
"kind": "function",
|
|
20014
|
+
"name": "getMutationActionContract",
|
|
20015
|
+
"signature": "(action: string) => MutationActionContract | undefined | calls: (action: string) => MutationActionContract | undefined"
|
|
20016
|
+
},
|
|
20017
|
+
{
|
|
20018
|
+
"classification": "supported",
|
|
20019
|
+
"kind": "interface",
|
|
20020
|
+
"name": "HealthCheck",
|
|
20021
|
+
"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>; }"
|
|
20022
|
+
},
|
|
20023
|
+
{
|
|
20024
|
+
"classification": "supported",
|
|
20025
|
+
"kind": "interface",
|
|
20026
|
+
"name": "HealthFinding",
|
|
20027
|
+
"signature": "export interface HealthFinding { warning: string; code: string; check: HealthCheck[\"name\"]; severity: \"advisory\" | \"gate_failing\"; remediation?: string; disposition?: \"no_safe_automatic_remediation\"; }"
|
|
20028
|
+
},
|
|
20029
|
+
{
|
|
20030
|
+
"classification": "supported",
|
|
20031
|
+
"kind": "interface",
|
|
20032
|
+
"name": "HealthResult",
|
|
20033
|
+
"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; }"
|
|
20034
|
+
},
|
|
20035
|
+
{
|
|
20036
|
+
"classification": "supported",
|
|
20037
|
+
"kind": "value",
|
|
20038
|
+
"name": "HISTORY_AUTHOR_ATTRIBUTION_BASELINE",
|
|
20039
|
+
"signature": "\"2026-07-15T06:22:12.276Z\""
|
|
20040
|
+
},
|
|
20041
|
+
{
|
|
20042
|
+
"classification": "supported",
|
|
20043
|
+
"kind": "interface",
|
|
20044
|
+
"name": "HistoryAuthorAttributionScan",
|
|
20045
|
+
"signature": "export interface HistoryAuthorAttributionScan { checked_streams: number; checked_events: number; unknown_event_count: number; legacy_unknown_event_count: number; actionable_unknown_event_count: number; acknowledged_actionable_event_count: number; affected_item_ids: string[]; samples: UnknownAuthorHistoryEvent[]; samples_truncated: boolean; actionable_events?: UnknownAuthorHistoryEvent[]; }"
|
|
20046
|
+
},
|
|
20047
|
+
{
|
|
20048
|
+
"classification": "supported",
|
|
20049
|
+
"kind": "interface",
|
|
20050
|
+
"name": "HistoryStreamIntegrityRow",
|
|
20051
|
+
"signature": "export interface HistoryStreamIntegrityRow { id: string; path: string; line?: number; detail: string; }"
|
|
20052
|
+
},
|
|
20053
|
+
{
|
|
20054
|
+
"classification": "supported",
|
|
20055
|
+
"kind": "value",
|
|
20056
|
+
"name": "inspectHistoryAuthorStream",
|
|
20057
|
+
"signature": "(itemId: string, raw: string, sampleLimit?: number, acknowledgedEvents?: ReadonlySet<string>) => Pick<HistoryAuthorAttributionScan, \"acknowledged_actionable_event_count\" | \"actionable_events\" | \"actionable_unknown_event_count\" | \"checked_events\" | \"legacy_unknown_event_count\" | \"samples_truncated\" | \"samples\" | \"unknown_event_count\"> | calls: (itemId: string, raw: string, sampleLimit?: number, acknowledgedEvents?: ReadonlySet<string>) => Pick<HistoryAuthorAttributionScan, \"checked_events\" | \"unknown_event_count\" | \"legacy_unknown_event_count\" | \"actionable_unknown_event_count\" | \"acknowledged_actionable_event_count\" | \"samples\" | \"samples_truncated\" | \"actionable_events\">"
|
|
20058
|
+
},
|
|
20059
|
+
{
|
|
20060
|
+
"classification": "supported",
|
|
20061
|
+
"kind": "function",
|
|
20062
|
+
"name": "inspectStaleInProgressItems",
|
|
20063
|
+
"signature": "(items: readonly ItemMetadata[], options: InspectStaleInProgressOptions) => StaleInProgressScan | calls: (items: readonly ItemMetadata[], options: InspectStaleInProgressOptions) => StaleInProgressScan"
|
|
20064
|
+
},
|
|
20065
|
+
{
|
|
20066
|
+
"classification": "supported",
|
|
20067
|
+
"kind": "interface",
|
|
20068
|
+
"name": "InspectStaleInProgressOptions",
|
|
20069
|
+
"signature": "export interface InspectStaleInProgressOptions { in_progress_status?: string; threshold_hours: number; now?: Date; last_history_activity?: (item: ItemMetadata) => string | undefined; }"
|
|
20070
|
+
},
|
|
20071
|
+
{
|
|
20072
|
+
"classification": "supported",
|
|
20073
|
+
"kind": "function",
|
|
19264
20074
|
"name": "isMutationAction",
|
|
19265
20075
|
"signature": "(action: string) => boolean | calls: (action: string) => boolean"
|
|
19266
20076
|
},
|
|
@@ -19276,6 +20086,24 @@
|
|
|
19276
20086
|
"name": "jaccardSimilarity",
|
|
19277
20087
|
"signature": "(leftTokens: readonly string[], rightTokens: readonly string[]) => number | calls: (leftTokens: readonly string[], rightTokens: readonly string[]) => number"
|
|
19278
20088
|
},
|
|
20089
|
+
{
|
|
20090
|
+
"classification": "supported",
|
|
20091
|
+
"kind": "function",
|
|
20092
|
+
"name": "listAssuranceDeclarations",
|
|
20093
|
+
"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[]\"; }; }>"
|
|
20094
|
+
},
|
|
20095
|
+
{
|
|
20096
|
+
"classification": "supported",
|
|
20097
|
+
"kind": "function",
|
|
20098
|
+
"name": "listAssuranceVerdicts",
|
|
20099
|
+
"signature": "(pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]> | calls: (pmRoot: string, options?: { gate_id?: string; limit?: number; }) => Promise<AssuranceGateVerdict[]>"
|
|
20100
|
+
},
|
|
20101
|
+
{
|
|
20102
|
+
"classification": "supported",
|
|
20103
|
+
"kind": "function",
|
|
20104
|
+
"name": "listInvalidProvenanceHistoryStreamIds",
|
|
20105
|
+
"signature": "(pmRoot: string) => Promise<string[]> | calls: (pmRoot: string) => Promise<string[]>"
|
|
20106
|
+
},
|
|
19279
20107
|
{
|
|
19280
20108
|
"classification": "supported",
|
|
19281
20109
|
"kind": "function",
|
|
@@ -19306,6 +20134,24 @@
|
|
|
19306
20134
|
"name": "MutationHistoryScope",
|
|
19307
20135
|
"signature": "export type MutationHistoryScope = \"item\" | \"workspace\" | \"history\" | \"conditional\";"
|
|
19308
20136
|
},
|
|
20137
|
+
{
|
|
20138
|
+
"classification": "supported",
|
|
20139
|
+
"kind": "function",
|
|
20140
|
+
"name": "normalizeAssuranceEvaluation",
|
|
20141
|
+
"signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
|
|
20142
|
+
},
|
|
20143
|
+
{
|
|
20144
|
+
"classification": "supported",
|
|
20145
|
+
"kind": "function",
|
|
20146
|
+
"name": "normalizeAssuranceMutation",
|
|
20147
|
+
"signature": "<T>(operation: () => Promise<T>) => Promise<T> | calls: <T>(operation: () => Promise<T>) => Promise<T>"
|
|
20148
|
+
},
|
|
20149
|
+
{
|
|
20150
|
+
"classification": "supported",
|
|
20151
|
+
"kind": "function",
|
|
20152
|
+
"name": "normalizeInvalidHistoryProvenance",
|
|
20153
|
+
"signature": "(entries: HistoryEntry[]) => ProvenanceNormalizationResult | calls: (entries: HistoryEntry[]) => ProvenanceNormalizationResult"
|
|
20154
|
+
},
|
|
19309
20155
|
{
|
|
19310
20156
|
"classification": "supported",
|
|
19311
20157
|
"kind": "function",
|
|
@@ -19342,6 +20188,24 @@
|
|
|
19342
20188
|
"name": "projectValidateCounts",
|
|
19343
20189
|
"signature": "(result: ValidateResult) => ValidateCountsResult | calls: (result: ValidateResult) => ValidateCountsResult"
|
|
19344
20190
|
},
|
|
20191
|
+
{
|
|
20192
|
+
"classification": "supported",
|
|
20193
|
+
"kind": "function",
|
|
20194
|
+
"name": "promoteAssuranceAssertion",
|
|
20195
|
+
"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>>>"
|
|
20196
|
+
},
|
|
20197
|
+
{
|
|
20198
|
+
"classification": "supported",
|
|
20199
|
+
"kind": "interface",
|
|
20200
|
+
"name": "ProvenanceNormalizationReceipt",
|
|
20201
|
+
"signature": "export interface ProvenanceNormalizationReceipt { changed: boolean; events_changed: number; observations_removed: number; invalid_values: ProvenanceValueHealthFinding[]; }"
|
|
20202
|
+
},
|
|
20203
|
+
{
|
|
20204
|
+
"classification": "supported",
|
|
20205
|
+
"kind": "interface",
|
|
20206
|
+
"name": "ProvenanceNormalizationResult",
|
|
20207
|
+
"signature": "export interface ProvenanceNormalizationResult { entries: HistoryEntry[]; receipt: ProvenanceNormalizationReceipt; }"
|
|
20208
|
+
},
|
|
19345
20209
|
{
|
|
19346
20210
|
"classification": "supported",
|
|
19347
20211
|
"kind": "interface",
|
|
@@ -19360,6 +20224,24 @@
|
|
|
19360
20224
|
"name": "ProvenanceValueHealthFinding",
|
|
19361
20225
|
"signature": "export interface ProvenanceValueHealthFinding { harness: string; dimension: string; kind: \"boolean\" | \"single_digit\"; count: number; }"
|
|
19362
20226
|
},
|
|
20227
|
+
{
|
|
20228
|
+
"classification": "supported",
|
|
20229
|
+
"kind": "function",
|
|
20230
|
+
"name": "putAssuranceDeclaration",
|
|
20231
|
+
"signature": "(pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, definition: AssuranceDeclaration, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
|
|
20232
|
+
},
|
|
20233
|
+
{
|
|
20234
|
+
"classification": "supported",
|
|
20235
|
+
"kind": "function",
|
|
20236
|
+
"name": "putAssuranceDeclarationBundle",
|
|
20237
|
+
"signature": "(pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt>"
|
|
20238
|
+
},
|
|
20239
|
+
{
|
|
20240
|
+
"classification": "supported",
|
|
20241
|
+
"kind": "function",
|
|
20242
|
+
"name": "recordAssuranceVerdict",
|
|
20243
|
+
"signature": "(pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void> | calls: (pmRoot: string, verdict: AssuranceGateVerdict, options?: AssuranceMutationOptions) => Promise<void>"
|
|
20244
|
+
},
|
|
19363
20245
|
{
|
|
19364
20246
|
"classification": "supported",
|
|
19365
20247
|
"kind": "interface",
|
|
@@ -19372,6 +20254,12 @@
|
|
|
19372
20254
|
"name": "ReindexResult",
|
|
19373
20255
|
"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
20256
|
},
|
|
20257
|
+
{
|
|
20258
|
+
"classification": "supported",
|
|
20259
|
+
"kind": "function",
|
|
20260
|
+
"name": "removeAssuranceDeclaration",
|
|
20261
|
+
"signature": "(pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt> | calls: (pmRoot: string, kind: AssuranceDeclarationKind, id: string, options?: AssuranceMutationOptions) => Promise<AssuranceMutationReceipt>"
|
|
20262
|
+
},
|
|
19375
20263
|
{
|
|
19376
20264
|
"classification": "supported",
|
|
19377
20265
|
"kind": "function",
|
|
@@ -19384,6 +20272,18 @@
|
|
|
19384
20272
|
"name": "ResurrectedItemRow",
|
|
19385
20273
|
"signature": "export interface ResurrectedItemRow { id: string; deleted_at: string; deleted_by: string; }"
|
|
19386
20274
|
},
|
|
20275
|
+
{
|
|
20276
|
+
"classification": "supported",
|
|
20277
|
+
"kind": "function",
|
|
20278
|
+
"name": "runAssuranceAction",
|
|
20279
|
+
"signature": "(input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult> | calls: (input: AssuranceActionInput, global?: Pick<GlobalOptions, \"path\">, runtime?: AssuranceActionRuntimeOptions) => Promise<AssuranceActionResult>"
|
|
20280
|
+
},
|
|
20281
|
+
{
|
|
20282
|
+
"classification": "supported",
|
|
20283
|
+
"kind": "function",
|
|
20284
|
+
"name": "runAssuranceDispatch",
|
|
20285
|
+
"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>"
|
|
20286
|
+
},
|
|
19387
20287
|
{
|
|
19388
20288
|
"classification": "supported",
|
|
19389
20289
|
"kind": "function",
|
|
@@ -19420,6 +20320,12 @@
|
|
|
19420
20320
|
"name": "runValidate",
|
|
19421
20321
|
"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
20322
|
},
|
|
20323
|
+
{
|
|
20324
|
+
"classification": "supported",
|
|
20325
|
+
"kind": "function",
|
|
20326
|
+
"name": "scanExtensionHostVersions",
|
|
20327
|
+
"signature": "(loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus> | calls: (loadedExtensions: readonly LoadedExtension[], workspaceRoot: string, hostPackageRoot?: string) => Promise<ExtensionHostVersionCensus>"
|
|
20328
|
+
},
|
|
19423
20329
|
{
|
|
19424
20330
|
"classification": "supported",
|
|
19425
20331
|
"kind": "value",
|
|
@@ -19588,6 +20494,18 @@
|
|
|
19588
20494
|
"name": "UpgradeResult",
|
|
19589
20495
|
"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
20496
|
},
|
|
20497
|
+
{
|
|
20498
|
+
"classification": "supported",
|
|
20499
|
+
"kind": "function",
|
|
20500
|
+
"name": "validateAssertionDefinition",
|
|
20501
|
+
"signature": "(definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition | calls: (definition: AssuranceAssertionDefinition) => AssuranceAssertionDefinition"
|
|
20502
|
+
},
|
|
20503
|
+
{
|
|
20504
|
+
"classification": "supported",
|
|
20505
|
+
"kind": "function",
|
|
20506
|
+
"name": "validateAssuranceDocument",
|
|
20507
|
+
"signature": "(document: AssuranceDocument) => AssuranceDocument | calls: (document: AssuranceDocument) => AssuranceDocument"
|
|
20508
|
+
},
|
|
19591
20509
|
{
|
|
19592
20510
|
"classification": "supported",
|
|
19593
20511
|
"kind": "interface",
|
|
@@ -19618,6 +20536,18 @@
|
|
|
19618
20536
|
"name": "ValidateFixesSummary",
|
|
19619
20537
|
"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
20538
|
},
|
|
20539
|
+
{
|
|
20540
|
+
"classification": "supported",
|
|
20541
|
+
"kind": "function",
|
|
20542
|
+
"name": "validateGateDefinition",
|
|
20543
|
+
"signature": "(definition: AssuranceGateDefinition) => AssuranceGateDefinition | calls: (definition: AssuranceGateDefinition) => AssuranceGateDefinition"
|
|
20544
|
+
},
|
|
20545
|
+
{
|
|
20546
|
+
"classification": "supported",
|
|
20547
|
+
"kind": "function",
|
|
20548
|
+
"name": "validateMeasurementDefinition",
|
|
20549
|
+
"signature": "(definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition | calls: (definition: AssuranceMeasurementDefinition) => AssuranceMeasurementDefinition"
|
|
20550
|
+
},
|
|
19621
20551
|
{
|
|
19622
20552
|
"classification": "supported",
|
|
19623
20553
|
"kind": "interface",
|
|
@@ -21638,7 +22568,7 @@
|
|
|
21638
22568
|
"classification": "supported",
|
|
21639
22569
|
"kind": "interface",
|
|
21640
22570
|
"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; }; }"
|
|
22571
|
+
"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
22572
|
},
|
|
21643
22573
|
{
|
|
21644
22574
|
"classification": "supported",
|
|
@@ -21790,6 +22720,12 @@
|
|
|
21790
22720
|
"name": "decodeQueryCursor",
|
|
21791
22721
|
"signature": "(cursor: unknown, expectedFingerprint: string) => string | calls: (cursor: unknown, expectedFingerprint: string) => string"
|
|
21792
22722
|
},
|
|
22723
|
+
{
|
|
22724
|
+
"classification": "supported",
|
|
22725
|
+
"kind": "function",
|
|
22726
|
+
"name": "decodeQueryCursorEnvelope",
|
|
22727
|
+
"signature": "(cursor: unknown) => QueryCursorEnvelope | calls: (cursor: unknown) => QueryCursorEnvelope"
|
|
22728
|
+
},
|
|
21793
22729
|
{
|
|
21794
22730
|
"classification": "supported",
|
|
21795
22731
|
"kind": "function",
|
|
@@ -22246,6 +23182,12 @@
|
|
|
22246
23182
|
"name": "QUERY_CURSOR_CONTRACT",
|
|
22247
23183
|
"signature": "Readonly<{ version: 1; max_length: 4096; }>"
|
|
22248
23184
|
},
|
|
23185
|
+
{
|
|
23186
|
+
"classification": "supported",
|
|
23187
|
+
"kind": "interface",
|
|
23188
|
+
"name": "QueryCursorEnvelope",
|
|
23189
|
+
"signature": "export interface QueryCursorEnvelope { version: number; fingerprint: string; after_id: string; after_index?: number; snapshot?: string; }"
|
|
23190
|
+
},
|
|
22249
23191
|
{
|
|
22250
23192
|
"classification": "supported",
|
|
22251
23193
|
"kind": "interface",
|
|
@@ -22688,7 +23630,7 @@
|
|
|
22688
23630
|
"classification": "supported",
|
|
22689
23631
|
"kind": "function",
|
|
22690
23632
|
"name": "toContextRankingSummary",
|
|
22691
|
-
"signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult) => ContextRankingSummary"
|
|
23633
|
+
"signature": "<TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary | calls: <TItem>(report: ContextRelevanceReport<TItem>, featureStore?: ContextSignalStoreReadResult, servedItemIds?: ReadonlySet<string>) => ContextRankingSummary"
|
|
22692
23634
|
},
|
|
22693
23635
|
{
|
|
22694
23636
|
"classification": "supported",
|
|
@@ -23066,7 +24008,7 @@
|
|
|
23066
24008
|
"classification": "advanced_export",
|
|
23067
24009
|
"kind": "interface",
|
|
23068
24010
|
"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\"]; }>; }; }"
|
|
24011
|
+
"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
24012
|
},
|
|
23071
24013
|
{
|
|
23072
24014
|
"classification": "supported",
|
|
@@ -23462,7 +24404,7 @@
|
|
|
23462
24404
|
"classification": "advanced_export",
|
|
23463
24405
|
"kind": "interface",
|
|
23464
24406
|
"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\"; }"
|
|
24407
|
+
"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
24408
|
},
|
|
23467
24409
|
{
|
|
23468
24410
|
"classification": "supported",
|
|
@@ -23504,7 +24446,7 @@
|
|
|
23504
24446
|
"classification": "supported",
|
|
23505
24447
|
"kind": "interface",
|
|
23506
24448
|
"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; }"
|
|
24449
|
+
"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
24450
|
},
|
|
23509
24451
|
{
|
|
23510
24452
|
"classification": "supported",
|
|
@@ -24128,13 +25070,13 @@
|
|
|
24128
25070
|
"classification": "supported",
|
|
24129
25071
|
"kind": "interface",
|
|
24130
25072
|
"name": "PmReadOutputBudgetExceeded",
|
|
24131
|
-
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; }; read_output: PmReadOutputReceipt; }"
|
|
25073
|
+
"signature": "export interface PmReadOutputBudgetExceeded { output_budget_exceeded: { omitted_result: true; reason: \"requested_budget_infeasible\"; restore_with: string; recovery: { outputBudget: \"unbounded\"; }; }; read_output: PmReadOutputReceipt; }"
|
|
24132
25074
|
},
|
|
24133
25075
|
{
|
|
24134
25076
|
"classification": "supported",
|
|
24135
25077
|
"kind": "interface",
|
|
24136
25078
|
"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; }"
|
|
25079
|
+
"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
25080
|
},
|
|
24139
25081
|
{
|
|
24140
25082
|
"classification": "supported",
|
|
@@ -24146,7 +25088,7 @@
|
|
|
24146
25088
|
"classification": "supported",
|
|
24147
25089
|
"kind": "type",
|
|
24148
25090
|
"name": "PmReadOutputResultFor",
|
|
24149
|
-
"signature": "export type PmReadOutputResultFor<Result, Options> = \"outputBudget\" extends keyof Options ? PmReadOutputResult<Result> : \"outputSession\" extends keyof Options ? PmReadOutputResult<Result> : Result;"
|
|
25091
|
+
"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
25092
|
},
|
|
24151
25093
|
{
|
|
24152
25094
|
"classification": "supported",
|
|
@@ -24164,7 +25106,7 @@
|
|
|
24164
25106
|
"classification": "supported",
|
|
24165
25107
|
"kind": "interface",
|
|
24166
25108
|
"name": "PmReadOutputSurfaceContract",
|
|
24167
|
-
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; }"
|
|
25109
|
+
"signature": "export interface PmReadOutputSurfaceContract { command: PmReadOutputSurface; dimensions: Record<PmReadOutputDimension, PmReadOutputDimensionContract>; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; budget_retention_policy: \"ordered_prefix\" | \"verdict_priority\"; }"
|
|
24168
25110
|
},
|
|
24169
25111
|
{
|
|
24170
25112
|
"classification": "supported",
|
|
@@ -26060,6 +27002,10 @@
|
|
|
26060
27002
|
"profile_title_empty",
|
|
26061
27003
|
"project_runtime_stale_mutation",
|
|
26062
27004
|
"project_runtime_stale_read",
|
|
27005
|
+
"provenance_value_domain_invalid",
|
|
27006
|
+
"read_output_cursor_command_mismatch",
|
|
27007
|
+
"read_output_cursor_invalid",
|
|
27008
|
+
"read_output_cursor_stale",
|
|
26063
27009
|
"redundant_edge",
|
|
26064
27010
|
"reindex_already_running",
|
|
26065
27011
|
"reserved_item_field",
|