@unbrained/pm-cli 2026.8.31 → 2026.9.2
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/AGENTS.md +15 -13
- package/CHANGELOG.md +33 -6
- package/README.md +3 -3
- package/dist/cli/commands/merge.d.ts +1 -1
- package/dist/cli/commands/merge.js +3 -3
- package/dist/cli/register-mutation.js +8 -5
- package/dist/cli-bundle/bundle-manifest.json +129 -129
- package/dist/cli-bundle/chunks/{chunk-52JXYSDW.js → chunk-3WICXLVT.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-JIFYOJF7.js → chunk-DTGWEL23.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-SXMHPK4V.js → chunk-FZ4Z2J4F.js} +4 -4
- package/dist/cli-bundle/chunks/chunk-GOACULJW.js +13 -0
- package/dist/cli-bundle/chunks/{chunk-NW6LV3TU.js → chunk-NOPL37X4.js} +64 -64
- package/dist/cli-bundle/chunks/{chunk-OUGDA7NR.js → chunk-T6H5BZCP.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-IEFJ3ZEB.js → chunk-TAG4VC22.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-MWIN6OH2.js → chunk-UDW64J2W.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-5DH5XCJL.js → chunk-X4RCGLTX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QZCIBZR3.js → chunk-Y7VOMSZT.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-ZLJIFSOE.js +35 -0
- package/dist/cli-bundle/chunks/{register-list-query-7C7DKZ2U.js → register-list-query-XYNX4ASQ.js} +2 -2
- package/dist/cli-bundle/chunks/register-mutation-WFQ7MJTX.js +20 -0
- package/dist/cli-bundle/chunks/{register-operations-IIMA5OKO.js → register-operations-JVTI7JPP.js} +2 -2
- package/dist/cli-bundle/chunks/{register-setup-52H36QCB.js → register-setup-KVNC5KPL.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-VJ7EFMFL.js → chunk-242AXYB2.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-7VATS5QY.js +16 -0
- package/dist/cli-bundle/focused-chunks/{chunk-FOMZ6NG5.js → chunk-MKHG3T76.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-JCOOAUHK.js → chunk-O67VDLOT.js} +48 -48
- package/dist/cli-bundle/focused-chunks/{chunk-UN34D63M.js → chunk-PF3E6Q36.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-APN4QN6R.js → chunk-RMRCQPWU.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-BPWJ4QM5.js → chunk-S4U5CN5Q.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-T2LXXSOD.js +158 -0
- package/dist/cli-bundle/main.js +2 -2
- package/dist/cli-bundle/sdk-contracts.js +1 -1
- package/dist/cli-bundle/sdk-core.js +25 -25
- 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 -32
- 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 +10 -10
- package/dist/core/diagnostics/remediation.js +9 -4
- package/dist/core/history/drift-scan.js +6 -6
- package/dist/core/history/history.d.ts +6 -0
- package/dist/core/history/history.js +47 -5
- package/dist/core/history/replay.d.ts +12 -1
- package/dist/core/history/replay.js +60 -39
- package/dist/mcp/server.d.ts +2 -2
- package/dist/mcp/server.js +78 -15
- package/dist/mcp/tool-definitions.js +56 -2
- package/dist/sdk/agent-capability-contracts.js +4 -2
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +14 -2
- package/dist/sdk/governance/health.js +77 -11
- package/dist/sdk/governance/validate.js +4 -2
- package/dist/sdk/history-read.js +14 -6
- package/dist/sdk/history-repair.js +17 -10
- package/dist/sdk/index.d.ts +1 -0
- package/dist/sdk/index.js +3 -2
- package/dist/sdk/init-agent-guidance.js +4 -4
- package/dist/sdk/lifecycle/update.js +23 -10
- package/dist/sdk/mcp/discovery.d.ts +152 -0
- package/dist/sdk/mcp/discovery.js +495 -0
- package/dist/sdk/merge/index.d.ts +1 -1
- package/dist/sdk/merge/index.js +3 -3
- package/dist/sdk/merge/receipts.d.ts +51 -1
- package/dist/sdk/merge/receipts.js +146 -35
- package/dist/sdk/merge/three-way.d.ts +3 -1
- package/dist/sdk/merge/three-way.js +9 -7
- package/dist/sdk/runtime-extended-actions.js +4 -4
- package/docs/AGENT_GUIDE.md +11 -3
- package/docs/ARCHITECTURE.md +5 -0
- package/docs/CLAUDE_CODE_PLUGIN.md +2 -2
- package/docs/CONTEXT_RECOVERY_PRIMITIVES.md +24 -6
- package/docs/MCP_2026_07_28.md +9 -5
- package/docs/MCP_CAPABILITY_SURFACES.md +7 -1
- package/docs/MCP_REMOTE_TRANSPORT_SECURITY.md +11 -1
- package/docs/MERGE_SAFETY.md +44 -2
- package/docs/OUTPUT_TOKEN_ACCOUNTING.md +5 -3
- package/docs/PROGRESSIVE_TOOL_DISCOVERY.md +42 -0
- package/docs/README.md +1 -0
- package/docs/agent-task-token-baseline.json +157 -3
- package/docs/agent-task-transcripts.json +143 -0
- package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +4 -3
- package/docs/performance/cli-transport-overhead.md +8 -6
- package/marketplace.json +2 -2
- package/package.json +2 -2
- 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-claude/README.md +4 -3
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/sdk/public-surface.json +168 -2
- package/dist/cli-bundle/chunks/chunk-2XVV45NJ.js +0 -35
- package/dist/cli-bundle/chunks/chunk-3FCSFWZT.js +0 -13
- package/dist/cli-bundle/chunks/register-mutation-OI4BJLUX.js +0 -20
- package/dist/cli-bundle/focused-chunks/chunk-BMD42PUG.js +0 -158
- package/dist/cli-bundle/focused-chunks/chunk-EUTABA4M.js +0 -16
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-claude",
|
|
3
3
|
"description": "Native pm CLI integration for Claude Code — 28 MCP tools, 5 workflow skills, 14 slash commands, 4 subagents (coordinator, delivery-chain, triage, verification), hybrid TUI task tracking (pm as persistent store + Claude Code task panel as live view), session context injection, and full git-based project management without leaving Claude Code.",
|
|
4
|
-
"version": "2026.
|
|
4
|
+
"version": "2026.9.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "unbrained",
|
|
7
7
|
"url": "https://github.com/unbraind/pm-cli"
|
|
@@ -6,7 +6,7 @@ Native pm CLI integration for Claude Code. Use pm project management tools direc
|
|
|
6
6
|
|
|
7
7
|
| Component | What it provides |
|
|
8
8
|
|-----------|----------------|
|
|
9
|
-
| **
|
|
9
|
+
| **32 MCP tools** | Full pm surface: discover, next, context, search, events, list, get, create, atomic mutate, copy, focus, update, claim, release, close, comments, files, docs, notes, learnings, deps, graph, test, validate, health, contracts, plan, append, schema, config, profile + `pm_run` for everything else |
|
|
10
10
|
| **5 skills** | `pm-workflow`, `pm-developer`, `pm-release`, `pm-audit`, `pm-planner` — auto-loaded as Claude Code skills |
|
|
11
11
|
| **14 slash commands** | Full lifecycle coverage — status, start, close, triage, audit, search, new, list, calendar, developer, planner, release, workflow, init |
|
|
12
12
|
| **4 subagents** | `pm-coordinator` (batch/multi-item), `pm-triage-agent` (duplicate-safe item creation), `pm-verification-agent` (evidence + close readiness), and `pm-delivery-chain` (orchestrated delivery) |
|
|
@@ -29,7 +29,7 @@ claude plugin marketplace add /path/to/pm-cli
|
|
|
29
29
|
# claude plugin marketplace add unbraind/pm-cli
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
This installs all
|
|
32
|
+
This installs all 32 MCP tools, 5 skills, 14 slash commands, 4 subagents, hybrid TUI tracking, and the session hook in one step. (`pm-claude` is the plugin name; `pm` is the marketplace name from `marketplace.json`.)
|
|
33
33
|
|
|
34
34
|
### Option B: Global MCP server via Claude Code CLI (MCP tools only)
|
|
35
35
|
|
|
@@ -37,7 +37,7 @@ This installs all 31 MCP tools, 5 skills, 14 slash commands, 4 subagents, hybrid
|
|
|
37
37
|
claude mcp add --transport stdio pm-mcp -- npx -y --package=@unbrained/pm-cli@latest pm-mcp
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
This gives you the
|
|
40
|
+
This gives you the 32 MCP tools but not the skills, slash commands, or session hook.
|
|
41
41
|
|
|
42
42
|
### Option C: Direct `.mcp.json` (project-scoped MCP only)
|
|
43
43
|
|
|
@@ -136,6 +136,7 @@ Spawn pm-triage-agent to set up the pm item for: add OAuth2 login support
|
|
|
136
136
|
|
|
137
137
|
| Tool | Purpose |
|
|
138
138
|
|------|---------|
|
|
139
|
+
| `pm_discover` | Expand the authorized tool catalog by intent under an explicit token budget |
|
|
139
140
|
| `pm_next` | Pick the next actionable item |
|
|
140
141
|
| `pm_context` | Active work snapshot |
|
|
141
142
|
| `pm_search` | Keyword/semantic/hybrid search |
|
package/sdk/public-surface.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aggregate_completeness": {
|
|
3
|
-
"covered_symbols":
|
|
3
|
+
"covered_symbols": 1825,
|
|
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": 1826
|
|
12
12
|
},
|
|
13
13
|
"breaking_acknowledgements": [
|
|
14
14
|
{
|
|
@@ -1446,6 +1446,33 @@
|
|
|
1446
1446
|
],
|
|
1447
1447
|
"package_version": "2026.8.30",
|
|
1448
1448
|
"reason": "Fail closed on malformed history evidence and expose complete bounded lifecycle-role diagnostics"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"changes": [
|
|
1452
|
+
"signature ./sdk:MergeReceiptEvidenceReport",
|
|
1453
|
+
"signature ./sdk:MergeReceiptEvidenceScan",
|
|
1454
|
+
"signature ./sdk/merge:MergeReceiptEvidenceReport",
|
|
1455
|
+
"signature ./sdk/merge:MergeReceiptEvidenceScan"
|
|
1456
|
+
],
|
|
1457
|
+
"package_version": "2026.8.30",
|
|
1458
|
+
"reason": "Add optional clone-local resolution evidence to loss-aware receipt scans and reports so gates fail closed while existing structural consumers remain compatible."
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"changes": [
|
|
1462
|
+
"signature ./sdk:PmToolDiscoveryOptions"
|
|
1463
|
+
],
|
|
1464
|
+
"package_version": "2026.8.31",
|
|
1465
|
+
"reason": "Add optional host-owned cursor integrity key for deployment-stable pagination; existing callers and process-local fallback remain compatible."
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"changes": [
|
|
1469
|
+
"signature ./sdk:MergeReceiptEvidenceReport",
|
|
1470
|
+
"signature ./sdk:MergeReceiptEvidenceScan",
|
|
1471
|
+
"signature ./sdk/merge:MergeReceiptEvidenceReport",
|
|
1472
|
+
"signature ./sdk/merge:MergeReceiptEvidenceScan"
|
|
1473
|
+
],
|
|
1474
|
+
"package_version": "2026.9.1",
|
|
1475
|
+
"reason": "Expose loss-aware receipt evidence details as required runtime fields so SDK gates cannot silently discard invalid candidates."
|
|
1449
1476
|
}
|
|
1450
1477
|
],
|
|
1451
1478
|
"entrypoints": {
|
|
@@ -5508,6 +5535,12 @@
|
|
|
5508
5535
|
"name": "discoverNearbyPmRoot",
|
|
5509
5536
|
"signature": "(cwd: string, excludedRoot?: string) => string | undefined | calls: (cwd: string, excludedRoot?: string) => string | undefined"
|
|
5510
5537
|
},
|
|
5538
|
+
{
|
|
5539
|
+
"classification": "advanced_export",
|
|
5540
|
+
"kind": "function",
|
|
5541
|
+
"name": "discoverPmTools",
|
|
5542
|
+
"signature": "(candidates: readonly PmToolDiscoveryCandidate[], options?: PmToolDiscoveryOptions) => PmToolDiscoveryResult | calls: (candidates: readonly PmToolDiscoveryCandidate[], options?: PmToolDiscoveryOptions) => PmToolDiscoveryResult"
|
|
5543
|
+
},
|
|
5511
5544
|
{
|
|
5512
5545
|
"classification": "advanced_export",
|
|
5513
5546
|
"kind": "function",
|
|
@@ -8088,6 +8121,12 @@
|
|
|
8088
8121
|
"name": "inspectHistoryAuthorStream",
|
|
8089
8122
|
"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\">"
|
|
8090
8123
|
},
|
|
8124
|
+
{
|
|
8125
|
+
"classification": "supported",
|
|
8126
|
+
"kind": "function",
|
|
8127
|
+
"name": "inspectMergeReceiptEvidence",
|
|
8128
|
+
"signature": "(cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; pmRoot?: string; }) => Promise<MergeReceiptEvidenceScan> | calls: (cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; pmRoot?: string; }) => Promise<MergeReceiptEvidenceScan>"
|
|
8129
|
+
},
|
|
8091
8130
|
{
|
|
8092
8131
|
"classification": "advanced_export",
|
|
8093
8132
|
"kind": "function",
|
|
@@ -9258,6 +9297,24 @@
|
|
|
9258
9297
|
"name": "MergePreferredSide",
|
|
9259
9298
|
"signature": "export type MergePreferredSide = \"ours\" | \"theirs\";"
|
|
9260
9299
|
},
|
|
9300
|
+
{
|
|
9301
|
+
"classification": "supported",
|
|
9302
|
+
"kind": "interface",
|
|
9303
|
+
"name": "MergeReceiptEvidenceReport",
|
|
9304
|
+
"signature": "export interface MergeReceiptEvidenceReport { ok: boolean; complete: boolean; count: number; invalid_evidence_count: number; invalid_evidence: MergeReceiptInvalidEvidence[]; invalid_evidence_truncated: boolean; clone_local_evidence_resolved?: boolean; receipts: MergeDecisionReceipt[]; generated_at: string; }"
|
|
9305
|
+
},
|
|
9306
|
+
{
|
|
9307
|
+
"classification": "supported",
|
|
9308
|
+
"kind": "interface",
|
|
9309
|
+
"name": "MergeReceiptEvidenceScan",
|
|
9310
|
+
"signature": "export interface MergeReceiptEvidenceScan { receipts: MergeDecisionReceipt[]; invalid_evidence_count: number; invalid_evidence: MergeReceiptInvalidEvidence[]; invalid_evidence_truncated: boolean; clone_local_evidence_resolved?: boolean; }"
|
|
9311
|
+
},
|
|
9312
|
+
{
|
|
9313
|
+
"classification": "supported",
|
|
9314
|
+
"kind": "interface",
|
|
9315
|
+
"name": "MergeReceiptInvalidEvidence",
|
|
9316
|
+
"signature": "export interface MergeReceiptInvalidEvidence { evidence_source: \"clone_local\" | \"durable\" | \"clone_local_and_durable\"; reason: \"directory_unreadable\" | \"candidate_not_bounded_regular_file\" | \"candidate_unreadable\" | \"candidate_invalid_json\" | \"schema_or_identity_invalid\" | \"copy_provenance_mismatch\"; receipt_id?: string; candidate_name_hash?: string; }"
|
|
9317
|
+
},
|
|
9261
9318
|
{
|
|
9262
9319
|
"classification": "advanced_export",
|
|
9263
9320
|
"kind": "interface",
|
|
@@ -10176,6 +10233,12 @@
|
|
|
10176
10233
|
"name": "parsePmAgentTaskTranscriptCorpus",
|
|
10177
10234
|
"signature": "(value: unknown) => PmAgentTaskTranscriptCorpus | calls: (value: unknown) => PmAgentTaskTranscriptCorpus"
|
|
10178
10235
|
},
|
|
10236
|
+
{
|
|
10237
|
+
"classification": "advanced_export",
|
|
10238
|
+
"kind": "function",
|
|
10239
|
+
"name": "parsePmToolDiscoveryOptions",
|
|
10240
|
+
"signature": "(input: Record<string, unknown>) => PmToolDiscoveryOptions | calls: (input: Record<string, unknown>) => PmToolDiscoveryOptions"
|
|
10241
|
+
},
|
|
10179
10242
|
{
|
|
10180
10243
|
"classification": "supported",
|
|
10181
10244
|
"kind": "function",
|
|
@@ -10758,6 +10821,12 @@
|
|
|
10758
10821
|
"name": "PM_MCP_APPS_SPEC_VERSION",
|
|
10759
10822
|
"signature": "\"2026-01-26\""
|
|
10760
10823
|
},
|
|
10824
|
+
{
|
|
10825
|
+
"classification": "advanced_export",
|
|
10826
|
+
"kind": "value",
|
|
10827
|
+
"name": "PM_MCP_ENTRY_TOOL_NAMES",
|
|
10828
|
+
"signature": "readonly string[]"
|
|
10829
|
+
},
|
|
10761
10830
|
{
|
|
10762
10831
|
"classification": "advanced_export",
|
|
10763
10832
|
"kind": "value",
|
|
@@ -10788,6 +10857,18 @@
|
|
|
10788
10857
|
"name": "PM_MCP_META_KEYS",
|
|
10789
10858
|
"signature": "{ readonly clientCapabilities: \"io.modelcontextprotocol/clientCapabilities\"; readonly clientInfo: \"io.modelcontextprotocol/clientInfo\"; readonly protocolVersion: \"io.modelcontextprotocol/protocolVersion\"; readonly serverInfo: \"io.modelcontextprotocol/serverInfo\"; }"
|
|
10790
10859
|
},
|
|
10860
|
+
{
|
|
10861
|
+
"classification": "advanced_export",
|
|
10862
|
+
"kind": "value",
|
|
10863
|
+
"name": "PM_MCP_PROGRESSIVE_DISCOVERY_EXTENSION",
|
|
10864
|
+
"signature": "\"dev.unbrained.pm/progressive-tool-discovery\""
|
|
10865
|
+
},
|
|
10866
|
+
{
|
|
10867
|
+
"classification": "advanced_export",
|
|
10868
|
+
"kind": "value",
|
|
10869
|
+
"name": "PM_MCP_PROGRESSIVE_DISCOVERY_SERVER_CAPABILITY",
|
|
10870
|
+
"signature": "Readonly<{ version: 1; discoveryTool: \"pm_discover\"; canonicalResult: \"structuredContent.result\"; compatibilityText: \"pointer\"; }>"
|
|
10871
|
+
},
|
|
10791
10872
|
{
|
|
10792
10873
|
"classification": "advanced_export",
|
|
10793
10874
|
"kind": "value",
|
|
@@ -12384,6 +12465,54 @@
|
|
|
12384
12465
|
"name": "PmToolCustomFieldCollision",
|
|
12385
12466
|
"signature": "export interface PmToolCustomFieldCollision { field: string; property: string; owner: \"mcp_tool_input\"; nested_path: string; }"
|
|
12386
12467
|
},
|
|
12468
|
+
{
|
|
12469
|
+
"classification": "advanced_export",
|
|
12470
|
+
"kind": "interface",
|
|
12471
|
+
"name": "PmToolDiscoveryAppliedSignal",
|
|
12472
|
+
"signature": "export interface PmToolDiscoveryAppliedSignal { value: number; weight: number; available: boolean; source: \"computed\" | \"host\" | \"authorization\" | \"unavailable\"; }"
|
|
12473
|
+
},
|
|
12474
|
+
{
|
|
12475
|
+
"classification": "advanced_export",
|
|
12476
|
+
"kind": "interface",
|
|
12477
|
+
"name": "PmToolDiscoveryCandidate",
|
|
12478
|
+
"signature": "export interface PmToolDiscoveryCandidate { name: string; description: string; inputSchema: Record<string, unknown>; authorized?: boolean; signals?: PmToolDiscoverySignalInput; }"
|
|
12479
|
+
},
|
|
12480
|
+
{
|
|
12481
|
+
"classification": "advanced_export",
|
|
12482
|
+
"kind": "interface",
|
|
12483
|
+
"name": "PmToolDiscoveryOmissionReceipt",
|
|
12484
|
+
"signature": "export interface PmToolDiscoveryOmissionReceipt { has_omissions: boolean; omitted: Array<{ name: \"input_schema\" | \"tools\"; reason: \"compact_projection\" | \"limit\" | \"token_budget\"; restore_with: string; }>; }"
|
|
12485
|
+
},
|
|
12486
|
+
{
|
|
12487
|
+
"classification": "advanced_export",
|
|
12488
|
+
"kind": "interface",
|
|
12489
|
+
"name": "PmToolDiscoveryOptions",
|
|
12490
|
+
"signature": "export interface PmToolDiscoveryOptions { query?: string; family?: PmCommandCapabilityFamily; tier?: Exclude<PmCommandVisibilityTier, \"internal\">; limit?: number; cursor?: string; includeSchema?: boolean; outputBudget?: number | \"unbounded\"; profile?: PmMcpToolProfile; cursorIntegrityKey?: Uint8Array; }"
|
|
12491
|
+
},
|
|
12492
|
+
{
|
|
12493
|
+
"classification": "advanced_export",
|
|
12494
|
+
"kind": "interface",
|
|
12495
|
+
"name": "PmToolDiscoveryResult",
|
|
12496
|
+
"signature": "export interface PmToolDiscoveryResult { result_type: \"pm_tool_discovery\"; contract_version: 1; query: string; profile: PmMcpToolProfile; tools: PmToolDiscoveryResultRow[]; total: number; returned: number; has_more: boolean; next_cursor?: string; token_cost: { estimated_tokens: number; budget: number | \"unbounded\"; within_budget: boolean; }; ranking_policy: { version: 1; formula: \"weighted_sum_then_name\"; weights: Readonly<Record<PmToolDiscoverySignalName, number>>; }; cache: { key: string; ttl_ms: number; scope: \"private\"; invalidates_on: readonly string[]; }; omission_receipt: PmToolDiscoveryOmissionReceipt; }"
|
|
12497
|
+
},
|
|
12498
|
+
{
|
|
12499
|
+
"classification": "advanced_export",
|
|
12500
|
+
"kind": "interface",
|
|
12501
|
+
"name": "PmToolDiscoveryResultRow",
|
|
12502
|
+
"signature": "export interface PmToolDiscoveryResultRow { name: string; description: string; command: string; tier: PmCommandVisibilityTier; family: PmCommandCapabilityFamily; score: number; signals: Readonly<Record<PmToolDiscoverySignalName, PmToolDiscoveryAppliedSignal>>; input_schema?: Record<string, unknown>; }"
|
|
12503
|
+
},
|
|
12504
|
+
{
|
|
12505
|
+
"classification": "advanced_export",
|
|
12506
|
+
"kind": "interface",
|
|
12507
|
+
"name": "PmToolDiscoverySignalInput",
|
|
12508
|
+
"signature": "export interface PmToolDiscoverySignalInput { semantic?: number; graph?: number; freshness?: number; usage?: number; }"
|
|
12509
|
+
},
|
|
12510
|
+
{
|
|
12511
|
+
"classification": "advanced_export",
|
|
12512
|
+
"kind": "type",
|
|
12513
|
+
"name": "PmToolDiscoverySignalName",
|
|
12514
|
+
"signature": "export type PmToolDiscoverySignalName = \"lexical\" | \"semantic\" | \"graph\" | \"permission\" | \"freshness\" | \"usage\";"
|
|
12515
|
+
},
|
|
12387
12516
|
{
|
|
12388
12517
|
"classification": "contract_data",
|
|
12389
12518
|
"kind": "type",
|
|
@@ -15528,6 +15657,12 @@
|
|
|
15528
15657
|
"name": "runMergeInstall",
|
|
15529
15658
|
"signature": "(options: MergeInstallOptions, global: GlobalOptions) => Promise<MergeInstallResult> | calls: (options: MergeInstallOptions, global: GlobalOptions) => Promise<MergeInstallResult>"
|
|
15530
15659
|
},
|
|
15660
|
+
{
|
|
15661
|
+
"classification": "supported",
|
|
15662
|
+
"kind": "function",
|
|
15663
|
+
"name": "runMergeReceiptEvidenceReport",
|
|
15664
|
+
"signature": "(options: { includeReconciled?: boolean; cwd?: string; }) => Promise<MergeReceiptEvidenceReport> | calls: (options: { includeReconciled?: boolean; cwd?: string; }) => Promise<MergeReceiptEvidenceReport>"
|
|
15665
|
+
},
|
|
15531
15666
|
{
|
|
15532
15667
|
"classification": "supported",
|
|
15533
15668
|
"kind": "function",
|
|
@@ -26460,6 +26595,12 @@
|
|
|
26460
26595
|
"name": "HistoryMergeStrategy",
|
|
26461
26596
|
"signature": "export type HistoryMergeStrategy = \"identical\" | \"fast_forward_ours\" | \"fast_forward_theirs\" | \"union_reanchor\";"
|
|
26462
26597
|
},
|
|
26598
|
+
{
|
|
26599
|
+
"classification": "supported",
|
|
26600
|
+
"kind": "function",
|
|
26601
|
+
"name": "inspectMergeReceiptEvidence",
|
|
26602
|
+
"signature": "(cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; pmRoot?: string; }) => Promise<MergeReceiptEvidenceScan> | calls: (cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; pmRoot?: string; }) => Promise<MergeReceiptEvidenceScan>"
|
|
26603
|
+
},
|
|
26463
26604
|
{
|
|
26464
26605
|
"classification": "supported",
|
|
26465
26606
|
"kind": "function",
|
|
@@ -26604,6 +26745,24 @@
|
|
|
26604
26745
|
"name": "MergePreferredSide",
|
|
26605
26746
|
"signature": "export type MergePreferredSide = \"ours\" | \"theirs\";"
|
|
26606
26747
|
},
|
|
26748
|
+
{
|
|
26749
|
+
"classification": "supported",
|
|
26750
|
+
"kind": "interface",
|
|
26751
|
+
"name": "MergeReceiptEvidenceReport",
|
|
26752
|
+
"signature": "export interface MergeReceiptEvidenceReport { ok: boolean; complete: boolean; count: number; invalid_evidence_count: number; invalid_evidence: MergeReceiptInvalidEvidence[]; invalid_evidence_truncated: boolean; clone_local_evidence_resolved?: boolean; receipts: MergeDecisionReceipt[]; generated_at: string; }"
|
|
26753
|
+
},
|
|
26754
|
+
{
|
|
26755
|
+
"classification": "supported",
|
|
26756
|
+
"kind": "interface",
|
|
26757
|
+
"name": "MergeReceiptEvidenceScan",
|
|
26758
|
+
"signature": "export interface MergeReceiptEvidenceScan { receipts: MergeDecisionReceipt[]; invalid_evidence_count: number; invalid_evidence: MergeReceiptInvalidEvidence[]; invalid_evidence_truncated: boolean; clone_local_evidence_resolved?: boolean; }"
|
|
26759
|
+
},
|
|
26760
|
+
{
|
|
26761
|
+
"classification": "supported",
|
|
26762
|
+
"kind": "interface",
|
|
26763
|
+
"name": "MergeReceiptInvalidEvidence",
|
|
26764
|
+
"signature": "export interface MergeReceiptInvalidEvidence { evidence_source: \"clone_local\" | \"durable\" | \"clone_local_and_durable\"; reason: \"directory_unreadable\" | \"candidate_not_bounded_regular_file\" | \"candidate_unreadable\" | \"candidate_invalid_json\" | \"schema_or_identity_invalid\" | \"copy_provenance_mismatch\"; receipt_id?: string; candidate_name_hash?: string; }"
|
|
26765
|
+
},
|
|
26607
26766
|
{
|
|
26608
26767
|
"classification": "supported",
|
|
26609
26768
|
"kind": "interface",
|
|
@@ -26688,6 +26847,12 @@
|
|
|
26688
26847
|
"name": "runMergeInstall",
|
|
26689
26848
|
"signature": "(options: MergeInstallOptions, global: GlobalOptions) => Promise<MergeInstallResult> | calls: (options: MergeInstallOptions, global: GlobalOptions) => Promise<MergeInstallResult>"
|
|
26690
26849
|
},
|
|
26850
|
+
{
|
|
26851
|
+
"classification": "supported",
|
|
26852
|
+
"kind": "function",
|
|
26853
|
+
"name": "runMergeReceiptEvidenceReport",
|
|
26854
|
+
"signature": "(options: { includeReconciled?: boolean; cwd?: string; }) => Promise<MergeReceiptEvidenceReport> | calls: (options: { includeReconciled?: boolean; cwd?: string; }) => Promise<MergeReceiptEvidenceReport>"
|
|
26855
|
+
},
|
|
26691
26856
|
{
|
|
26692
26857
|
"classification": "supported",
|
|
26693
26858
|
"kind": "function",
|
|
@@ -31952,6 +32117,7 @@
|
|
|
31952
32117
|
"merge_decisions_unreviewed",
|
|
31953
32118
|
"merge_git_config_unwritable",
|
|
31954
32119
|
"merge_receipt_evidence_invalid",
|
|
32120
|
+
"merge_receipt_history_reference_missing",
|
|
31955
32121
|
"merge_receipts_pending",
|
|
31956
32122
|
"merge_reconcile_receipt_evidence_untrusted",
|
|
31957
32123
|
"merge_root_not_found",
|