@unbrained/pm-cli 2026.8.27 → 2026.8.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +49 -1
  3. package/dist/cli/error-guidance.js +61 -7
  4. package/dist/cli/register-annotations.js +58 -41
  5. package/dist/cli-bundle/bundle-manifest.json +142 -142
  6. package/dist/cli-bundle/chunks/{chunk-TNX6HC54.js → chunk-2MKLQL2E.js} +2 -2
  7. package/dist/cli-bundle/chunks/{chunk-SKXLJIEK.js → chunk-2UETTHY6.js} +49 -49
  8. package/dist/cli-bundle/chunks/{chunk-SHMDY36D.js → chunk-3TEF3HM5.js} +2 -2
  9. package/dist/cli-bundle/chunks/{chunk-SH6P7FXI.js → chunk-7SKMLSMX.js} +2 -2
  10. package/dist/cli-bundle/chunks/chunk-7X6OZEIV.js +34 -0
  11. package/dist/cli-bundle/chunks/{chunk-CVBBGWW5.js → chunk-CMIEDWAY.js} +54 -50
  12. package/dist/cli-bundle/chunks/{chunk-3OO3W6FW.js → chunk-GNWPTEBW.js} +64 -61
  13. package/dist/cli-bundle/chunks/chunk-MTTKAUBX.js +2 -0
  14. package/dist/cli-bundle/chunks/chunk-N6OR6FAR.js +13 -0
  15. package/dist/cli-bundle/chunks/{chunk-R4ETAOJC.js → chunk-TGNAA66W.js} +2 -2
  16. package/dist/cli-bundle/chunks/{chunk-52EKTW6V.js → chunk-WS2GJQVG.js} +2 -2
  17. package/dist/cli-bundle/chunks/{register-list-query-EUWM6VII.js → register-list-query-OMKJ5ONN.js} +2 -2
  18. package/dist/cli-bundle/chunks/{register-mutation-FD4HSAVU.js → register-mutation-QBSNCOY3.js} +4 -4
  19. package/dist/cli-bundle/chunks/{register-operations-HRMNFEC3.js → register-operations-UC77FQZC.js} +2 -2
  20. package/dist/cli-bundle/chunks/{register-setup-33GNICLX.js → register-setup-GLQ5SYV3.js} +2 -2
  21. package/dist/cli-bundle/focused-chunks/{chunk-HC7ODMH3.js → chunk-3AVAWVZA.js} +2 -2
  22. package/dist/cli-bundle/focused-chunks/chunk-3UMBF26I.js +158 -0
  23. package/dist/cli-bundle/focused-chunks/{chunk-YVVZ3LQ6.js → chunk-73EDXGYE.js} +16 -15
  24. package/dist/cli-bundle/focused-chunks/{chunk-4BR5UU52.js → chunk-AXZ5AJAF.js} +45 -45
  25. package/dist/cli-bundle/focused-chunks/{chunk-MXTYGECH.js → chunk-G6PATS5E.js} +3 -3
  26. package/dist/cli-bundle/focused-chunks/{chunk-SUBSWYW3.js → chunk-JZYPPMXF.js} +2 -2
  27. package/dist/cli-bundle/focused-chunks/chunk-LLNTHF5X.js +2 -0
  28. package/dist/cli-bundle/focused-chunks/chunk-LYFWQMVC.js +2 -0
  29. package/dist/cli-bundle/focused-chunks/chunk-RKOKG43G.js +2 -0
  30. package/dist/cli-bundle/focused-chunks/chunk-TDK3OCX3.js +2 -0
  31. package/dist/cli-bundle/focused-chunks/{chunk-EKX37ZHA.js → chunk-THEPQMLX.js} +2 -2
  32. package/dist/cli-bundle/focused-chunks/{chunk-FC2AXLB5.js → chunk-XXOWRJZ5.js} +2 -2
  33. package/dist/cli-bundle/main.js +14 -14
  34. package/dist/cli-bundle/sdk-authoring.js +1 -1
  35. package/dist/cli-bundle/sdk-contracts.js +2 -2
  36. package/dist/cli-bundle/sdk-core.js +31 -32
  37. package/dist/cli-bundle/sdk-governance.js +1 -1
  38. package/dist/cli-bundle/sdk-graph.js +1 -1
  39. package/dist/cli-bundle/sdk-merge.js +34 -32
  40. package/dist/cli-bundle/sdk-query.js +1 -1
  41. package/dist/cli-bundle/sdk-runtime.js +1 -1
  42. package/dist/cli-bundle/sdk-testing.js +1 -1
  43. package/dist/cli-bundle/sdk.js +10 -10
  44. package/dist/core/diagnostics/remediation.js +16 -6
  45. package/dist/core/history/drift-scan.d.ts +2 -0
  46. package/dist/core/history/drift-scan.js +72 -36
  47. package/dist/core/history/history.d.ts +3 -3
  48. package/dist/core/history/history.js +5 -5
  49. package/dist/core/history/replay.d.ts +1 -1
  50. package/dist/core/history/replay.js +50 -19
  51. package/dist/core/item/actionability.d.ts +7 -1
  52. package/dist/core/item/actionability.js +44 -11
  53. package/dist/core/item/dependency-reference.d.ts +10 -0
  54. package/dist/core/item/dependency-reference.js +21 -0
  55. package/dist/core/item/parse.d.ts +4 -0
  56. package/dist/core/item/parse.js +38 -16
  57. package/dist/core/shared/author.js +69 -17
  58. package/dist/mcp/tool-definitions.js +5 -5
  59. package/dist/sdk/agent/command-recovery.js +3 -3
  60. package/dist/sdk/agent/task-transcript-contracts.d.ts +52 -0
  61. package/dist/sdk/agent/task-transcript-contracts.js +198 -0
  62. package/dist/sdk/annotations.d.ts +5 -2
  63. package/dist/sdk/annotations.js +66 -36
  64. package/dist/sdk/cli-bootstrap.d.ts +2 -8
  65. package/dist/sdk/cli-bootstrap.js +7 -67
  66. package/dist/sdk/cli-contracts/bootstrap-command-scanner.d.ts +23 -0
  67. package/dist/sdk/cli-contracts/bootstrap-command-scanner.js +80 -0
  68. package/dist/sdk/cli-contracts/flag-contracts.js +5 -2
  69. package/dist/sdk/cli-contracts/flag-lexicon-contracts.js +5 -5
  70. package/dist/sdk/cli-contracts/tool-parameter-tables.js +15 -2
  71. package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
  72. package/dist/sdk/cli-contracts/tool-schema.js +16 -3
  73. package/dist/sdk/comments.d.ts +4 -0
  74. package/dist/sdk/comments.js +2 -2
  75. package/dist/sdk/completion.js +9 -5
  76. package/dist/sdk/contracts.d.ts +1 -0
  77. package/dist/sdk/contracts.js +3 -2
  78. package/dist/sdk/dependency-provenance.d.ts +51 -2
  79. package/dist/sdk/dependency-provenance.js +91 -7
  80. package/dist/sdk/extension/install-sources.d.ts +8 -1
  81. package/dist/sdk/extension/install-sources.js +132 -39
  82. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +74 -14
  83. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +86 -38
  84. package/dist/sdk/governance/health.js +86 -22
  85. package/dist/sdk/governance/validate-history-drift.js +5 -2
  86. package/dist/sdk/graph/assembly.js +51 -22
  87. package/dist/sdk/history-repair.d.ts +1 -1
  88. package/dist/sdk/history-repair.js +20 -10
  89. package/dist/sdk/index.d.ts +1 -0
  90. package/dist/sdk/index.js +3 -2
  91. package/dist/sdk/learnings.d.ts +4 -0
  92. package/dist/sdk/learnings.js +7 -4
  93. package/dist/sdk/lifecycle/close.js +4 -3
  94. package/dist/sdk/lifecycle/create.js +43 -19
  95. package/dist/sdk/linked-artifacts.js +21 -31
  96. package/dist/sdk/merge/reconcile.js +3 -16
  97. package/dist/sdk/notes.d.ts +4 -0
  98. package/dist/sdk/notes.js +2 -2
  99. package/dist/sdk/query/next.d.ts +6 -0
  100. package/dist/sdk/query/next.js +7 -2
  101. package/dist/sdk/runtime-input.js +5 -2
  102. package/dist/sdk/runtime.d.ts +6 -6
  103. package/dist/sdk/runtime.js +8 -8
  104. package/dist/sdk/test/entry.d.ts +1 -1
  105. package/dist/sdk/test/entry.js +5 -9
  106. package/dist/sdk/test/execution.d.ts +3 -0
  107. package/dist/sdk/test/execution.js +54 -13
  108. package/docs/COMMANDS.md +4 -3
  109. package/docs/CONTEXT_RECOVERY_PRIMITIVES.md +67 -0
  110. package/docs/MERGE_SAFETY.md +23 -10
  111. package/docs/OUTPUT_TOKEN_ACCOUNTING.md +20 -7
  112. package/docs/README.md +1 -0
  113. package/docs/RELEASING.md +9 -1
  114. package/docs/SDK.md +12 -0
  115. package/docs/SDK_CONTEXT_INTEGRITY.md +12 -1
  116. package/docs/SDK_RUNTIME_BOUNDARIES.md +10 -0
  117. package/docs/TESTING.md +6 -2
  118. package/docs/agent-task-token-baseline.json +97 -11
  119. package/docs/agent-task-transcripts.json +211 -0
  120. package/docs/generated/FLAG_LEXICON_BUDGETS.md +3 -3
  121. package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +13 -4
  122. package/docs/performance/cli-transport-overhead.md +10 -2
  123. package/marketplace.json +2 -2
  124. package/package.json +8 -8
  125. package/packages/pm-beads/package.json +1 -1
  126. package/packages/pm-calendar/package.json +1 -1
  127. package/packages/pm-command-kit/package.json +1 -1
  128. package/packages/pm-digital-twin/package.json +1 -1
  129. package/packages/pm-governance-audit/package.json +1 -1
  130. package/packages/pm-guide-shell/package.json +1 -1
  131. package/packages/pm-kanban/package.json +1 -1
  132. package/packages/pm-lifecycle-hooks/package.json +1 -1
  133. package/packages/pm-linked-test-adapters/package.json +1 -1
  134. package/packages/pm-search-advanced/package.json +1 -1
  135. package/packages/pm-templates/package.json +1 -1
  136. package/packages/pm-todos/package.json +1 -1
  137. package/packages/pm-vcs/package.json +1 -1
  138. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  139. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  140. package/sdk/public-surface.json +297 -36
  141. package/dist/cli-bundle/chunks/chunk-MFNTKMTI.js +0 -13
  142. package/dist/cli-bundle/chunks/chunk-OS27HHBN.js +0 -35
  143. package/dist/cli-bundle/chunks/chunk-QTO7USTH.js +0 -2
  144. package/dist/cli-bundle/focused-chunks/chunk-2AGZ5BRT.js +0 -2
  145. package/dist/cli-bundle/focused-chunks/chunk-AQ5IYEZZ.js +0 -2
  146. package/dist/cli-bundle/focused-chunks/chunk-XDPYBQCF.js +0 -156
  147. package/dist/cli-bundle/focused-chunks/chunk-Y5A7SJJ7.js +0 -2
  148. package/dist/cli-bundle/focused-chunks/chunk-YHWHX6YY.js +0 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "aggregate_completeness": {
3
- "covered_symbols": 1802,
3
+ "covered_symbols": 1811,
4
4
  "excluded": [
5
5
  {
6
6
  "name": "_testOnlyCliContracts",
@@ -8,7 +8,7 @@
8
8
  }
9
9
  ],
10
10
  "missing": [],
11
- "required_symbols": 1803
11
+ "required_symbols": 1812
12
12
  },
13
13
  "breaking_acknowledgements": [
14
14
  {
@@ -1316,6 +1316,96 @@
1316
1316
  ],
1317
1317
  "package_version": "2026.8.26",
1318
1318
  "reason": "Add a domain-specific package upgrade mode-conflict refusal code so SDK consumers can distinguish lifecycle validation from query projection validation."
1319
+ },
1320
+ {
1321
+ "changes": [
1322
+ "signature ./sdk:AnnotationCommandOptions",
1323
+ "signature ./sdk:AnnotationCommandResult",
1324
+ "signature ./sdk:AnnotationMutationReceipt",
1325
+ "signature ./sdk:CommentsCommandOptions",
1326
+ "signature ./sdk:CommentsResult",
1327
+ "signature ./sdk/core:CommentsCommandOptions",
1328
+ "signature ./sdk/core:CommentsResult",
1329
+ "signature ./sdk/runtime:CommentsCommandOptions",
1330
+ "signature ./sdk/runtime:CommentsResult"
1331
+ ],
1332
+ "package_version": "2026.8.27",
1333
+ "reason": "Add the opt-in comment ifAbsent mutation and changed receipt contract for retry-safe agents; default append behavior remains compatible and the next date-based release documents the new surface."
1334
+ },
1335
+ {
1336
+ "changes": [
1337
+ "signature ./sdk:LearningsCommandOptions",
1338
+ "signature ./sdk:LearningsResult",
1339
+ "signature ./sdk:NotesCommandOptions",
1340
+ "signature ./sdk:NotesResult",
1341
+ "signature ./sdk/core:LearningsCommandOptions",
1342
+ "signature ./sdk/core:LearningsResult",
1343
+ "signature ./sdk/core:NotesCommandOptions",
1344
+ "signature ./sdk/core:NotesResult",
1345
+ "signature ./sdk/runtime:LearningsCommandOptions",
1346
+ "signature ./sdk/runtime:LearningsResult",
1347
+ "signature ./sdk/runtime:NotesCommandOptions",
1348
+ "signature ./sdk/runtime:NotesResult"
1349
+ ],
1350
+ "package_version": "2026.8.27",
1351
+ "reason": "Additive optional ifAbsent and changed fields extend every public annotation mutation contract; policy classifies exported signature growth as breaking and the next date release carries it."
1352
+ },
1353
+ {
1354
+ "changes": [
1355
+ "signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
1356
+ "signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION"
1357
+ ],
1358
+ "package_version": "2026.8.27",
1359
+ "reason": "Advance the strict tool-parameter schema version for the additive annotation ifAbsent contract"
1360
+ },
1361
+ {
1362
+ "changes": [
1363
+ "signature ./sdk:PM_AGENT_TASK_TRANSCRIPT_VERSION",
1364
+ "signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
1365
+ "signature ./sdk:PmAgentTaskTranscriptStep",
1366
+ "signature ./sdk/contracts:PM_AGENT_TASK_TRANSCRIPT_VERSION",
1367
+ "signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
1368
+ "signature ./sdk/contracts:PmAgentTaskTranscriptStep"
1369
+ ],
1370
+ "package_version": "2026.8.27",
1371
+ "reason": "Finalize unreleased transcript v2 accounting-mode contract and strict annotation schema correction"
1372
+ },
1373
+ {
1374
+ "changes": [
1375
+ "signature ./sdk:PmAgentTaskTranscriptStep",
1376
+ "signature ./sdk/contracts:PmAgentTaskTranscriptStep"
1377
+ ],
1378
+ "package_version": "2026.8.27",
1379
+ "reason": "Add optional transcript terminal-value assertions while preserving version-two parser compatibility"
1380
+ },
1381
+ {
1382
+ "changes": [
1383
+ "signature ./sdk:CURRENT_HISTORY_ITEM_HASH_VERSION",
1384
+ "signature ./sdk:MergeReceiptProofResult",
1385
+ "signature ./sdk:NextBlockerRef",
1386
+ "signature ./sdk:ResolvedBlocker",
1387
+ "signature ./sdk:SUPPORTED_HISTORY_ITEM_HASH_VERSIONS",
1388
+ "signature ./sdk/graph:ResolvedBlocker",
1389
+ "signature ./sdk/query:NextBlockerRef",
1390
+ "signature ./sdk/runtime:NextBlockerRef"
1391
+ ],
1392
+ "package_version": "2026.8.28",
1393
+ "reason": "Adopt history hash epoch v3, proof-source-neutral merge receipts, and first-class external blocker projections."
1394
+ },
1395
+ {
1396
+ "changes": [
1397
+ "error code merge_reconcile_discards_require_acceptance removed"
1398
+ ],
1399
+ "package_version": "2026.8.28",
1400
+ "reason": "Replace force-only merge decision acceptance with exact receipt proof and add structured bare-comma refusal diagnostics."
1401
+ },
1402
+ {
1403
+ "changes": [
1404
+ "signature ./sdk:resolveItemBlockers",
1405
+ "signature ./sdk/graph:resolveItemBlockers"
1406
+ ],
1407
+ "package_version": "2026.8.28",
1408
+ "reason": "Broaden resolveItemBlockers input to accept optional id and updated_at context already consumed by blocker projection"
1319
1409
  }
1320
1410
  ],
1321
1411
  "entrypoints": {
@@ -1836,13 +1926,13 @@
1836
1926
  "classification": "advanced_export",
1837
1927
  "kind": "interface",
1838
1928
  "name": "AnnotationCommandOptions",
1839
- "signature": "export interface AnnotationCommandOptions { limit?: string; author?: string; message?: string; force?: boolean; includeMeta?: boolean; fullHistory?: boolean; }"
1929
+ "signature": "export interface AnnotationCommandOptions { limit?: string; author?: string; message?: string; force?: boolean; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; }"
1840
1930
  },
1841
1931
  {
1842
1932
  "classification": "advanced_export",
1843
1933
  "kind": "type",
1844
1934
  "name": "AnnotationCommandResult",
1845
- "signature": "export type AnnotationCommandResult<TKey extends string, TEntry extends AnnotationEntry> = { id: string; count: number; } & Record<TKey, TEntry[]> & { total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; };"
1935
+ "signature": "export type AnnotationCommandResult<TKey extends string, TEntry extends AnnotationEntry> = { id: string; count: number; } & Record<TKey, TEntry[]> & { total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; };"
1846
1936
  },
1847
1937
  {
1848
1938
  "classification": "advanced_export",
@@ -1866,7 +1956,7 @@
1866
1956
  "classification": "advanced_export",
1867
1957
  "kind": "interface",
1868
1958
  "name": "AnnotationMutationReceipt",
1869
- "signature": "export interface AnnotationMutationReceipt { action: \"add\" | \"edit\" | \"delete\"; entry_index: number; changed_count: 1; full_history_included: boolean; }"
1959
+ "signature": "export interface AnnotationMutationReceipt { action: \"add\" | \"edit\" | \"delete\"; entry_index: number; changed_count: 0 | 1; full_history_included: boolean; }"
1870
1960
  },
1871
1961
  {
1872
1962
  "classification": "advanced_export",
@@ -3738,13 +3828,13 @@
3738
3828
  "classification": "supported",
3739
3829
  "kind": "interface",
3740
3830
  "name": "CommentsCommandOptions",
3741
- "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
3831
+ "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
3742
3832
  },
3743
3833
  {
3744
3834
  "classification": "supported",
3745
3835
  "kind": "interface",
3746
3836
  "name": "CommentsResult",
3747
- "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
3837
+ "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
3748
3838
  },
3749
3839
  {
3750
3840
  "classification": "advanced_export",
@@ -4668,7 +4758,7 @@
4668
4758
  "classification": "advanced_export",
4669
4759
  "kind": "value",
4670
4760
  "name": "CURRENT_HISTORY_ITEM_HASH_VERSION",
4671
- "signature": "2"
4761
+ "signature": "3"
4672
4762
  },
4673
4763
  {
4674
4764
  "classification": "supported",
@@ -6452,6 +6542,12 @@
6452
6542
  "name": "ExtensionTrustMode",
6453
6543
  "signature": "export type ExtensionTrustMode = (typeof EXTENSION_TRUST_MODES)[number];"
6454
6544
  },
6545
+ {
6546
+ "classification": "advanced_export",
6547
+ "kind": "value",
6548
+ "name": "EXTERNAL_DEPENDENCY_RESOLUTION_STATUSES",
6549
+ "signature": "readonly [\"open\", \"closed\", \"unknown\"]"
6550
+ },
6455
6551
  {
6456
6552
  "classification": "advanced_export",
6457
6553
  "kind": "value",
@@ -6464,6 +6560,36 @@
6464
6560
  "name": "EXTERNAL_DEPENDENCY_SOURCE_KIND_ALIAS",
6465
6561
  "signature": "\"external\""
6466
6562
  },
6563
+ {
6564
+ "classification": "advanced_export",
6565
+ "kind": "interface",
6566
+ "name": "ExternalDependencyResolution",
6567
+ "signature": "export interface ExternalDependencyResolution { id: string; status: ExternalDependencyResolutionStatus; resolved: boolean; title: string | null; source: string; checked_at: string; resolver: string; }"
6568
+ },
6569
+ {
6570
+ "classification": "advanced_export",
6571
+ "kind": "interface",
6572
+ "name": "ExternalDependencyResolutionOptions",
6573
+ "signature": "export interface ExternalDependencyResolutionOptions { now?: () => string; }"
6574
+ },
6575
+ {
6576
+ "classification": "advanced_export",
6577
+ "kind": "type",
6578
+ "name": "ExternalDependencyResolutionStatus",
6579
+ "signature": "export type ExternalDependencyResolutionStatus = (typeof EXTERNAL_DEPENDENCY_RESOLUTION_STATUSES)[number];"
6580
+ },
6581
+ {
6582
+ "classification": "advanced_export",
6583
+ "kind": "interface",
6584
+ "name": "ExternalDependencyResolver",
6585
+ "signature": "export interface ExternalDependencyResolver { name: string; supports(reference: string): boolean; resolve(reference: string): Promise<ExternalDependencyResolverResult | null>; }"
6586
+ },
6587
+ {
6588
+ "classification": "advanced_export",
6589
+ "kind": "interface",
6590
+ "name": "ExternalDependencyResolverResult",
6591
+ "signature": "export interface ExternalDependencyResolverResult { status: ExternalDependencyResolutionStatus; title?: string; source?: string; checkedAt?: string; }"
6592
+ },
6467
6593
  {
6468
6594
  "classification": "advanced_export",
6469
6595
  "kind": "function",
@@ -7976,6 +8102,12 @@
7976
8102
  "name": "isErrnoError",
7977
8103
  "signature": "(error: unknown) => error is { code?: unknown; } | calls: (error: unknown) => error is { code?: unknown; }"
7978
8104
  },
8105
+ {
8106
+ "classification": "advanced_export",
8107
+ "kind": "function",
8108
+ "name": "isExternalDependencyReference",
8109
+ "signature": "(target: string | undefined) => boolean | calls: (target: string | undefined) => boolean"
8110
+ },
7979
8111
  {
7980
8112
  "classification": "advanced_export",
7981
8113
  "kind": "function",
@@ -8328,13 +8460,13 @@
8328
8460
  "classification": "supported",
8329
8461
  "kind": "interface",
8330
8462
  "name": "LearningsCommandOptions",
8331
- "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
8463
+ "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
8332
8464
  },
8333
8465
  {
8334
8466
  "classification": "supported",
8335
8467
  "kind": "interface",
8336
8468
  "name": "LearningsResult",
8337
- "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
8469
+ "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
8338
8470
  },
8339
8471
  {
8340
8472
  "classification": "advanced_export",
@@ -9054,7 +9186,7 @@
9054
9186
  "classification": "advanced_export",
9055
9187
  "kind": "interface",
9056
9188
  "name": "MergeReceiptProofResult",
9057
- "signature": "export interface MergeReceiptProofResult { trusted: boolean; reason: \"trusted_clone_local_driver_evidence\" | \"git_workspace_unavailable\" | \"item_path_unavailable\" | \"no_item_receipts\" | \"no_receipt_set_proves_snapshot\"; receipt_ids: string[]; }"
9189
+ "signature": "export interface MergeReceiptProofResult { trusted: boolean; reason: \"trusted_merge_driver_hash_evidence\" | \"git_workspace_unavailable\" | \"item_path_unavailable\" | \"no_item_receipts\" | \"no_receipt_set_proves_snapshot\"; receipt_ids: string[]; }"
9058
9190
  },
9059
9191
  {
9060
9192
  "classification": "supported",
@@ -9216,7 +9348,7 @@
9216
9348
  "classification": "supported",
9217
9349
  "kind": "interface",
9218
9350
  "name": "NextBlockerRef",
9219
- "signature": "export interface NextBlockerRef { id: string; title: string | null; status: ItemStatus | null; }"
9351
+ "signature": "export interface NextBlockerRef { id: string; title: string | null; status: ItemStatus | null; external?: boolean; blocked_since?: string; resolver?: string | null; }"
9220
9352
  },
9221
9353
  {
9222
9354
  "classification": "supported",
@@ -9432,13 +9564,13 @@
9432
9564
  "classification": "supported",
9433
9565
  "kind": "interface",
9434
9566
  "name": "NotesCommandOptions",
9435
- "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
9567
+ "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
9436
9568
  },
9437
9569
  {
9438
9570
  "classification": "supported",
9439
9571
  "kind": "interface",
9440
9572
  "name": "NotesResult",
9441
- "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
9573
+ "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
9442
9574
  },
9443
9575
  {
9444
9576
  "classification": "supported",
@@ -9962,6 +10094,12 @@
9962
10094
  "name": "parseOptionalNumber",
9963
10095
  "signature": "(raw: string, optionName: string) => number | calls: (raw: string, optionName: string) => number"
9964
10096
  },
10097
+ {
10098
+ "classification": "contract_data",
10099
+ "kind": "function",
10100
+ "name": "parsePmAgentTaskTranscriptCorpus",
10101
+ "signature": "(value: unknown) => PmAgentTaskTranscriptCorpus | calls: (value: unknown) => PmAgentTaskTranscriptCorpus"
10102
+ },
9965
10103
  {
9966
10104
  "classification": "supported",
9967
10105
  "kind": "function",
@@ -10256,6 +10394,18 @@
10256
10394
  "name": "planWorkspaceSnapshotRestore",
10257
10395
  "signature": "(pmRoot: string, target: string) => Promise<WorkspaceSnapshotRestorePlan> | calls: (pmRoot: string, target: string) => Promise<WorkspaceSnapshotRestorePlan>"
10258
10396
  },
10397
+ {
10398
+ "classification": "contract_data",
10399
+ "kind": "value",
10400
+ "name": "PM_AGENT_TASK_ACCOUNTING_MODES",
10401
+ "signature": "readonly [\"self_reported\", \"independent_transport\"]"
10402
+ },
10403
+ {
10404
+ "classification": "contract_data",
10405
+ "kind": "value",
10406
+ "name": "PM_AGENT_TASK_TRANSCRIPT_VERSION",
10407
+ "signature": "2"
10408
+ },
10259
10409
  {
10260
10410
  "classification": "supported",
10261
10411
  "kind": "value",
@@ -10836,7 +10986,7 @@
10836
10986
  "classification": "contract_data",
10837
10987
  "kind": "value",
10838
10988
  "name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
10839
- "signature": "\"4.9.0\""
10989
+ "signature": "\"4.10.1\""
10840
10990
  },
10841
10991
  {
10842
10992
  "classification": "contract_data",
@@ -10880,6 +11030,42 @@
10880
11030
  "name": "PmActionToolInputSchemaOptions",
10881
11031
  "signature": "export interface PmActionToolInputSchemaOptions { properties?: Record<string, unknown>; required?: string[]; additionalProperties?: boolean; }"
10882
11032
  },
11033
+ {
11034
+ "classification": "contract_data",
11035
+ "kind": "type",
11036
+ "name": "PmAgentTaskAccountingMode",
11037
+ "signature": "export type PmAgentTaskAccountingMode = (typeof PM_AGENT_TASK_ACCOUNTING_MODES)[number];"
11038
+ },
11039
+ {
11040
+ "classification": "contract_data",
11041
+ "kind": "type",
11042
+ "name": "PmAgentTaskExpectedFieldValue",
11043
+ "signature": "export type PmAgentTaskExpectedFieldValue = string | number | boolean | null;"
11044
+ },
11045
+ {
11046
+ "classification": "contract_data",
11047
+ "kind": "type",
11048
+ "name": "PmAgentTaskStepOutputKind",
11049
+ "signature": "export type PmAgentTaskStepOutputKind = PmOutputEnvelopeKind | \"refusal\";"
11050
+ },
11051
+ {
11052
+ "classification": "contract_data",
11053
+ "kind": "interface",
11054
+ "name": "PmAgentTaskTranscript",
11055
+ "signature": "export interface PmAgentTaskTranscript { id: string; description: string; steps: readonly PmAgentTaskTranscriptStep[]; }"
11056
+ },
11057
+ {
11058
+ "classification": "contract_data",
11059
+ "kind": "interface",
11060
+ "name": "PmAgentTaskTranscriptCorpus",
11061
+ "signature": "export interface PmAgentTaskTranscriptCorpus { version: typeof PM_AGENT_TASK_TRANSCRIPT_VERSION; tasks: readonly PmAgentTaskTranscript[]; }"
11062
+ },
11063
+ {
11064
+ "classification": "contract_data",
11065
+ "kind": "interface",
11066
+ "name": "PmAgentTaskTranscriptStep",
11067
+ "signature": "export interface PmAgentTaskTranscriptStep { id: string; args: readonly string[]; expected_exit_code: number; expected_output_kind: PmAgentTaskStepOutputKind; expected_accounting_mode: PmAgentTaskAccountingMode; required_fields: readonly string[]; expected_field_values?: Readonly<Record<string, PmAgentTaskExpectedFieldValue>>; expected_error_code?: string; expected_refusal_surface?: string; recovery_for?: string; }"
11068
+ },
10883
11069
  {
10884
11070
  "classification": "contract_data",
10885
11071
  "kind": "type",
@@ -13286,6 +13472,12 @@
13286
13472
  "name": "RegisteredVectorStoreAdapterExpectation",
13287
13473
  "signature": "export type RegisteredVectorStoreAdapterExpectation = NamedRegistrationExpectation<\"adapter\", string, { extensionName?: string; }>;"
13288
13474
  },
13475
+ {
13476
+ "classification": "advanced_export",
13477
+ "kind": "function",
13478
+ "name": "registerExternalDependencyResolver",
13479
+ "signature": "(resolver: ExternalDependencyResolver) => () => void | calls: (resolver: ExternalDependencyResolver) => () => void"
13480
+ },
13289
13481
  {
13290
13482
  "classification": "supported",
13291
13483
  "kind": "function",
@@ -14232,7 +14424,7 @@
14232
14424
  "classification": "supported",
14233
14425
  "kind": "interface",
14234
14426
  "name": "ResolvedBlocker",
14235
- "signature": "export interface ResolvedBlocker { id: string; title: string | null; status: ItemStatus | null; resolved: boolean; }"
14427
+ "signature": "export interface ResolvedBlocker { id: string; title: string | null; status: ItemStatus | null; resolved: boolean; external?: boolean; blocked_since?: string; resolver?: string | null; }"
14236
14428
  },
14237
14429
  {
14238
14430
  "classification": "advanced_export",
@@ -14288,6 +14480,12 @@
14288
14480
  "name": "resolveExtensionRoots",
14289
14481
  "signature": "(pmRoot: string, cwd?: string) => { global: string; project: string; } | calls: (pmRoot: string, cwd?: string) => { global: string; project: string; }"
14290
14482
  },
14483
+ {
14484
+ "classification": "advanced_export",
14485
+ "kind": "function",
14486
+ "name": "resolveExternalDependencyReference",
14487
+ "signature": "(reference: string, options?: ExternalDependencyResolutionOptions) => Promise<ExternalDependencyResolution | null> | calls: (reference: string, options?: ExternalDependencyResolutionOptions) => Promise<ExternalDependencyResolution | null>"
14488
+ },
14291
14489
  {
14292
14490
  "classification": "advanced_export",
14293
14491
  "kind": "function",
@@ -14346,7 +14544,7 @@
14346
14544
  "classification": "supported",
14347
14545
  "kind": "function",
14348
14546
  "name": "resolveItemBlockers",
14349
- "signature": "(item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[] | calls: (item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[]"
14547
+ "signature": "(item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\"> & Partial<Pick<ItemMetadata, \"id\" | \"updated_at\">>, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[] | calls: (item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\"> & Partial<Pick<ItemMetadata, \"id\" | \"updated_at\">>, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[]"
14350
14548
  },
14351
14549
  {
14352
14550
  "classification": "advanced_export",
@@ -16896,7 +17094,7 @@
16896
17094
  "classification": "advanced_export",
16897
17095
  "kind": "value",
16898
17096
  "name": "SUPPORTED_HISTORY_ITEM_HASH_VERSIONS",
16899
- "signature": "readonly [1, 2]"
17097
+ "signature": "readonly [1, 2, 3]"
16900
17098
  },
16901
17099
  {
16902
17100
  "classification": "advanced_export",
@@ -20498,6 +20696,12 @@
20498
20696
  "name": "parseMutationReceipt",
20499
20697
  "signature": "{ (json: string): PmMutationReceipt; (value: unknown): PmMutationReceipt; } | calls: (json: string) => PmMutationReceipt ; (value: unknown) => PmMutationReceipt"
20500
20698
  },
20699
+ {
20700
+ "classification": "contract_data",
20701
+ "kind": "function",
20702
+ "name": "parsePmAgentTaskTranscriptCorpus",
20703
+ "signature": "(value: unknown) => PmAgentTaskTranscriptCorpus | calls: (value: unknown) => PmAgentTaskTranscriptCorpus"
20704
+ },
20501
20705
  {
20502
20706
  "classification": "contract_data",
20503
20707
  "kind": "value",
@@ -20516,6 +20720,18 @@
20516
20720
  "name": "PLAN_FLAG_CONTRACTS",
20517
20721
  "signature": "CliFlagContract[]"
20518
20722
  },
20723
+ {
20724
+ "classification": "contract_data",
20725
+ "kind": "value",
20726
+ "name": "PM_AGENT_TASK_ACCOUNTING_MODES",
20727
+ "signature": "readonly [\"self_reported\", \"independent_transport\"]"
20728
+ },
20729
+ {
20730
+ "classification": "contract_data",
20731
+ "kind": "value",
20732
+ "name": "PM_AGENT_TASK_TRANSCRIPT_VERSION",
20733
+ "signature": "2"
20734
+ },
20519
20735
  {
20520
20736
  "classification": "contract_data",
20521
20737
  "kind": "value",
@@ -20796,7 +21012,7 @@
20796
21012
  "classification": "contract_data",
20797
21013
  "kind": "value",
20798
21014
  "name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
20799
- "signature": "\"4.9.0\""
21015
+ "signature": "\"4.10.1\""
20800
21016
  },
20801
21017
  {
20802
21018
  "classification": "contract_data",
@@ -20816,6 +21032,42 @@
20816
21032
  "name": "PmActionToolInputSchemaOptions",
20817
21033
  "signature": "export interface PmActionToolInputSchemaOptions { properties?: Record<string, unknown>; required?: string[]; additionalProperties?: boolean; }"
20818
21034
  },
21035
+ {
21036
+ "classification": "contract_data",
21037
+ "kind": "type",
21038
+ "name": "PmAgentTaskAccountingMode",
21039
+ "signature": "export type PmAgentTaskAccountingMode = (typeof PM_AGENT_TASK_ACCOUNTING_MODES)[number];"
21040
+ },
21041
+ {
21042
+ "classification": "contract_data",
21043
+ "kind": "type",
21044
+ "name": "PmAgentTaskExpectedFieldValue",
21045
+ "signature": "export type PmAgentTaskExpectedFieldValue = string | number | boolean | null;"
21046
+ },
21047
+ {
21048
+ "classification": "contract_data",
21049
+ "kind": "type",
21050
+ "name": "PmAgentTaskStepOutputKind",
21051
+ "signature": "export type PmAgentTaskStepOutputKind = PmOutputEnvelopeKind | \"refusal\";"
21052
+ },
21053
+ {
21054
+ "classification": "contract_data",
21055
+ "kind": "interface",
21056
+ "name": "PmAgentTaskTranscript",
21057
+ "signature": "export interface PmAgentTaskTranscript { id: string; description: string; steps: readonly PmAgentTaskTranscriptStep[]; }"
21058
+ },
21059
+ {
21060
+ "classification": "contract_data",
21061
+ "kind": "interface",
21062
+ "name": "PmAgentTaskTranscriptCorpus",
21063
+ "signature": "export interface PmAgentTaskTranscriptCorpus { version: typeof PM_AGENT_TASK_TRANSCRIPT_VERSION; tasks: readonly PmAgentTaskTranscript[]; }"
21064
+ },
21065
+ {
21066
+ "classification": "contract_data",
21067
+ "kind": "interface",
21068
+ "name": "PmAgentTaskTranscriptStep",
21069
+ "signature": "export interface PmAgentTaskTranscriptStep { id: string; args: readonly string[]; expected_exit_code: number; expected_output_kind: PmAgentTaskStepOutputKind; expected_accounting_mode: PmAgentTaskAccountingMode; required_fields: readonly string[]; expected_field_values?: Readonly<Record<string, PmAgentTaskExpectedFieldValue>>; expected_error_code?: string; expected_refusal_surface?: string; recovery_for?: string; }"
21070
+ },
20819
21071
  {
20820
21072
  "classification": "contract_data",
20821
21073
  "kind": "type",
@@ -22254,13 +22506,13 @@
22254
22506
  "classification": "supported",
22255
22507
  "kind": "interface",
22256
22508
  "name": "CommentsCommandOptions",
22257
- "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
22509
+ "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
22258
22510
  },
22259
22511
  {
22260
22512
  "classification": "supported",
22261
22513
  "kind": "interface",
22262
22514
  "name": "CommentsResult",
22263
- "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
22515
+ "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
22264
22516
  },
22265
22517
  {
22266
22518
  "classification": "supported",
@@ -22626,13 +22878,13 @@
22626
22878
  "classification": "supported",
22627
22879
  "kind": "interface",
22628
22880
  "name": "LearningsCommandOptions",
22629
- "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
22881
+ "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
22630
22882
  },
22631
22883
  {
22632
22884
  "classification": "supported",
22633
22885
  "kind": "interface",
22634
22886
  "name": "LearningsResult",
22635
- "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
22887
+ "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
22636
22888
  },
22637
22889
  {
22638
22890
  "classification": "supported",
@@ -22722,13 +22974,13 @@
22722
22974
  "classification": "supported",
22723
22975
  "kind": "interface",
22724
22976
  "name": "NotesCommandOptions",
22725
- "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
22977
+ "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
22726
22978
  },
22727
22979
  {
22728
22980
  "classification": "supported",
22729
22981
  "kind": "interface",
22730
22982
  "name": "NotesResult",
22731
- "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
22983
+ "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
22732
22984
  },
22733
22985
  {
22734
22986
  "classification": "supported",
@@ -25932,13 +26184,13 @@
25932
26184
  "classification": "supported",
25933
26185
  "kind": "interface",
25934
26186
  "name": "ResolvedBlocker",
25935
- "signature": "export interface ResolvedBlocker { id: string; title: string | null; status: ItemStatus | null; resolved: boolean; }"
26187
+ "signature": "export interface ResolvedBlocker { id: string; title: string | null; status: ItemStatus | null; resolved: boolean; external?: boolean; blocked_since?: string; resolver?: string | null; }"
25936
26188
  },
25937
26189
  {
25938
26190
  "classification": "supported",
25939
26191
  "kind": "function",
25940
26192
  "name": "resolveItemBlockers",
25941
- "signature": "(item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[] | calls: (item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[]"
26193
+ "signature": "(item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\"> & Partial<Pick<ItemMetadata, \"id\" | \"updated_at\">>, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[] | calls: (item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\"> & Partial<Pick<ItemMetadata, \"id\" | \"updated_at\">>, itemsById: Map<string, ItemMetadata>, statusRegistry: RuntimeStatusRegistry) => ResolvedBlocker[]"
25942
26194
  },
25943
26195
  {
25944
26196
  "classification": "supported",
@@ -27246,7 +27498,7 @@
27246
27498
  "classification": "supported",
27247
27499
  "kind": "interface",
27248
27500
  "name": "NextBlockerRef",
27249
- "signature": "export interface NextBlockerRef { id: string; title: string | null; status: ItemStatus | null; }"
27501
+ "signature": "export interface NextBlockerRef { id: string; title: string | null; status: ItemStatus | null; external?: boolean; blocked_since?: string; resolver?: string | null; }"
27250
27502
  },
27251
27503
  {
27252
27504
  "classification": "supported",
@@ -28188,13 +28440,13 @@
28188
28440
  "classification": "supported",
28189
28441
  "kind": "interface",
28190
28442
  "name": "CommentsCommandOptions",
28191
- "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
28443
+ "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
28192
28444
  },
28193
28445
  {
28194
28446
  "classification": "supported",
28195
28447
  "kind": "interface",
28196
28448
  "name": "CommentsResult",
28197
- "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
28449
+ "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
28198
28450
  },
28199
28451
  {
28200
28452
  "classification": "advanced_export",
@@ -28944,13 +29196,13 @@
28944
29196
  "classification": "supported",
28945
29197
  "kind": "interface",
28946
29198
  "name": "LearningsCommandOptions",
28947
- "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
29199
+ "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
28948
29200
  },
28949
29201
  {
28950
29202
  "classification": "supported",
28951
29203
  "kind": "interface",
28952
29204
  "name": "LearningsResult",
28953
- "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
29205
+ "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
28954
29206
  },
28955
29207
  {
28956
29208
  "classification": "advanced_export",
@@ -29112,7 +29364,7 @@
29112
29364
  "classification": "supported",
29113
29365
  "kind": "interface",
29114
29366
  "name": "NextBlockerRef",
29115
- "signature": "export interface NextBlockerRef { id: string; title: string | null; status: ItemStatus | null; }"
29367
+ "signature": "export interface NextBlockerRef { id: string; title: string | null; status: ItemStatus | null; external?: boolean; blocked_since?: string; resolver?: string | null; }"
29116
29368
  },
29117
29369
  {
29118
29370
  "classification": "supported",
@@ -29184,13 +29436,13 @@
29184
29436
  "classification": "supported",
29185
29437
  "kind": "interface",
29186
29438
  "name": "NotesCommandOptions",
29187
- "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
29439
+ "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; ifAbsent?: boolean; author?: string; message?: string; force?: boolean; }"
29188
29440
  },
29189
29441
  {
29190
29442
  "classification": "supported",
29191
29443
  "kind": "interface",
29192
29444
  "name": "NotesResult",
29193
- "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
29445
+ "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; changed?: boolean; }"
29194
29446
  },
29195
29447
  {
29196
29448
  "classification": "supported",
@@ -31379,10 +31631,12 @@
31379
31631
  "ambiguous_option_combination",
31380
31632
  "annotation_alias_conflict",
31381
31633
  "annotation_flag_like_value",
31634
+ "annotation_if_absent_without_append",
31382
31635
  "annotation_message_without_text",
31383
31636
  "annotation_transposed_subcommand",
31384
31637
  "append_empty_body",
31385
31638
  "assurance_registry_invalid",
31639
+ "bare_comma_entry_ambiguous",
31386
31640
  "body_file_conflicts_with_body",
31387
31641
  "body_file_missing_path",
31388
31642
  "body_file_unreadable",
@@ -31468,6 +31722,7 @@
31468
31722
  "history_drift_merge_receipt",
31469
31723
  "history_drift_missing_stream",
31470
31724
  "history_drift_unreadable_stream",
31725
+ "history_drift_version_skew",
31471
31726
  "history_merge_conflict_markers_detected",
31472
31727
  "history_stream_over_compact_threshold",
31473
31728
  "history_target_out_of_range",
@@ -31538,7 +31793,6 @@
31538
31793
  "merge_git_config_unwritable",
31539
31794
  "merge_receipt_evidence_invalid",
31540
31795
  "merge_receipts_pending",
31541
- "merge_reconcile_discards_require_acceptance",
31542
31796
  "merge_reconcile_receipt_evidence_untrusted",
31543
31797
  "merge_root_not_found",
31544
31798
  "missing_allowed_values",
@@ -31551,6 +31805,7 @@
31551
31805
  "missing_observation",
31552
31806
  "missing_observed_signature",
31553
31807
  "missing_parameter_alias",
31808
+ "missing_positive_execution_receipt",
31554
31809
  "missing_probe",
31555
31810
  "missing_required_argument",
31556
31811
  "missing_required_option",
@@ -31567,6 +31822,9 @@
31567
31822
  "no_update_fields",
31568
31823
  "no_version_bounds_declared",
31569
31824
  "non_refusal_exit",
31825
+ "npm_pack_json_shape_unsupported",
31826
+ "npm_package_archive_missing",
31827
+ "npm_package_archive_unsafe",
31570
31828
  "npm_package_not_found",
31571
31829
  "ownership_conflict",
31572
31830
  "ownership_dependency_bypass_restricted_options",
@@ -31600,6 +31858,8 @@
31600
31858
  "reopen_reason_required",
31601
31859
  "reopen_receipt_missing",
31602
31860
  "reopen_target_status_invalid",
31861
+ "reported_zero_passes",
31862
+ "reported_zero_tests",
31603
31863
  "reserved_item_field",
31604
31864
  "retry_failed",
31605
31865
  "schema_migration_input_required",
@@ -31668,6 +31928,7 @@
31668
31928
  "validate_history_drift_hash_mismatches",
31669
31929
  "validate_history_drift_missing_streams",
31670
31930
  "validate_history_drift_unreadable_streams",
31931
+ "validate_history_drift_version_skews",
31671
31932
  "validate_history_unknown_author_events",
31672
31933
  "validate_lifecycle_active_closure_like_metadata",
31673
31934
  "validate_lifecycle_active_terminal_parent",