Skip to main content

Interface: MetaIndex

Defined in: packages/agentos/src/cognition/substrate/memory/wiki/types.ts:28

Persisted in .meta/index.json.

Properties

lastCompiledAt

lastCompiledAt: string | null

Defined in: packages/agentos/src/cognition/substrate/memory/wiki/types.ts:30

ISO8601 watermark: last successful compile.


pages

pages: Record<string, { hash: string; traceIds: string[]; }>

Defined in: packages/agentos/src/cognition/substrate/memory/wiki/types.ts:32

pageId → { hash, traceIds } so re-index only touches changed pages.