Skip to content

Interface: LockfileCheckResult

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:345

Result of a lockfile verification check.

Properties

added

ts
readonly added: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:351

Added tools since lockfile was generated


addedPrompts

ts
readonly addedPrompts: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:359

Added prompts since lockfile was generated


changed

ts
readonly changed: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:355

Tools whose behavioral digest changed


changedPrompts

ts
readonly changedPrompts: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:363

Prompts whose declarative digest changed


message

ts
readonly message: string;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:349

Human-readable status message


ok

ts
readonly ok: boolean;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:347

Whether the lockfile matches the current server surface


removed

ts
readonly removed: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:353

Removed tools since lockfile was generated


removedPrompts

ts
readonly removedPrompts: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:361

Removed prompts since lockfile was generated


unchanged

ts
readonly unchanged: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:357

Tools that match the lockfile exactly


unchangedPrompts

ts
readonly unchangedPrompts: readonly string[];

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:365

Prompts that match the lockfile exactly