Skip to content

Interface: ServerDigest

Defined in: packages/core/src/introspection/BehaviorDigest.ts:68

Server-level digest that covers all tools.

Used as the content address for Capability Lockfile entries.

Properties

computedAt

ts
readonly computedAt: string;

Defined in: packages/core/src/introspection/BehaviorDigest.ts:74

ISO-8601 timestamp


digest

ts
readonly digest: string;

Defined in: packages/core/src/introspection/BehaviorDigest.ts:70

SHA-256 over all per-tool digests (sorted by tool name)


tools

ts
readonly tools: Record<string, BehaviorDigestResult>;

Defined in: packages/core/src/introspection/BehaviorDigest.ts:72

Per-tool digests, keyed by tool name