stemedb/applications/aphoria/docs
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
..
advanced feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
architecture docs: reorganize documentation structure for clarity 2026-02-11 07:33:40 +00:00
archive docs: reorganize documentation structure for clarity 2026-02-11 07:33:40 +00:00
examples/extractors feat(aphoria): implement programmatic extractors for Option<T> semantics 2026-02-11 06:43:10 +00:00
extractors feat(aphoria): implement Day 3 debugging features and comprehensive documentation 2026-02-11 03:31:06 +00:00
guides docs: reorganize documentation structure for clarity 2026-02-11 07:33:40 +00:00
legal feat: Ingestor deadlock fix + blessed assertion tracking + patent docs 2026-02-04 03:41:08 -07:00
llm-optimization docs: reorganize documentation structure for clarity 2026-02-11 07:33:40 +00:00
reference docs: reorganize documentation structure for clarity 2026-02-11 07:33:40 +00:00
CC-VERIFICATION.md feat(aphoria): implement community corpus with wiki import and pattern aggregation 2026-02-09 00:12:31 +00:00
DOC-AUDIT-SUMMARY-2026-02-09.md fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
DOC-UPDATE-2026-02-09.md fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
dogfooding-common-mistakes.md feat(aphoria): implement programmatic extractors for Option<T> semantics 2026-02-11 06:43:10 +00:00
gap-fixes-summary.md docs: reorganize documentation structure for clarity 2026-02-11 07:33:40 +00:00
phase-17-summary.md feat(aphoria): add inline claim markers and claim enrichment infrastructure 2026-02-08 20:18:20 +00:00