feat(kebab-store-sqlite): add NotIndexed typed error (fb-27)

New `SqliteStore::open_existing` API + `NotIndexed` signal for the
missing-DB case. kebab-app re-exports the type via its `error_signal`
module so kebab-cli's `error_classify` can map it to
`error.v1 { code: "not_indexed" }`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
th-kim0823
2026-05-07 11:32:04 +09:00
parent 26a2e021b0
commit d7bfd01ef5
4 changed files with 68 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ pub use crate::doctor_signal::{DoctorUnhealthy, NoHitSignal, RefusalSignal};
pub use kebab_llm_local::LlmError;
pub use kebab_config::ConfigInvalid; // wired in Task 2
// pub use kebab_store_sqlite::NotIndexed; // wired in Task 3
pub use kebab_store_sqlite::NotIndexed; // wired in Task 3