Interface: BehaviorDigestResult
Defined in: packages/core/src/introspection/BehaviorDigest.ts:34
Content-addressed digest of a tool's behavioral contract.
The digest field is a SHA-256 over the canonical form of all behavioral fields. The components field provides per-section digests for granular change detection.
Properties
components
ts
readonly components: DigestComponents;Defined in: packages/core/src/introspection/BehaviorDigest.ts:38
Per-section component digests
computedAt
ts
readonly computedAt: string;Defined in: packages/core/src/introspection/BehaviorDigest.ts:40
ISO-8601 timestamp of when the digest was computed
digest
ts
readonly digest: string;Defined in: packages/core/src/introspection/BehaviorDigest.ts:36
Overall SHA-256 over all behavioral components
toolName
ts
readonly toolName: string;Defined in: packages/core/src/introspection/BehaviorDigest.ts:42
Tool name for correlation