Expand description
In-process adapter for the canonical Harn session/transcript store.
This capability deliberately owns no persistence or ranking policy. It
resolves one project root to the same .harn/session-store.sqlite used by
the VM transcript journal, applies the VM redaction policy, and projects the
typed harn-session-store interface into schema-checked hostlib builtins.
Structs§
- Session
Capability - Thin in-process projection over
harn_session_store::SessionStore.
Constants§
- APPEND_
BUILTIN - Canonical event append builtin.
- CLOSE_
BUILTIN - Session close builtin.
- FORK_
BUILTIN - Canonical lineage fork builtin.
- GET_
BUILTIN - Session metadata plus events builtin.
- LIST_
BUILTIN - Scoped session-list builtin.
- OPEN_
BUILTIN - Open-or-create builtin.
- SEARCH_
FTS_ BUILTIN - Project-scoped FTS search builtin.
- SEARCH_
HYBRID_ BUILTIN - Project-scoped hybrid search builtin.
- SEARCH_
SEMANTIC_ BUILTIN - Project-scoped semantic search builtin.
- UPDATE_
BUILTIN - Typed session metadata update builtin.