Skip to main content

Module app_store

Module app_store 

Source
Expand description

Application-level storage boundary for native Context Harness operations.

context_harness_core::store::Store covers reusable search and retrieval behavior. AppStore adds CLI/native responsibilities that are still canonical SQLite operations today: migrations, sync checkpoints, source item writes, embedding maintenance, stats, and export views.

Structsยง

ExportChunk
Exported chunk row.
ExportData
Export payload used by ctx export.
ExportDocument
Exported document row.
PendingChunk
A chunk that needs embedding because its embedding is missing or stale.
SourceStats
Per-source database statistics.
SqliteAppStore
SQLite-backed AppStore implementation.
StoreStats
Database statistics used by ctx stats.

Traitsยง

AppStore
App-level storage operations layered on top of core search storage.

Functionsยง

dedup_hash ๐Ÿ”’
hash_text ๐Ÿ”’
source_item_to_document ๐Ÿ”’