stemedb/crates/stemedb-storage/src
jordan 157dbbb9eb feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing)
## Phase 8: Enterprise Extractor Improvements 
- 14 security extractors (TLS, JWT, SQL injection, XSS, etc.)
- 10 framework-specific extractors (Spring, Django, Rails, etc.)
- Config file security detection (YAML, TOML)

## Phase 9: Autonomous Extractor Generation 
- Shadow mode executor with TP/FP tracking
- Graduation pipeline with confidence thresholds
- Auto-rollback on regression detection
- Cross-project pattern syncing

## UAT Suite Complete (14 scripts, 90 tests)
- test-core-detection.sh (6 tests)
- test-declarative-extractors.sh (5 tests)
- test-domain-frameworks.sh (5 tests)
- test-domain-unreal.sh (3 tests)
- test-llm-extraction.sh (6 tests)
- test-eval-harness.sh (5 tests)
- test-cross-language.sh (3 tests)
- test-precommit-performance.sh (4 tests)
- test-output-formats.sh (8 tests)
- test-drift-detection.sh (6 tests)
- test-exit-codes.sh (12 tests)
+ 3 more scripts

## Other Changes
- Updated roadmap to mark Phase 8-9 complete
- Added .gitignore entries for build artifacts
- Updated pre-commit: 800 line limit, exclude tests/data/cmd

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 22:50:55 -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 feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07: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: Phase 7 Content Defense + code structure refactoring 2026-02-03 12:44:05 -07: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 enterprise features + ontology SDK + file length compliance 2026-02-05 12:55:29 -07: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: WAL hardening (Phase 5B) - CRC32C, crash recovery, group commit, log rotation 2026-02-02 12:36:35 -07:00
index_store.rs feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07: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: Aphoria policy source tracking + claim extraction pipeline 2026-02-04 02:35:02 -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