Commit af892b1
feat: July-1 credibility — honest gaps, temporal reconstruction, VCLTGate
A1: at_time now reconstructs Octad from snapshot instead of returning
current state; adds regression test for historical version retrieval.
A4/A7: README and docs corrected (haversine not R-tree, auth-disabled
warning, known issues #29–31); CLAUDE.md machine_readable section
matches actual directory layout.
A5/A6: unused burn dep removed; duplicate CHANGELOG.md deleted.
A2/A3 (prior): TXN endpoints return 501; ZKP surface rebranded.
C: VCLTGate Elixir module + vclt_gate_test (VERISIM_VCLT_GATE env var,
JSON payload to temp file, exit-0/1/2 semantics); wired into
VCLExecutor.execute_string via gate_check — mutations bypass gate.
Infra: bolt_sips removed (unused, OTP-25-incompatible protocol module);
hackney/tzdata unlocked as now-unused transitives; parse_trans bumped
to 3.4.2; rust_core_timeout lowered to 2s in test env so GenServer
handle_call returns before the 5s caller timeout.
Fixes: Resolver.register/deregister Rust notifications made async to
prevent GenServer blocking under unavailable core; Task.yield_many
timed-out tasks killed non-blocking (unlink+demonitor+exit); type
warnings for RustClient.normalize/:ok and delete_octad/:ok corrected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c73f986 commit af892b1
23 files changed
Lines changed: 2050 additions & 6521 deletions
File tree
- .claude
- docs/papers
- elixir-orchestration
- config
- lib/verisim
- entity
- federation
- query
- test/verisim/query
- rust-core
- verisim-api/src
- verisim-octad/src
- verisim-semantic/src
- verisim-tensor
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | | - | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
This file was deleted.
0 commit comments