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ยง
- Export
Chunk - Exported chunk row.
- Export
Data - Export payload used by
ctx export. - Export
Document - Exported document row.
- Pending
Chunk - A chunk that needs embedding because its embedding is missing or stale.
- Source
Stats - Per-source database statistics.
- Sqlite
AppStore - SQLite-backed
AppStoreimplementation. - Store
Stats - 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