stemedb/crates/stemedb-ingest
jordan 089992993f feat(aphoria): load declarative extractors from .aphoria/extractors/*.toml files
Declarative extractors in separate .toml files under .aphoria/extractors/ were
silently ignored because config loading only parsed the main config.toml. Now
from_file() scans the extractors directory after loading the main config and
merges any [[extractors.declarative]] definitions found in .toml files. Invalid
files produce warnings but don't fail the load. Also includes show_observations
field additions to scan args and removes unused import.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 00:21:57 -07:00
..
src feat(aphoria): load declarative extractors from .aphoria/extractors/*.toml files 2026-02-12 00:21:57 -07:00
Cargo.toml feat: Distributed replication foundation (Phase 6A) - HLC, Merkle trees, CRDT stores, sync protocol 2026-02-02 19:31:54 -07:00