@unbrained/pm-cli 2026.8.20 → 2026.8.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +22 -0
- package/dist/cli/error-guidance.d.ts +20 -0
- package/dist/cli/error-guidance.js +29 -30
- package/dist/cli-bundle/bundle-manifest.json +151 -151
- package/dist/cli-bundle/chunks/chunk-2MA6ZQVZ.js +197 -0
- package/dist/cli-bundle/chunks/{chunk-K3EN3LK2.js → chunk-3AFAUHUE.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-7VHZS727.js +5 -0
- package/dist/cli-bundle/chunks/{chunk-L4LGPBJU.js → chunk-BKYB45NQ.js} +68 -68
- package/dist/cli-bundle/chunks/{chunk-4GB2LTOQ.js → chunk-BUNIEJNE.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-XYDDWBZN.js → chunk-JSLOFXGA.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-TSMWLCHS.js → chunk-LARJJ3RK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7BRF2BX2.js → chunk-LOVTQ52Z.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-US2ZQW2M.js → chunk-N3DSV4CH.js} +47 -47
- package/dist/cli-bundle/chunks/chunk-OCLPLFAY.js +35 -0
- package/dist/cli-bundle/chunks/chunk-S4IRYKBU.js +13 -0
- package/dist/cli-bundle/chunks/{register-list-query-JSAQCVOC.js → register-list-query-F57EWDEF.js} +2 -2
- package/dist/cli-bundle/chunks/{register-mutation-XJPAW63D.js → register-mutation-7IY2D5KO.js} +2 -2
- package/dist/cli-bundle/chunks/{register-operations-DSOSB2XQ.js → register-operations-FALL3YTU.js} +2 -2
- package/dist/cli-bundle/chunks/{register-setup-QUR6QL2C.js → register-setup-HXU7IZZD.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-FUREQLQN.js → chunk-2NIY5NKG.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-G3C5ERXG.js → chunk-4ERLO7QD.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-7WZRLCYF.js +50 -0
- package/dist/cli-bundle/focused-chunks/{chunk-AZBACT5T.js → chunk-CKKQSJNN.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-EEFKYMDR.js +16 -0
- package/dist/cli-bundle/focused-chunks/{chunk-GXWQBE3T.js → chunk-F2A56DHV.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-M32HFIQB.js → chunk-F4YEW5I2.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-UGSS4F5X.js → chunk-FH6DYED3.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-TDR5OGG3.js → chunk-FJ22HNRP.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-FV5ACOK7.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-Q47EX4DI.js → chunk-JEAVFOWM.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-OM65KHGF.js → chunk-KDNG7TKQ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-NJ63LOP6.js +155 -0
- package/dist/cli-bundle/focused-chunks/chunk-NXRTQ7HI.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-JWKEDZJI.js → chunk-TJ7EMJ46.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-5L7M4AI7.js → chunk-UZE7XUZK.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-325UXIO7.js → chunk-YKBKIEAJ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-BLJCGGID.js → chunk-ZOSEELYJ.js} +2 -2
- package/dist/cli-bundle/main.js +12 -12
- package/dist/cli-bundle/sdk-authoring.js +1 -1
- package/dist/cli-bundle/sdk-contracts.js +2 -2
- package/dist/cli-bundle/sdk-core.js +40 -40
- 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 +5 -5
- package/dist/core/shared/errors.d.ts +16 -0
- package/dist/core/shared/errors.js +2 -2
- package/dist/core/store/item-store.js +6 -91
- package/dist/core/store/tracker-preflight.d.ts +7 -0
- package/dist/core/store/tracker-preflight.js +142 -0
- package/dist/sdk/agent/tracker-preflight-contracts.d.ts +63 -0
- package/dist/sdk/agent/tracker-preflight-contracts.js +127 -0
- package/dist/sdk/annotations.js +6 -7
- package/dist/sdk/config.d.ts +5 -0
- package/dist/sdk/config.js +5 -5
- package/dist/sdk/context-intent-runtime.js +7 -4
- package/dist/sdk/contracts.d.ts +1 -0
- package/dist/sdk/contracts.js +3 -2
- package/dist/sdk/dependencies.js +5 -7
- package/dist/sdk/dependency-flag-validation.d.ts +1 -1
- package/dist/sdk/dependency-flag-validation.js +10 -4
- package/dist/sdk/environment/tracker-preflight.d.ts +6 -0
- package/dist/sdk/environment/tracker-preflight.js +10 -0
- package/dist/sdk/eval.js +5 -7
- package/dist/sdk/files.js +6 -10
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +39 -3
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +69 -8
- package/dist/sdk/governance/assurance.d.ts +36 -2
- package/dist/sdk/governance/assurance.js +184 -10
- package/dist/sdk/governance/gc.js +5 -6
- package/dist/sdk/governance/health.js +5 -6
- package/dist/sdk/governance/reindex.js +5 -6
- package/dist/sdk/governance/validate.d.ts +1 -2
- package/dist/sdk/governance/validate.js +6 -12
- package/dist/sdk/graph/governance.d.ts +7 -5
- package/dist/sdk/graph/governance.js +32 -16
- package/dist/sdk/graph/run.js +5 -7
- package/dist/sdk/graph/traversal.js +14 -5
- package/dist/sdk/history-compact.js +6 -9
- package/dist/sdk/history-read.js +5 -7
- package/dist/sdk/history-redact.js +5 -6
- package/dist/sdk/history-repair.js +6 -9
- package/dist/sdk/improvement-ledger.js +7 -10
- package/dist/sdk/index.d.ts +2 -0
- package/dist/sdk/index.js +4 -2
- package/dist/sdk/lifecycle/append.d.ts +0 -5
- package/dist/sdk/lifecycle/append.js +5 -6
- package/dist/sdk/lifecycle/claim.d.ts +0 -5
- package/dist/sdk/lifecycle/claim.js +6 -9
- package/dist/sdk/lifecycle/close-many.d.ts +0 -5
- package/dist/sdk/lifecycle/close-many.js +5 -6
- package/dist/sdk/lifecycle/close.d.ts +0 -5
- package/dist/sdk/lifecycle/close.js +5 -6
- package/dist/sdk/lifecycle/copy.d.ts +0 -5
- package/dist/sdk/lifecycle/copy.js +5 -6
- package/dist/sdk/lifecycle/create.d.ts +0 -5
- package/dist/sdk/lifecycle/create.js +5 -9
- package/dist/sdk/lifecycle/delete.js +5 -6
- package/dist/sdk/lifecycle/focus.d.ts +0 -5
- package/dist/sdk/lifecycle/focus.js +5 -6
- package/dist/sdk/lifecycle/plan.d.ts +0 -5
- package/dist/sdk/lifecycle/plan.js +5 -6
- package/dist/sdk/lifecycle/restore.js +5 -6
- package/dist/sdk/lifecycle/update-many.d.ts +0 -5
- package/dist/sdk/lifecycle/update-many.js +5 -6
- package/dist/sdk/lifecycle/update.d.ts +0 -5
- package/dist/sdk/lifecycle/update.js +48 -9
- package/dist/sdk/linked-artifacts.js +6 -7
- package/dist/sdk/merge/install.js +5 -6
- package/dist/sdk/mutation-events.js +5 -7
- package/dist/sdk/package-import-adapters.js +6 -8
- package/dist/sdk/profile.js +6 -7
- package/dist/sdk/query/activity.js +5 -6
- package/dist/sdk/query/calendar.js +5 -6
- package/dist/sdk/query/get.d.ts +0 -5
- package/dist/sdk/query/get.js +5 -6
- package/dist/sdk/query/history.d.ts +0 -5
- package/dist/sdk/query/history.js +5 -6
- package/dist/sdk/query/list.js +5 -7
- package/dist/sdk/query/search.js +5 -7
- package/dist/sdk/relationship-kinds/contract.d.ts +8 -0
- package/dist/sdk/relationship-kinds/contract.js +13 -13
- package/dist/sdk/relationships.d.ts +1 -1
- package/dist/sdk/relationships.js +20 -2
- package/dist/sdk/schema-migration.js +6 -7
- package/dist/sdk/schema.js +5 -6
- package/dist/sdk/stats.js +5 -8
- package/dist/sdk/templates.js +5 -6
- package/dist/sdk/test/batch.js +5 -7
- package/dist/sdk/test/execution.js +4 -5
- package/dist/sdk/test/runs.js +5 -7
- package/docs/AGENT_UX_CONTRACTS.md +8 -1
- package/docs/DEPENDENCY_KIND_CONTRACT.md +12 -1
- package/docs/RECURRENCE_RECOVERY_CONTRACTS.md +37 -0
- package/docs/RELATIONSHIP_GRAPH.md +92 -10
- package/docs/SDK_PRIMITIVE_INVENTORY.md +15 -1
- package/marketplace.json +2 -2
- package/package.json +1 -1
- 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 +255 -21
- package/dist/cli-bundle/chunks/chunk-2RDVGYWE.js +0 -13
- package/dist/cli-bundle/chunks/chunk-BLVQHFSY.js +0 -35
- package/dist/cli-bundle/chunks/chunk-CU25EQVV.js +0 -5
- package/dist/cli-bundle/chunks/chunk-RS3IV2R6.js +0 -197
- package/dist/cli-bundle/focused-chunks/chunk-6AHG2YW7.js +0 -50
- package/dist/cli-bundle/focused-chunks/chunk-KYZ6JGPL.js +0 -155
- package/dist/cli-bundle/focused-chunks/chunk-RIHDMCUM.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-T4ZFY7ZJ.js +0 -16
- package/dist/cli-bundle/focused-chunks/chunk-Z3PLWSGM.js +0 -2
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Official marketplace for pm CLI — native git-based project management for Claude Code and AI coding agents.",
|
|
9
|
-
"version": "2026.8.
|
|
9
|
+
"version": "2026.8.21"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "pm-claude",
|
|
14
14
|
"source": "./plugins/pm-claude",
|
|
15
15
|
"description": "Native pm CLI integration for Claude Code — 28 MCP tools, 5 workflow skills, 14 slash commands, 4 subagents, hybrid TUI task tracking, session context injection, and coordination subagents for git-based project management without leaving Claude Code.",
|
|
16
|
-
"version": "2026.8.
|
|
16
|
+
"version": "2026.8.21",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "unbrained",
|
|
19
19
|
"url": "https://github.com/unbraind/pm-cli"
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026.8.21 - 2026-08-21
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Prose-asserted relationships are unmeasured: 1,750 identifier pairs named in item text carry no edge in any direction, and nothing counts the gap ([pm-ob9z4y](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/features/pm-ob9z4y.toon))
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Provide consistent tracker preflight and executable recovery across SDK, CLI, and MCP ([pm-6qiwan](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/chores/pm-6qiwan.toon))
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- The blocks ceiling counts fabricated and evidence-cited ordering edges identically, so the historical ordering reconstruction another item mandates cannot land ([pm-c90tfh](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/issues/pm-c90tfh.toon))
|
|
16
|
+
- The dependency remove flag accepts a value its own add flag refuses and reports success on a zero-match, so a mistyped graph repair exits 0 having changed nothing ([pm-gos426](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/issues/pm-gos426.toon))
|
|
17
|
+
- All four graph traversal verbs reject the semantic edge kinds the ontology exists to express, so 'what implements this milestone' returns the ordering-kind answer with no sign a semantic one exists ([pm-3dyec2](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/issues/pm-3dyec2.toon))
|
|
18
|
+
- Typed-outcome reachability admits three of ten edge kinds, so the four semantic kinds the ontology exists to express contribute nothing to the invariant they were minted to satisfy ([pm-ayg31c](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/issues/pm-ayg31c.toon))
|
|
19
|
+
- The graph audit raises duplicate dependency rows at warning severity and the only remediation available deletes every copy, so collapsing a duplicate means briefly destroying a real edge ([pm-flnefm](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/issues/pm-flnefm.toon))
|
|
20
|
+
|
|
21
|
+
### Other
|
|
22
|
+
|
|
23
|
+
- ADR: Ordering assurance partitions evidence-cited blocks from uncited blocks ([pm-jhpby4](https://github.com/unbraind/pm-cli/blob/main/.agents/pm/decisions/pm-jhpby4.toon))
|
|
24
|
+
|
|
3
25
|
## 2026.8.20 - 2026-08-20
|
|
4
26
|
|
|
5
27
|
### Added
|
|
@@ -14,6 +14,10 @@ interface GuidanceMessage {
|
|
|
14
14
|
examples?: string[];
|
|
15
15
|
nextSteps?: string[];
|
|
16
16
|
verificationErrors?: string[];
|
|
17
|
+
flag?: string;
|
|
18
|
+
value?: string;
|
|
19
|
+
unmatchedSelectors?: NonNullable<PmCliErrorContext["unmatched_selectors"]>;
|
|
20
|
+
availableDependencies?: NonNullable<PmCliErrorContext["available_dependencies"]>;
|
|
17
21
|
recovery?: PmCliErrorRecoveryPayload;
|
|
18
22
|
}
|
|
19
23
|
/** Documents the json error envelope payload exchanged by command, SDK, and package integrations. */
|
|
@@ -38,6 +42,14 @@ export interface JsonErrorEnvelope {
|
|
|
38
42
|
next_steps?: string[];
|
|
39
43
|
/** Exact integrity verifier findings that caused the operation to refuse. */
|
|
40
44
|
verification_errors?: string[];
|
|
45
|
+
/** CLI flag whose supplied value violated a shared mutation grammar. */
|
|
46
|
+
flag?: string;
|
|
47
|
+
/** Supplied scalar value that violated a shared mutation grammar. */
|
|
48
|
+
value?: string;
|
|
49
|
+
/** Dependency selectors that matched no stored edge. */
|
|
50
|
+
unmatched_selectors?: NonNullable<PmCliErrorContext["unmatched_selectors"]>;
|
|
51
|
+
/** Compact stored dependency identities available when a removal failed. */
|
|
52
|
+
available_dependencies?: NonNullable<PmCliErrorContext["available_dependencies"]>;
|
|
41
53
|
/** Value that configures or reports recovery for this contract. */
|
|
42
54
|
recovery?: PmCliErrorRecoveryPayload;
|
|
43
55
|
}
|
|
@@ -63,6 +75,14 @@ export interface ErrorClassification {
|
|
|
63
75
|
next_steps?: string[];
|
|
64
76
|
/** Exact integrity verifier findings that caused the operation to refuse. */
|
|
65
77
|
verification_errors?: string[];
|
|
78
|
+
/** CLI flag whose supplied value violated a shared mutation grammar. */
|
|
79
|
+
flag?: string;
|
|
80
|
+
/** Supplied scalar value that violated a shared mutation grammar. */
|
|
81
|
+
value?: string;
|
|
82
|
+
/** Dependency selectors that matched no stored edge. */
|
|
83
|
+
unmatched_selectors?: NonNullable<PmCliErrorContext["unmatched_selectors"]>;
|
|
84
|
+
/** Compact stored dependency identities available when a removal failed. */
|
|
85
|
+
available_dependencies?: NonNullable<PmCliErrorContext["available_dependencies"]>;
|
|
66
86
|
/** Value that configures or reports recovery for this contract. */
|
|
67
87
|
recovery?: PmCliErrorRecoveryPayload;
|
|
68
88
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d90c153b-bb1d-57b1-81fd-e0ea7347c520")}catch(e){}}();
|
|
3
3
|
import { resolveRecoveryCommandName } from "../sdk/agent/command-recovery.js";
|
|
4
4
|
import { renderPmCommand } from "./argv-utils.js";
|
|
5
5
|
import { discoverNearbyPmRoot } from "../sdk/tracker-root-discovery.js";
|
|
@@ -278,15 +278,8 @@ export function renderGuidanceMessage(message) {
|
|
|
278
278
|
}
|
|
279
279
|
return lines.join("\n");
|
|
280
280
|
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
type: message.type,
|
|
284
|
-
code: message.code,
|
|
285
|
-
title: message.title,
|
|
286
|
-
detail: message.happened,
|
|
287
|
-
required: message.required,
|
|
288
|
-
exit_code: exitCode,
|
|
289
|
-
};
|
|
281
|
+
/** Attach optional actionable fields shared by JSON and classification envelopes. */
|
|
282
|
+
function attachStructuredGuidanceDetails(payload, message) {
|
|
290
283
|
if (includeWhyInStructuredGuidance(message)) {
|
|
291
284
|
payload.why = message.why;
|
|
292
285
|
}
|
|
@@ -299,35 +292,37 @@ function guidanceToJsonEnvelope(message, exitCode) {
|
|
|
299
292
|
if (message.verificationErrors && message.verificationErrors.length > 0) {
|
|
300
293
|
payload.verification_errors = message.verificationErrors;
|
|
301
294
|
}
|
|
295
|
+
if (message.flag !== undefined)
|
|
296
|
+
payload.flag = message.flag;
|
|
297
|
+
if (message.value !== undefined)
|
|
298
|
+
payload.value = message.value;
|
|
299
|
+
if (message.unmatchedSelectors !== undefined)
|
|
300
|
+
payload.unmatched_selectors = message.unmatchedSelectors;
|
|
301
|
+
if (message.availableDependencies !== undefined)
|
|
302
|
+
payload.available_dependencies = message.availableDependencies;
|
|
302
303
|
if (message.recovery) {
|
|
303
304
|
payload.recovery = message.recovery;
|
|
304
305
|
}
|
|
305
306
|
return payload;
|
|
306
307
|
}
|
|
308
|
+
function guidanceToJsonEnvelope(message, exitCode) {
|
|
309
|
+
return attachStructuredGuidanceDetails({
|
|
310
|
+
type: message.type,
|
|
311
|
+
code: message.code,
|
|
312
|
+
title: message.title,
|
|
313
|
+
detail: message.happened,
|
|
314
|
+
required: message.required,
|
|
315
|
+
exit_code: exitCode,
|
|
316
|
+
}, message);
|
|
317
|
+
}
|
|
307
318
|
function guidanceToClassification(message) {
|
|
308
|
-
|
|
319
|
+
return attachStructuredGuidanceDetails({
|
|
309
320
|
type: message.type,
|
|
310
321
|
code: message.code,
|
|
311
322
|
title: message.title,
|
|
312
323
|
detail: message.happened,
|
|
313
324
|
required: message.required,
|
|
314
|
-
};
|
|
315
|
-
if (includeWhyInStructuredGuidance(message)) {
|
|
316
|
-
payload.why = message.why;
|
|
317
|
-
}
|
|
318
|
-
if (message.examples && message.examples.length > 0) {
|
|
319
|
-
payload.examples = message.examples;
|
|
320
|
-
}
|
|
321
|
-
if (message.nextSteps && message.nextSteps.length > 0) {
|
|
322
|
-
payload.next_steps = message.nextSteps;
|
|
323
|
-
}
|
|
324
|
-
if (message.verificationErrors && message.verificationErrors.length > 0) {
|
|
325
|
-
payload.verification_errors = message.verificationErrors;
|
|
326
|
-
}
|
|
327
|
-
if (message.recovery) {
|
|
328
|
-
payload.recovery = message.recovery;
|
|
329
|
-
}
|
|
330
|
-
return payload;
|
|
325
|
+
}, message);
|
|
331
326
|
}
|
|
332
327
|
function normalizeMessage(message) {
|
|
333
328
|
return message.replace(/\(outputHelp\)/g, "").trim();
|
|
@@ -435,11 +430,15 @@ function applyPmCliErrorContext(guidance, rawMessage, context) {
|
|
|
435
430
|
examples,
|
|
436
431
|
nextSteps,
|
|
437
432
|
verificationErrors,
|
|
433
|
+
flag: context.flag,
|
|
434
|
+
value: context.value,
|
|
435
|
+
unmatchedSelectors: context.unmatched_selectors,
|
|
436
|
+
availableDependencies: context.available_dependencies,
|
|
438
437
|
recovery,
|
|
439
438
|
};
|
|
440
439
|
}
|
|
441
440
|
function buildTrackerNotInitializedGuidance(rawMessage, message, context) {
|
|
442
|
-
const trackerNotInitialized = message.match(/^Tracker is not initialized at (.+)\. Run pm init first\.$/);
|
|
441
|
+
const trackerNotInitialized = message.match(/^Tracker is not initialized at (.+)\. (?:Run pm init first|Tracker root does not exist\. Run pm init first)\.$/);
|
|
443
442
|
if (!trackerNotInitialized) {
|
|
444
443
|
return null;
|
|
445
444
|
}
|
|
@@ -1241,4 +1240,4 @@ export const _testOnly = {
|
|
|
1241
1240
|
resolveKnownPackageCommandHint,
|
|
1242
1241
|
};
|
|
1243
1242
|
//# sourceMappingURL=error-guidance.js.map
|
|
1244
|
-
//# debugId=
|
|
1243
|
+
//# debugId=d90c153b-bb1d-57b1-81fd-e0ea7347c520
|