@unbrained/pm-cli 2026.8.30 → 2026.8.31
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/.agents/skills/HARNESS_COMPATIBILITY.md +1 -1
- package/.agents/skills/README.md +1 -1
- package/.agents/skills/pm-developer/SKILL.md +1 -1
- package/.agents/skills/pm-developer/references/COMMAND_PLAYBOOK.md +2 -2
- package/.agents/skills/pm-developer/references/MULTI_AGENT_MERGE.md +1 -1
- package/.agents/skills/pm-developer/references/TOKEN_BUDGETS.md +1 -1
- package/.agents/skills/pm-extensions/SKILL.md +2 -2
- package/.agents/skills/pm-extensions/references/AUTHORING.md +1 -1
- package/.agents/skills/pm-extensions/references/LIFECYCLE.md +1 -1
- package/.agents/skills/pm-sdk/SKILL.md +1 -1
- package/.agents/skills/pm-user/SKILL.md +2 -2
- package/.agents/skills/pm-user/references/WORKFLOWS.md +2 -2
- package/.claude-plugin/marketplace.json +2 -2
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +18 -0
- package/dist/cli/register-list-query.js +32 -17
- package/dist/cli/register-operations.d.ts +2 -0
- package/dist/cli/register-operations.js +20 -9
- package/dist/cli-bundle/bundle-manifest.json +137 -137
- package/dist/cli-bundle/chunks/chunk-2XVV45NJ.js +35 -0
- package/dist/cli-bundle/chunks/{chunk-N6OR6FAR.js → chunk-3FCSFWZT.js} +12 -12
- package/dist/cli-bundle/chunks/{chunk-WS2GJQVG.js → chunk-52JXYSDW.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TGNAA66W.js → chunk-5DH5XCJL.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-2UETTHY6.js → chunk-IEFJ3ZEB.js} +29 -29
- package/dist/cli-bundle/chunks/{chunk-MTTKAUBX.js → chunk-JIFYOJF7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-3TEF3HM5.js → chunk-MWIN6OH2.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-GNWPTEBW.js → chunk-NW6LV3TU.js} +64 -64
- package/dist/cli-bundle/chunks/{chunk-7SKMLSMX.js → chunk-OUGDA7NR.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-2MKLQL2E.js → chunk-QZCIBZR3.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-CMIEDWAY.js → chunk-SXMHPK4V.js} +41 -41
- package/dist/cli-bundle/chunks/{register-list-query-OMKJ5ONN.js → register-list-query-7C7DKZ2U.js} +11 -11
- package/dist/cli-bundle/chunks/{register-mutation-QBSNCOY3.js → register-mutation-OI4BJLUX.js} +2 -2
- package/dist/cli-bundle/chunks/register-operations-IIMA5OKO.js +2 -0
- package/dist/cli-bundle/chunks/{register-setup-GLQ5SYV3.js → register-setup-52H36QCB.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-HVQ22RC4.js → chunk-2FEZ5SKM.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-Y3JJXRVK.js → chunk-4O4CJAR6.js} +5 -5
- package/dist/cli-bundle/focused-chunks/{chunk-RKOKG43G.js → chunk-APN4QN6R.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-LYFWQMVC.js → chunk-BEVHCEWG.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-3UMBF26I.js → chunk-BMD42PUG.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-XXOWRJZ5.js → chunk-BPWJ4QM5.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-G6PATS5E.js → chunk-EUTABA4M.js} +15 -15
- package/dist/cli-bundle/focused-chunks/{chunk-73EDXGYE.js → chunk-FOMZ6NG5.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-JCOOAUHK.js +51 -0
- package/dist/cli-bundle/focused-chunks/chunk-JEFKLWMM.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-JZYPPMXF.js → chunk-KB5OFSFD.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-AD6ULRAF.js → chunk-QDFJIRKN.js} +4 -4
- package/dist/cli-bundle/focused-chunks/{chunk-THEPQMLX.js → chunk-SVXJYD6G.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-3AVAWVZA.js → chunk-UN34D63M.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-TDK3OCX3.js → chunk-VJ7EFMFL.js} +2 -2
- package/dist/cli-bundle/main.js +2 -2
- 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 +29 -29
- 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 +33 -33
- 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 +9 -9
- package/dist/core/schema/runtime-schema.d.ts +4 -0
- package/dist/core/schema/runtime-schema.js +60 -48
- package/dist/core/schema/status-defs-file.js +5 -2
- package/dist/mcp/legacy-adapter.d.ts +11 -2
- package/dist/mcp/legacy-adapter.js +26 -12
- package/dist/sdk/cli-contracts/flag-contracts.d.ts +2 -0
- package/dist/sdk/cli-contracts/flag-contracts.js +6 -2
- package/dist/sdk/cli-contracts/grammar-contracts.d.ts +1 -1
- package/dist/sdk/cli-contracts/grammar-contracts.js +12 -2
- package/dist/sdk/cli-contracts/runtime-contracts.js +3 -2
- package/dist/sdk/cli-contracts/tool-schema.js +11 -3
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +14 -2
- package/dist/sdk/governance/health.js +17 -6
- package/dist/sdk/governance/status-role-diagnostics.d.ts +27 -0
- package/dist/sdk/governance/status-role-diagnostics.js +36 -0
- package/dist/sdk/governance/validate-normalization.d.ts +6 -0
- package/dist/sdk/governance/validate-normalization.js +37 -0
- package/dist/sdk/governance/validate.d.ts +1 -1
- package/dist/sdk/governance/validate.js +20 -35
- package/dist/sdk/governance/workspace-position.d.ts +69 -0
- package/dist/sdk/governance/workspace-position.js +164 -0
- package/dist/sdk/governance.d.ts +2 -0
- package/dist/sdk/governance.js +4 -2
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/index.js +3 -3
- package/dist/sdk/mcp/protocol.d.ts +10 -2
- package/dist/sdk/mcp/protocol.js +15 -4
- package/dist/sdk/query/context.js +11 -14
- package/dist/sdk/query/list.d.ts +2 -0
- package/dist/sdk/query/list.js +33 -12
- package/dist/sdk/runtime-extended-actions.js +8 -4
- package/dist/sdk/schema.js +12 -2
- package/dist/sdk/test/execution.d.ts +15 -0
- package/dist/sdk/test/execution.js +35 -27
- package/docs/AGENT_GUIDE.md +1 -1
- package/docs/AGENT_PROVENANCE_ADR.md +1 -1
- package/docs/AGENT_RUNTIME_PRIMITIVES.md +2 -2
- package/docs/CLAUDE_CODE_PLUGIN.md +3 -3
- package/docs/COMMANDS.md +12 -12
- package/docs/CONFIGURATION.md +1 -1
- package/docs/DEFECT_RECURRENCE.md +2 -0
- package/docs/MCP_2026_07_28.md +28 -8
- package/docs/MCP_2026_07_28_CONFORMANCE.md +1 -0
- package/docs/MCP_REMOTE_TRANSPORT_SECURITY.md +4 -2
- package/docs/ONBOARDING.md +1 -1
- package/docs/README.md +2 -1
- package/docs/READ_OUTPUT_CONTRACTS.md +1 -1
- package/docs/RECURRENCE_RECOVERY_CONTRACTS.md +1 -1
- package/docs/SDK.md +3 -3
- package/docs/TESTING.md +23 -14
- package/docs/WORKSPACE_POSITION_AND_LIFECYCLE.md +113 -0
- package/docs/examples/policy-restricted-extension/README.md +2 -2
- package/docs/examples/starter-extension/README.md +1 -1
- package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +4 -3
- 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 +171 -10
- package/dist/cli-bundle/chunks/chunk-7X6OZEIV.js +0 -34
- package/dist/cli-bundle/chunks/register-operations-UC77FQZC.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-AXZ5AJAF.js +0 -50
- package/dist/cli-bundle/focused-chunks/chunk-LLNTHF5X.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": 1820,
|
|
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": 1821
|
|
12
12
|
},
|
|
13
13
|
"breaking_acknowledgements": [
|
|
14
14
|
{
|
|
@@ -1406,6 +1406,46 @@
|
|
|
1406
1406
|
],
|
|
1407
1407
|
"package_version": "2026.8.28",
|
|
1408
1408
|
"reason": "Broaden resolveItemBlockers input to accept optional id and updated_at context already consumed by blocker projection"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"changes": [
|
|
1412
|
+
"signature ./sdk:PM_MCP_LEGACY_PROTOCOL_VERSIONS"
|
|
1413
|
+
],
|
|
1414
|
+
"package_version": "2026.8.30",
|
|
1415
|
+
"reason": "pm-edywqn: the legacy accept list widens to the full initialize-era set (2025-11-25 plus 2025-06-18) so every current MCP host can complete a handshake; the tuple literal type changes because the declared set is the contract, and no runtime behaviour is removed"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"changes": [
|
|
1419
|
+
"signature ./sdk:ListOptions",
|
|
1420
|
+
"signature ./sdk:PmPositionalActionContract",
|
|
1421
|
+
"signature ./sdk:RuntimeStatusRegistry",
|
|
1422
|
+
"signature ./sdk/contracts:PmPositionalActionContract",
|
|
1423
|
+
"signature ./sdk/core:ListOptions",
|
|
1424
|
+
"signature ./sdk/query:ListOptions",
|
|
1425
|
+
"signature ./sdk/runtime:ListOptions"
|
|
1426
|
+
],
|
|
1427
|
+
"package_version": "2026.8.30",
|
|
1428
|
+
"reason": "Add lifecycle-aware list selection, explicit workflow anchors, and workspace position contracts for SDK consumers."
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"changes": [
|
|
1432
|
+
"signature ./sdk:_testOnlyWorkspacePosition",
|
|
1433
|
+
"signature ./sdk/governance:_testOnlyWorkspacePosition"
|
|
1434
|
+
],
|
|
1435
|
+
"package_version": "2026.8.30",
|
|
1436
|
+
"reason": "Add lifecycle-aware list selection, explicit workflow anchors, and workspace position contracts for SDK consumers."
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"changes": [
|
|
1440
|
+
"signature ./sdk:StatusRoleDiagnostics",
|
|
1441
|
+
"signature ./sdk:WorkspacePositionResult",
|
|
1442
|
+
"signature ./sdk:WorkspacePositionState",
|
|
1443
|
+
"signature ./sdk/governance:StatusRoleDiagnostics",
|
|
1444
|
+
"signature ./sdk/governance:WorkspacePositionResult",
|
|
1445
|
+
"signature ./sdk/governance:WorkspacePositionState"
|
|
1446
|
+
],
|
|
1447
|
+
"package_version": "2026.8.30",
|
|
1448
|
+
"reason": "Fail closed on malformed history evidence and expose complete bounded lifecycle-role diagnostics"
|
|
1409
1449
|
}
|
|
1410
1450
|
],
|
|
1411
1451
|
"entrypoints": {
|
|
@@ -1514,6 +1554,12 @@
|
|
|
1514
1554
|
"name": "_testOnlyValidateCommand",
|
|
1515
1555
|
"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; }"
|
|
1516
1556
|
},
|
|
1557
|
+
{
|
|
1558
|
+
"classification": "supported",
|
|
1559
|
+
"kind": "value",
|
|
1560
|
+
"name": "_testOnlyWorkspacePosition",
|
|
1561
|
+
"signature": "{ commandForWorkspacePositionState: typeof commandForWorkspacePositionState; normalizeWorkspaceHistoryDrift: typeof normalizeWorkspaceHistoryDrift; selectWorkspacePositionState: typeof selectWorkspacePositionState; }"
|
|
1562
|
+
},
|
|
1517
1563
|
{
|
|
1518
1564
|
"classification": "supported",
|
|
1519
1565
|
"kind": "function",
|
|
@@ -3182,6 +3228,12 @@
|
|
|
3182
3228
|
"name": "buildSemanticCorpusInput",
|
|
3183
3229
|
"signature": "(document: ItemDocument, options?: SemanticCorpusInputOptions) => string | calls: (document: ItemDocument, options?: SemanticCorpusInputOptions) => string"
|
|
3184
3230
|
},
|
|
3231
|
+
{
|
|
3232
|
+
"classification": "supported",
|
|
3233
|
+
"kind": "function",
|
|
3234
|
+
"name": "buildStatusRoleWarnings",
|
|
3235
|
+
"signature": "(diagnostics: StatusRoleDiagnostics) => string[] | calls: (diagnostics: StatusRoleDiagnostics) => string[]"
|
|
3236
|
+
},
|
|
3185
3237
|
{
|
|
3186
3238
|
"classification": "advanced_export",
|
|
3187
3239
|
"kind": "function",
|
|
@@ -3476,6 +3528,12 @@
|
|
|
3476
3528
|
"name": "classifyItemFormatVersion",
|
|
3477
3529
|
"signature": "(version: number, current?: number) => ItemFormatVersionStatus | calls: (version: number, current?: number) => ItemFormatVersionStatus"
|
|
3478
3530
|
},
|
|
3531
|
+
{
|
|
3532
|
+
"classification": "advanced_export",
|
|
3533
|
+
"kind": "function",
|
|
3534
|
+
"name": "classifyLinkedTestCommandSafety",
|
|
3535
|
+
"signature": "(command: string) => LinkedTestCommandSafetyClassification | calls: (command: string) => LinkedTestCommandSafetyClassification"
|
|
3536
|
+
},
|
|
3479
3537
|
{
|
|
3480
3538
|
"classification": "advanced_export",
|
|
3481
3539
|
"kind": "function",
|
|
@@ -6890,6 +6948,12 @@
|
|
|
6890
6948
|
"name": "formatVectorIndexRecoveryWarnings",
|
|
6891
6949
|
"signature": "(staleCount: number, recovery: VectorIndexRecovery) => string[] | calls: (staleCount: number, recovery: VectorIndexRecovery) => string[]"
|
|
6892
6950
|
},
|
|
6951
|
+
{
|
|
6952
|
+
"classification": "supported",
|
|
6953
|
+
"kind": "function",
|
|
6954
|
+
"name": "formatWorkspacePositionHuman",
|
|
6955
|
+
"signature": "(result: WorkspacePositionResult) => string | calls: (result: WorkspacePositionResult) => string"
|
|
6956
|
+
},
|
|
6893
6957
|
{
|
|
6894
6958
|
"classification": "advanced_export",
|
|
6895
6959
|
"kind": "function",
|
|
@@ -8042,6 +8106,12 @@
|
|
|
8042
8106
|
"name": "InspectStaleInProgressOptions",
|
|
8043
8107
|
"signature": "export interface InspectStaleInProgressOptions { in_progress_status?: string; threshold_hours: number; now?: Date; last_history_activity?: (item: ItemMetadata) => string | undefined; }"
|
|
8044
8108
|
},
|
|
8109
|
+
{
|
|
8110
|
+
"classification": "supported",
|
|
8111
|
+
"kind": "function",
|
|
8112
|
+
"name": "inspectStatusRoleAssignments",
|
|
8113
|
+
"signature": "(statusRegistry: RuntimeStatusRegistry, items: readonly ItemMetadata[], itemLimit?: number) => StatusRoleDiagnostics | calls: (statusRegistry: RuntimeStatusRegistry, items: readonly ItemMetadata[], itemLimit?: number) => StatusRoleDiagnostics"
|
|
8114
|
+
},
|
|
8045
8115
|
{
|
|
8046
8116
|
"classification": "advanced_export",
|
|
8047
8117
|
"kind": "function",
|
|
@@ -8558,6 +8628,12 @@
|
|
|
8558
8628
|
"name": "LinkedTest",
|
|
8559
8629
|
"signature": "export interface LinkedTest { command?: string; path?: string; scope: LinkScope; timeout_seconds?: number; pm_context_mode?: \"schema\" | \"tracker\" | \"auto\"; workspace_context_mode?: \"source\" | \"isolated\" | \"snapshot\"; provenance?: LinkedTestProvenance; provenance_invalid?: true; env_set?: Record<string, string>; env_clear?: string[]; shared_host_safe?: boolean; assert_stdout_contains?: string[]; assert_stdout_regex?: string[]; assert_stderr_contains?: string[]; assert_stderr_regex?: string[]; assert_stdout_min_lines?: number; assert_json_field_equals?: Record<string, string>; assert_json_field_gte?: Record<string, number>; note?: string; }"
|
|
8560
8630
|
},
|
|
8631
|
+
{
|
|
8632
|
+
"classification": "advanced_export",
|
|
8633
|
+
"kind": "interface",
|
|
8634
|
+
"name": "LinkedTestCommandSafetyClassification",
|
|
8635
|
+
"signature": "export interface LinkedTestCommandSafetyClassification { accepted: true; command_kind: \"direct_runner\" | \"sandbox_runner\" | \"other\"; tracker_isolation: \"runtime_injected\"; trust_boundary: \"provenance\"; advisory: string; }"
|
|
8636
|
+
},
|
|
8561
8637
|
{
|
|
8562
8638
|
"classification": "advanced_export",
|
|
8563
8639
|
"kind": "type",
|
|
@@ -8784,7 +8860,7 @@
|
|
|
8784
8860
|
"classification": "supported",
|
|
8785
8861
|
"kind": "interface",
|
|
8786
8862
|
"name": "ListOptions",
|
|
8787
|
-
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
8863
|
+
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; lifecycleBucket?: \"open\" | \"in_progress\"; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
8788
8864
|
},
|
|
8789
8865
|
{
|
|
8790
8866
|
"classification": "contract_data",
|
|
@@ -10704,7 +10780,7 @@
|
|
|
10704
10780
|
"classification": "advanced_export",
|
|
10705
10781
|
"kind": "value",
|
|
10706
10782
|
"name": "PM_MCP_LEGACY_PROTOCOL_VERSIONS",
|
|
10707
|
-
"signature": "readonly [\"2025-06-18\"]"
|
|
10783
|
+
"signature": "readonly [\"2025-11-25\", \"2025-06-18\"]"
|
|
10708
10784
|
},
|
|
10709
10785
|
{
|
|
10710
10786
|
"classification": "advanced_export",
|
|
@@ -11982,7 +12058,7 @@
|
|
|
11982
12058
|
"classification": "contract_data",
|
|
11983
12059
|
"kind": "interface",
|
|
11984
12060
|
"name": "PmPositionalActionContract",
|
|
11985
|
-
"signature": "export interface PmPositionalActionContract extends PmCommandPositionalContract { parent: \"assurance\" | \"plan\" | \"workspace snapshot\"; action: string; accepted_flags: readonly string[]; description: string; example: string; }"
|
|
12061
|
+
"signature": "export interface PmPositionalActionContract extends PmCommandPositionalContract { parent: \"assurance\" | \"plan\" | \"workspace\" | \"workspace snapshot\"; action: string; accepted_flags: readonly string[]; description: string; example: string; }"
|
|
11986
12062
|
},
|
|
11987
12063
|
{
|
|
11988
12064
|
"classification": "contract_data",
|
|
@@ -13160,6 +13236,12 @@
|
|
|
13160
13236
|
"name": "readWorkspaceMemory",
|
|
13161
13237
|
"signature": "(items: readonly ItemMetadata[], options: { pmRoot: string; statusRegistry: RuntimeStatusRegistry; now: string; minimumItems?: number; sourceCursor?: string; }) => Promise<WorkspaceMemoryReadResult> | calls: (items: readonly ItemMetadata[], options: { pmRoot: string; statusRegistry: RuntimeStatusRegistry; now: string; minimumItems?: number; sourceCursor?: string; }) => Promise<WorkspaceMemoryReadResult>"
|
|
13162
13238
|
},
|
|
13239
|
+
{
|
|
13240
|
+
"classification": "supported",
|
|
13241
|
+
"kind": "function",
|
|
13242
|
+
"name": "readWorkspacePosition",
|
|
13243
|
+
"signature": "(global: GlobalOptions) => Promise<WorkspacePositionResult> | calls: (global: GlobalOptions) => Promise<WorkspacePositionResult>"
|
|
13244
|
+
},
|
|
13163
13245
|
{
|
|
13164
13246
|
"classification": "supported",
|
|
13165
13247
|
"kind": "interface",
|
|
@@ -15798,7 +15880,7 @@
|
|
|
15798
15880
|
"classification": "advanced_export",
|
|
15799
15881
|
"kind": "interface",
|
|
15800
15882
|
"name": "RuntimeStatusRegistry",
|
|
15801
|
-
"signature": "export interface RuntimeStatusRegistry { definitions: RuntimeStatusDefinitionResolved[]; by_id: Map<string, RuntimeStatusDefinitionResolved>; alias_to_id: Map<string, string>; terminal_statuses: Set<string>; terminal_done_statuses: Set<string>; terminal_canceled_statuses: Set<string>; active_statuses: Set<string>; blocked_statuses: Set<string>; draft_statuses: Set<string>; open_status: string; close_status: string; canceled_status: string; }"
|
|
15883
|
+
"signature": "export interface RuntimeStatusRegistry { definitions: RuntimeStatusDefinitionResolved[]; by_id: Map<string, RuntimeStatusDefinitionResolved>; alias_to_id: Map<string, string>; terminal_statuses: Set<string>; terminal_done_statuses: Set<string>; terminal_canceled_statuses: Set<string>; active_statuses: Set<string>; blocked_statuses: Set<string>; draft_statuses: Set<string>; open_status: string; in_progress_status: string; blocked_status: string; close_status: string; canceled_status: string; }"
|
|
15802
15884
|
},
|
|
15803
15885
|
{
|
|
15804
15886
|
"classification": "advanced_export",
|
|
@@ -16994,6 +17076,12 @@
|
|
|
16994
17076
|
"name": "statusIsTerminal",
|
|
16995
17077
|
"signature": "(status: string, registry: RuntimeStatusRegistry) => boolean | calls: (status: string, registry: RuntimeStatusRegistry) => boolean"
|
|
16996
17078
|
},
|
|
17079
|
+
{
|
|
17080
|
+
"classification": "supported",
|
|
17081
|
+
"kind": "interface",
|
|
17082
|
+
"name": "StatusRoleDiagnostics",
|
|
17083
|
+
"signature": "export interface StatusRoleDiagnostics { roleless_status_count: number; roleless_statuses: string[]; roleless_statuses_truncated: boolean; affected_item_count: number; affected_item_ids: string[]; affected_item_ids_truncated: boolean; }"
|
|
17084
|
+
},
|
|
16997
17085
|
{
|
|
16998
17086
|
"classification": "supported",
|
|
16999
17087
|
"kind": "interface",
|
|
@@ -18308,6 +18396,24 @@
|
|
|
18308
18396
|
"name": "WorkspaceMemorySnapshot",
|
|
18309
18397
|
"signature": "export interface WorkspaceMemorySnapshot { format_version: number; source_cursor: string; source_item_count: number; generated_at: string; completion_time_sources?: Record<CompletionTimestampSource, number>; rollups: WorkspaceMemoryRollup[]; }"
|
|
18310
18398
|
},
|
|
18399
|
+
{
|
|
18400
|
+
"classification": "supported",
|
|
18401
|
+
"kind": "interface",
|
|
18402
|
+
"name": "WorkspacePositionNextAction",
|
|
18403
|
+
"signature": "export interface WorkspacePositionNextAction { command: string | null; reason: WorkspacePositionState; }"
|
|
18404
|
+
},
|
|
18405
|
+
{
|
|
18406
|
+
"classification": "supported",
|
|
18407
|
+
"kind": "interface",
|
|
18408
|
+
"name": "WorkspacePositionResult",
|
|
18409
|
+
"signature": "export interface WorkspacePositionResult { ok: boolean; state: WorkspacePositionState; merge_fence: { committed: MergeFenceAuditResult; clone_local_drivers: MergeDriverConfigurationAuditResult | null; }; merge_receipts: { pending_decision_count: number; pending_item_ids: string[]; pending_item_ids_truncated: boolean; lossless_count: number; invalid_evidence_count: number; }; history_drift: { evidence_valid: boolean; drifted_item_count: number; drifted_item_ids: string[]; drifted_item_ids_truncated: boolean; counts: Record<string, unknown>; }; next_action: WorkspacePositionNextAction; warnings: string[]; generated_at: string; }"
|
|
18410
|
+
},
|
|
18411
|
+
{
|
|
18412
|
+
"classification": "supported",
|
|
18413
|
+
"kind": "type",
|
|
18414
|
+
"name": "WorkspacePositionState",
|
|
18415
|
+
"signature": "export type WorkspacePositionState = \"ready\" | \"merge_evidence_invalid\" | \"history_evidence_invalid\" | \"merge_reconciliation_required\" | \"history_repair_required\" | \"merge_fence_unprepared\";"
|
|
18416
|
+
},
|
|
18311
18417
|
{
|
|
18312
18418
|
"classification": "advanced_export",
|
|
18313
18419
|
"kind": "interface",
|
|
@@ -21450,7 +21556,7 @@
|
|
|
21450
21556
|
"classification": "contract_data",
|
|
21451
21557
|
"kind": "interface",
|
|
21452
21558
|
"name": "PmPositionalActionContract",
|
|
21453
|
-
"signature": "export interface PmPositionalActionContract extends PmCommandPositionalContract { parent: \"assurance\" | \"plan\" | \"workspace snapshot\"; action: string; accepted_flags: readonly string[]; description: string; example: string; }"
|
|
21559
|
+
"signature": "export interface PmPositionalActionContract extends PmCommandPositionalContract { parent: \"assurance\" | \"plan\" | \"workspace\" | \"workspace snapshot\"; action: string; accepted_flags: readonly string[]; description: string; example: string; }"
|
|
21454
21560
|
},
|
|
21455
21561
|
{
|
|
21456
21562
|
"classification": "contract_data",
|
|
@@ -22908,7 +23014,7 @@
|
|
|
22908
23014
|
"classification": "supported",
|
|
22909
23015
|
"kind": "interface",
|
|
22910
23016
|
"name": "ListOptions",
|
|
22911
|
-
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
23017
|
+
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; lifecycleBucket?: \"open\" | \"in_progress\"; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
22912
23018
|
},
|
|
22913
23019
|
{
|
|
22914
23020
|
"classification": "supported",
|
|
@@ -23504,6 +23610,12 @@
|
|
|
23504
23610
|
"name": "_testOnlyValidateCommand",
|
|
23505
23611
|
"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; }"
|
|
23506
23612
|
},
|
|
23613
|
+
{
|
|
23614
|
+
"classification": "supported",
|
|
23615
|
+
"kind": "value",
|
|
23616
|
+
"name": "_testOnlyWorkspacePosition",
|
|
23617
|
+
"signature": "{ commandForWorkspacePositionState: typeof commandForWorkspacePositionState; normalizeWorkspaceHistoryDrift: typeof normalizeWorkspaceHistoryDrift; selectWorkspacePositionState: typeof selectWorkspacePositionState; }"
|
|
23618
|
+
},
|
|
23507
23619
|
{
|
|
23508
23620
|
"classification": "supported",
|
|
23509
23621
|
"kind": "function",
|
|
@@ -23984,6 +24096,12 @@
|
|
|
23984
24096
|
"name": "BuildDefectRecurrenceIndexOptions",
|
|
23985
24097
|
"signature": "export interface BuildDefectRecurrenceIndexOptions { previous_index?: DefectRecurrenceIndex; changed_item_ids?: string[]; }"
|
|
23986
24098
|
},
|
|
24099
|
+
{
|
|
24100
|
+
"classification": "supported",
|
|
24101
|
+
"kind": "function",
|
|
24102
|
+
"name": "buildStatusRoleWarnings",
|
|
24103
|
+
"signature": "(diagnostics: StatusRoleDiagnostics) => string[] | calls: (diagnostics: StatusRoleDiagnostics) => string[]"
|
|
24104
|
+
},
|
|
23987
24105
|
{
|
|
23988
24106
|
"classification": "supported",
|
|
23989
24107
|
"kind": "interface",
|
|
@@ -24242,6 +24360,12 @@
|
|
|
24242
24360
|
"name": "FindSimilarItemsOptions",
|
|
24243
24361
|
"signature": "export interface FindSimilarItemsOptions { pmRoot?: string; cwd?: string; limit?: number; threshold?: number; }"
|
|
24244
24362
|
},
|
|
24363
|
+
{
|
|
24364
|
+
"classification": "supported",
|
|
24365
|
+
"kind": "function",
|
|
24366
|
+
"name": "formatWorkspacePositionHuman",
|
|
24367
|
+
"signature": "(result: WorkspacePositionResult) => string | calls: (result: WorkspacePositionResult) => string"
|
|
24368
|
+
},
|
|
24245
24369
|
{
|
|
24246
24370
|
"classification": "supported",
|
|
24247
24371
|
"kind": "interface",
|
|
@@ -24338,6 +24462,12 @@
|
|
|
24338
24462
|
"name": "InspectStaleInProgressOptions",
|
|
24339
24463
|
"signature": "export interface InspectStaleInProgressOptions { in_progress_status?: string; threshold_hours: number; now?: Date; last_history_activity?: (item: ItemMetadata) => string | undefined; }"
|
|
24340
24464
|
},
|
|
24465
|
+
{
|
|
24466
|
+
"classification": "supported",
|
|
24467
|
+
"kind": "function",
|
|
24468
|
+
"name": "inspectStatusRoleAssignments",
|
|
24469
|
+
"signature": "(statusRegistry: RuntimeStatusRegistry, items: readonly ItemMetadata[], itemLimit?: number) => StatusRoleDiagnostics | calls: (statusRegistry: RuntimeStatusRegistry, items: readonly ItemMetadata[], itemLimit?: number) => StatusRoleDiagnostics"
|
|
24470
|
+
},
|
|
24341
24471
|
{
|
|
24342
24472
|
"classification": "supported",
|
|
24343
24473
|
"kind": "function",
|
|
@@ -24524,6 +24654,12 @@
|
|
|
24524
24654
|
"name": "putAssuranceDeclarationBundle",
|
|
24525
24655
|
"signature": "(pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, bundle: AssuranceDeclarationBundle, options?: AssuranceMutationOptions) => Promise<AssuranceBundleMutationReceipt>"
|
|
24526
24656
|
},
|
|
24657
|
+
{
|
|
24658
|
+
"classification": "supported",
|
|
24659
|
+
"kind": "function",
|
|
24660
|
+
"name": "readWorkspacePosition",
|
|
24661
|
+
"signature": "(global: GlobalOptions) => Promise<WorkspacePositionResult> | calls: (global: GlobalOptions) => Promise<WorkspacePositionResult>"
|
|
24662
|
+
},
|
|
24527
24663
|
{
|
|
24528
24664
|
"classification": "supported",
|
|
24529
24665
|
"kind": "function",
|
|
@@ -24716,6 +24852,12 @@
|
|
|
24716
24852
|
"name": "StaleInProgressScan",
|
|
24717
24853
|
"signature": "export interface StaleInProgressScan { threshold_hours: number; count: number; items: StaleInProgressItem[]; remediation: string; }"
|
|
24718
24854
|
},
|
|
24855
|
+
{
|
|
24856
|
+
"classification": "supported",
|
|
24857
|
+
"kind": "interface",
|
|
24858
|
+
"name": "StatusRoleDiagnostics",
|
|
24859
|
+
"signature": "export interface StatusRoleDiagnostics { roleless_status_count: number; roleless_statuses: string[]; roleless_statuses_truncated: boolean; affected_item_count: number; affected_item_ids: string[]; affected_item_ids_truncated: boolean; }"
|
|
24860
|
+
},
|
|
24719
24861
|
{
|
|
24720
24862
|
"classification": "supported",
|
|
24721
24863
|
"kind": "interface",
|
|
@@ -24877,6 +25019,24 @@
|
|
|
24877
25019
|
"kind": "interface",
|
|
24878
25020
|
"name": "WaivedBoundaryRecord",
|
|
24879
25021
|
"signature": "export interface WaivedBoundaryRecord { id: string; producer: string; consumer: string; format: string; waiver_reason: string; waiver_owner: string; waiver_expires_at: string; }"
|
|
25022
|
+
},
|
|
25023
|
+
{
|
|
25024
|
+
"classification": "supported",
|
|
25025
|
+
"kind": "interface",
|
|
25026
|
+
"name": "WorkspacePositionNextAction",
|
|
25027
|
+
"signature": "export interface WorkspacePositionNextAction { command: string | null; reason: WorkspacePositionState; }"
|
|
25028
|
+
},
|
|
25029
|
+
{
|
|
25030
|
+
"classification": "supported",
|
|
25031
|
+
"kind": "interface",
|
|
25032
|
+
"name": "WorkspacePositionResult",
|
|
25033
|
+
"signature": "export interface WorkspacePositionResult { ok: boolean; state: WorkspacePositionState; merge_fence: { committed: MergeFenceAuditResult; clone_local_drivers: MergeDriverConfigurationAuditResult | null; }; merge_receipts: { pending_decision_count: number; pending_item_ids: string[]; pending_item_ids_truncated: boolean; lossless_count: number; invalid_evidence_count: number; }; history_drift: { evidence_valid: boolean; drifted_item_count: number; drifted_item_ids: string[]; drifted_item_ids_truncated: boolean; counts: Record<string, unknown>; }; next_action: WorkspacePositionNextAction; warnings: string[]; generated_at: string; }"
|
|
25034
|
+
},
|
|
25035
|
+
{
|
|
25036
|
+
"classification": "supported",
|
|
25037
|
+
"kind": "type",
|
|
25038
|
+
"name": "WorkspacePositionState",
|
|
25039
|
+
"signature": "export type WorkspacePositionState = \"ready\" | \"merge_evidence_invalid\" | \"history_evidence_invalid\" | \"merge_reconciliation_required\" | \"history_repair_required\" | \"merge_fence_unprepared\";"
|
|
24880
25040
|
}
|
|
24881
25041
|
],
|
|
24882
25042
|
"types": "dist/sdk/governance.d.ts"
|
|
@@ -27402,7 +27562,7 @@
|
|
|
27402
27562
|
"classification": "supported",
|
|
27403
27563
|
"kind": "interface",
|
|
27404
27564
|
"name": "ListOptions",
|
|
27405
|
-
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
27565
|
+
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; lifecycleBucket?: \"open\" | \"in_progress\"; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
27406
27566
|
},
|
|
27407
27567
|
{
|
|
27408
27568
|
"classification": "supported",
|
|
@@ -29268,7 +29428,7 @@
|
|
|
29268
29428
|
"classification": "supported",
|
|
29269
29429
|
"kind": "interface",
|
|
29270
29430
|
"name": "ListOptions",
|
|
29271
|
-
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
29431
|
+
"signature": "export interface ListOptions extends SharedItemFilterOptions { ids?: string; assigneeFilter?: string; today?: boolean; recent?: boolean; limit?: string; offset?: string; after?: string; noTruncate?: boolean; includeBody?: boolean; compact?: boolean; brief?: boolean; full?: boolean; fields?: string; sort?: string; order?: string; tree?: boolean; treeDepth?: string; excludeTerminal?: boolean; strictRead?: boolean; dependencyBlocked?: boolean; lifecycleBucket?: \"open\" | \"in_progress\"; filterAcMissing?: boolean; filterEstimatesMissing?: boolean; filterResolutionMissing?: boolean; filterMetadataMissing?: boolean; }"
|
|
29272
29432
|
},
|
|
29273
29433
|
{
|
|
29274
29434
|
"classification": "supported",
|
|
@@ -31873,6 +32033,7 @@
|
|
|
31873
32033
|
"stale_observed_signature",
|
|
31874
32034
|
"status_duplicate",
|
|
31875
32035
|
"status_invalid",
|
|
32036
|
+
"status_lifecycle_role_required",
|
|
31876
32037
|
"stdin_json_invalid",
|
|
31877
32038
|
"stdin_json_unknown_key",
|
|
31878
32039
|
"structured_event_immutable",
|