stemedb/applications/aphoria/src
jordan 6c6ee04e9c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: complete cluster integration — SWIM gossip, gRPC server, shard rebalancing, single binary
8-task cluster completion bringing 3-replica StatefulSet from isolated
nodes to fully functional cluster:

1. Fix Gateway /metrics 500 (wire PrometheusHandle)
2. gRPC server + SWIM background tasks (probe, suspicion, gossip dissemination)
3. join() registers peers in membership table via PingResponse fields
4. Shard rebalancing on membership changes (deterministic round-robin)
5. API cluster wiring (DNS resolution, Gateway, gRPC, gossip broadcaster)
6. Single binary merge (stemedb-api --features cluster replaces stemedb-node)
7. Auth header forwarding (X-API-Key passed through Gateway to backends)
8. CORS restriction (STEMEDB_ALLOWED_ORIGINS env var, permissive fallback)
2026-03-07 15:09:29 -07:00
..
cli feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
community feat: add source content to source registry, signed assertions, feed endpoint, dashboard enhancements 2026-02-19 21:54:27 -07:00
config feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
corpus feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
episteme feat: add source content to source registry, signed assertions, feed endpoint, dashboard enhancements 2026-02-19 21:54:27 -07:00
eval fix(aphoria): move claims.toml to project root and fix verify integration 2026-02-08 11:09:57 +00:00
evidence feat: Complete Aphoria Phase 14 - Governance Workflows 2026-02-07 05:16:26 -07:00
extractors feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
governance feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
handlers feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
learning feat(aphoria): implement claims architecture (A1-A5) with verify engine, corpus, coverage, and explain 2026-02-08 09:11:47 +00:00
lifecycle feat(aphoria): add --show-claims flag to display all extracted claims 2026-02-08 00:39:54 +00:00
llm feat: add source content to source registry, signed assertions, feed endpoint, dashboard enhancements 2026-02-19 21:54:27 -07:00
promotion feat(aphoria): add C language support and streamline documentation 2026-02-12 03:02:33 -07:00
remote feat: complete cluster integration — SWIM gossip, gRPC server, shard rebalancing, single binary 2026-03-07 15:09:29 -07:00
report feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
research feat(aphoria): implement claims architecture (A1-A5) with verify engine, corpus, coverage, and explain 2026-02-08 09:11:47 +00:00
resolution feat: add source content to source registry, signed assertions, feed endpoint, dashboard enhancements 2026-02-19 21:54:27 -07:00
scan feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
scope fix: Add missing benchmark field and fix approx_constant warning 2026-02-07 05:17:53 -07:00
shadow feat: Complete Aphoria Phase 14 - Governance Workflows 2026-02-07 05:16:26 -07:00
tests feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
types feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
walker feat(aphoria): add C language support and streamline documentation 2026-02-12 03:02:33 -07:00
ack_file.rs feat(aphoria): implement ignore & exclusion system (Phase 16) 2026-02-07 17:28:50 -07:00
baseline.rs feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
bridge.rs feat: add source content to source registry, signed assertions, feed endpoint, dashboard enhancements 2026-02-19 21:54:27 -07:00
claim_store.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
claims_explain.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
claims_file.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
convergence.rs feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
corpus_build.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
coverage.rs fix(aphoria): move claims.toml to project root and fix verify integration 2026-02-08 11:09:57 +00:00
error.rs feat(aphoria): implement Day 3 debugging features and comprehensive documentation 2026-02-11 03:31:06 +00:00
expiry.rs feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
explain.rs fix(aphoria): move claims.toml to project root and fix verify integration 2026-02-08 11:09:57 +00:00
hosted.rs fix: restore missing doc comments on aphoria DTOs (build failure) 2026-03-07 02:54:10 -07:00
init.rs feat(aphoria): implement community corpus with wiki import and pattern aggregation 2026-02-09 00:12:31 +00:00
lib.rs feat: add claims search, promote, stats commands and convergence engine 2026-02-25 08:21:37 +00:00
main.rs feat: add Aphoria dashboard scans and corpus UI 2026-02-07 15:56:49 -07:00
pending_markers.rs feat(aphoria): implement community corpus with wiki import and pattern aggregation 2026-02-09 00:12:31 +00:00
policy_ops.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
policy.rs feat: Complete Aphoria Phase 14 - Governance Workflows 2026-02-07 05:16:26 -07:00
research_commands.rs feat(aphoria): implement claims architecture (A1-A5) with verify engine, corpus, coverage, and explain 2026-02-08 09:11:47 +00:00
trust_pack_registry.rs feat(aphoria): implement claims architecture (A1-A5) with verify engine, corpus, coverage, and explain 2026-02-08 09:11:47 +00:00
verify.rs feat(aphoria): implement community corpus with wiki import and pattern aggregation 2026-02-09 00:12:31 +00:00