semantic-memory 0.5.11

Local-first hybrid semantic search (SQLite + FTS5 + usearch 2.25) with bitemporal truth and typed receipts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Release gates

The five authority/governance integration suites declared with `required-features = ["testing"]`
are release-critical. Run the checked executable gate:

```bash
bash scripts/check_governance_test_gate.sh
cargo test --features testing
```

The script fails when any of `authority_transactions`, `transition_compiler`,
`forgetting_closure`, `shadow_policy`, or `procedural_memory` is absent from Cargo's executable
test list. This documents a local/release gate; it does not assert that hosted CI executed it.