stemedb/scripts
jordan 4096967c20 fix: fix claims API scan prefix bug and add hosted Aphoria config
- stemedb_claims.rs: fix list/get/delete handlers using wrong scan key
  - Was scanning subject_index_key ({subject}\x00S:) which stores a
    single Vec<Hash> — scan_prefix finds nothing on a single key
  - Fix: use assertion_prefix ({subject}\x00H:*) to scan all assertions
  - GET /v1/claims was returning [] even after creating claims
- aphoria.toml: add [hosted] section pointing to local StemeDB (18180)
  - Enables aphoria scan --persist to push observations to StemeDB
- scripts/validate.sh: use release binary if available for fast startup
  - --no-build flag now actually skips all compilation (sub-3s startup)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 15:12:44 -07:00
..
add_http_metrics.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
archive-wal-to-s3.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
backup-stemedb.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
demo-cognitive-firewall.sh fix: merge upstream 10 commits, fix DashMap deadlock, deterministic sim ingestion 2026-02-20 20:27:32 -07:00
demo-consumer-health.sh feat: Aphoria security extractors + LLM evaluation architecture + ontology docs 2026-02-05 15:22:55 -07:00
dr-drill.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
restore-stemedb.sh feat(aphoria): implement claims architecture (A1-A5) with verify engine, corpus, coverage, and explain 2026-02-08 09:11:47 +00:00
run-demo.sh feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
run-load-test.sh feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing) 2026-02-06 22:50:55 -07:00
setup-pagerduty.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
setup-slack.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
test-alerting.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00
validate.sh fix: fix claims API scan prefix bug and add hosted Aphoria config 2026-02-23 15:12:44 -07:00
verify-backup.sh feat: add enterprise production readiness infrastructure 2026-02-12 06:08:15 +00:00