Interface: LockfileCheckResult
Defined in: packages/core/src/introspection/CapabilityLockfile.ts:345
Result of a lockfile verification check.
Properties
added
readonly added: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:351
Added tools since lockfile was generated
addedPrompts
readonly addedPrompts: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:359
Added prompts since lockfile was generated
changed
readonly changed: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:355
Tools whose behavioral digest changed
changedPrompts
readonly changedPrompts: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:363
Prompts whose declarative digest changed
message
readonly message: string;Defined in: packages/core/src/introspection/CapabilityLockfile.ts:349
Human-readable status message
ok
readonly ok: boolean;Defined in: packages/core/src/introspection/CapabilityLockfile.ts:347
Whether the lockfile matches the current server surface
removed
readonly removed: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:353
Removed tools since lockfile was generated
removedPrompts
readonly removedPrompts: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:361
Removed prompts since lockfile was generated
unchanged
readonly unchanged: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:357
Tools that match the lockfile exactly
unchangedPrompts
readonly unchangedPrompts: readonly string[];Defined in: packages/core/src/introspection/CapabilityLockfile.ts:365
Prompts that match the lockfile exactly