stemedb/crates/stemedb-api/tests
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
..
common fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
admission_integration.rs feat: Phase 6 UAT - Admission control, HLC recency, cluster coordination 2026-02-03 00:43:37 -07:00
e2e_full_pipeline.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
e2e_lens_resolution.rs fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
http_advanced.rs fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
http_basic.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_crud.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_epoch.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_gold_standard.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_pipeline.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_query.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_validation.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
security_hardening.rs feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00