mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-24 23:41:01 +02:00
The main-compatible subset of the trivial-tier audit fixes (the backfill.rs + trace_recorder.rs fixes are deferred — those files arrive with the backfill feature PR). All verified against real code: - compression: saturating_sub on bytes_saved (short inputs compress larger) - dreams stage1_replay: select most-recent-N then order, not first-N-then-sort - prediction_error: count total_evaluations in direct evaluate_with_intent branches (rates could exceed 1.0) - reconsolidation: document the (already-correct) idempotency via remove() - speculative file_memory_map: dedup + cap (was unbounded growth) - relationships: reject duplicate ids (silent overwrite corrupted the index) - github: validate owner/repo charset (raw URL-path interpolation) - redmine list_live_ids: u64 offset + wrap/page-cap guards - consolidation/phases: char-boundary-safe truncation (UTF-8 slice panic) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| vestige-core | ||
| vestige-mcp | ||