stemedb/crates/stemedb-storage/src
jordan 422e2d4416 feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1
Claims now flow through StemeDB's append-only knowledge graph instead of
mutable TOML files. This resolves all 6 critical claim-bypass code paths:

- Bridge: lossless AuthoredClaim ↔ Assertion round-trip (comparison, status, lifecycle mapping)
- LocalEpisteme: ingest_authored_claim() and fetch_authored_claims() with AUTHORED_CLAIM predicate index
- EpistemeClaimStore: ClaimStore trait backed by StemeDB (append-only delete via deprecation)
- CLI handlers: all claim commands read/write through StemeDB
- Scanner: loads claims from StemeDB with auto-migration fallback to TOML
- Export: new `aphoria claims export` serializes StemeDB claims to TOML/JSON

Also cleans up dead code (EpistemeConfig.url), renames ingest_claims→ingest_observations,
fixes ClaimFilter.authority_tier type, adds Draft variant to ClaimStatus, and fixes
pre-existing clippy warnings (too_many_arguments, filter_next→rfind).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 02:02:51 -07:00
..
admission_store feat: Phase 6 UAT - Admission control, HLC recency, cluster coordination 2026-02-03 00:43:37 -07:00
api_key_store fix(aphoria): move claims.toml to project root and fix verify integration 2026-02-08 11:09:57 +00:00
audit_store feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
circuit_breaker_store feat(aphoria): add --show-claims flag to display all extracted claims 2026-02-08 00:39:54 +00:00
content_defense feat: Phase 7 Content Defense + code structure refactoring 2026-02-03 12:44:05 -07:00
crdt feat: Distributed replication foundation (Phase 6A) - HLC, Merkle trees, CRDT stores, sync protocol 2026-02-02 19:31:54 -07:00
domain_trust_store feat: Phase 7 Content Defense + code structure refactoring 2026-02-03 12:44:05 -07:00
key_codec feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
pattern_aggregate_store feat(aphoria): add inline claim markers and claim enrichment infrastructure 2026-02-08 20:18:20 +00:00
quota_store feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
similarity_index fix: correct test module imports for similarity_index 2026-02-03 12:45:22 -07:00
source_registry feat: Multi-application expansion with chaos testing and community UI 2026-02-04 01:24:14 -07:00
trust_graph_store feat: Phase 7 Content Defense + code structure refactoring 2026-02-03 12:44:05 -07:00
trust_rank_store feat: Phase 6 UAT - Admission control, HLC recency, cluster coordination 2026-02-03 00:43:37 -07:00
vector_index feat: Index persistence (Phase 5C) - vector hot/cold, visual checkpoint 2026-02-02 15:43:18 -07:00
visual_index feat: Index persistence (Phase 5C) - vector hot/cold, visual checkpoint 2026-02-02 15:43:18 -07:00
vote_store feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
alias_store.rs feat: Concept hierarchy (Phase 5D) - ConceptPath, source schemes, AliasStore 2026-02-02 17:44:54 -07:00
checkpoint_format.rs feat: Index persistence (Phase 5C) - vector hot/cold, visual checkpoint 2026-02-02 15:43:18 -07:00
error.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
escalation_store.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
fjall_backend.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
gold_standard_store.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
hybrid_backend.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
index_store.rs feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
lib.rs feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
pack_source_store.rs feat: Complete Aphoria Phase 14 - Governance Workflows 2026-02-07 05:16:26 -07:00
predicate_alias_store.rs feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
predicate_index_store.rs feat: Multi-application expansion with chaos testing and community UI 2026-02-04 01:24:14 -07:00
quarantine_store.rs feat: Phase 7 Content Defense + code structure refactoring 2026-02-03 12:44:05 -07:00
redb_backend.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
serde_helpers.rs feat: Complete Phase 2 (The Cortex) - query, lens, and API layers 2026-02-01 13:22:44 -07:00
supersession_store.rs feat: Distributed replication foundation (Phase 6A) - HLC, Merkle trees, CRDT stores, sync protocol 2026-02-02 19:31:54 -07:00
traits.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
trust_pack_store.rs feat: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00