vestige/crates/vestige-core/src
Sam Valladares 561b2301db docs(demo): full run-it-yourself README + unify failure detection
demo/README.md: the complete self-serve demo artifact — one-command run, the
seeded scenario explained, a "build your own scenario" section, the honest
boundary (won't invent a cause; can't reach a cause that was never recorded),
the Nature citation + the "field admits this is unsolved" sources, and the
recording playbook + paste-ready caption.

Writing/testing the README surfaced a real inconsistency, now fixed:
- The CLI's failure-finder used a hardcoded content-only marker subset and
  ignored tags, so a "Checkout latency spiked" memory (regression tag, no crash
  word in content) was never picked as the failure. The CLI now calls the SAME
  public `looks_like_failure` (content + tags, full list) the backfill tool uses
  — one definition, no drift.
- Extended FAILURE_MARKERS with performance/degradation failures (spiked,
  latency, degraded, slow, hang, throttled, oom, 502/503/504, flaky, ...) so the
  feature backfills from perf regressions, not just hard crashes.

clippy clean; 527 core + 453 mcp tests; both the main demo and the README's
custom scenario verified end-to-end.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 18:12:09 -05:00
..
advanced docs(demo): full run-it-yourself README + unify failure detection 2026-06-27 18:12:09 -05:00
codebase fix(clippy): Rust 1.95 compatibility — sort_by_key + collapsible_match 2026-04-19 21:11:49 -05:00
connectors feat(connectors): add Redmine and source filters (#57) 2026-06-19 02:21:25 -05:00
consolidation feat(connectors): external-source connector layer + GitHub Issues (#57) 2026-06-19 01:21:59 -05:00
embedder Make fastembed smoke tests tolerate unavailable model 2026-06-18 20:29:02 -05:00
embeddings Harden old CPU fallback paths (#71) 2026-06-18 21:54:04 -05:00
fsrs feat(v2.0.5): Intentional Amnesia — active forgetting via top-down inhibitory control 2026-04-14 17:30:30 -05:00
memory test(temporal): swarm-authored coverage for TemporalRange from/until/all/duration/default 2026-06-27 13:29:53 -05:00
neuroscience chore: remove 3,091 LOC of orphan code + fix ghost env-var docs 2026-04-23 03:18:53 -05:00
search feat(v2.0.5): Intentional Amnesia — active forgetting via top-down inhibitory control 2026-04-14 17:30:30 -05:00
storage fix(search+demo): rotation-audit fixes — FTS tokenizer match, honest demo labels 2026-06-27 18:05:01 -05:00
trace fix(blackbox): address review blockers B1–B7 + re-capture proof bundle 2026-06-22 18:46:14 -05:00
config.rs fix: make windows release build and add manual rerun path 2026-06-18 23:39:38 -05:00
fts.rs fix(search+demo): rotation-audit fixes — FTS tokenizer match, honest demo labels 2026-06-27 18:05:01 -05:00
lib.rs feat(blackbox): Agent Black Box + Receipts + risk-gated Memory PRs 2026-06-22 17:06:35 -05:00