Basic Memory v0.21.6 first sync over the live memory dir (steward-authorized live-dir trial, Option A 2026-06-06): adds permalink: to frontmatter, refolds long YAML description lines, strips final newlines. Bodies untouched — verified via full diff classification. From this commit forward, any diff in claude/memory shows only what Basic Memory or the session writes. Trial design: MemPalace untouched as incumbent; git status check on this dir at every wrap; end-of-day evaluation (recall quality, sync robustness, rebuild-from-files, malformed-file behavior). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
67 lines
3.7 KiB
Markdown
67 lines
3.7 KiB
Markdown
---
|
|
name: Session 2026-04-04 Handoff
|
|
description: Session handoff covering Seb's Amendment 61 merge, replay status, Derrida
|
|
OCR. Superseded by v0.62.0 sessions (2026-04-07).
|
|
type: project
|
|
permalink: claude-memory/session-2026-04-04-handoff
|
|
---
|
|
|
|
## Session Handoff — 2026-04-04/05
|
|
|
|
### What happened this session
|
|
|
|
**Seb shipped Amendment 61 (Epistemic Integrity)**
|
|
- Read our amendment overnight, built the entire confidence chain: EarnedConfidence type, I-CF (confidence floor at base.ts:83), I-CC (confidence ceiling), dual bloom filter, source_classification_confidence on vector/entity/temporal, confidence-weighted recall, epistemic health reporting, regression tests
|
|
- Merged our feature branch as Amendment 60 (observation-recall coupling)
|
|
- Synthesized Amendments 58-61 into specs (batch 45 in CapableMind-AI)
|
|
- Minor fixes we applied: EntityExtractionRule missing `flags` field, seed rule count assertions (35→38)
|
|
|
|
**Buddy's replay mode fix**
|
|
- Seb's confidence floor skip during replay used `context?.mode?.startsWith('replay')` — string prefix match
|
|
- We replaced with typed boolean `context?.isReplay` on ProcessingContext interface
|
|
- Updated both ProcessingContext definitions (types/modules.ts + readiness/types.ts) and all construction sites
|
|
- Committed and pushed: `6d51ba9`
|
|
|
|
**Repair + Replay running**
|
|
- Factory repair: wiped SurrealDB (657 MB), preserved logchain (128 MB, 22,077 entries)
|
|
- Replay progressing through Amendment 61 pipeline
|
|
- Last check: fast modules (anomaly, budget, safety, security) at cursor ~1349, entity at ~124, vector at ~74
|
|
- **Temporal: 71% error rate (962 errors)** — something consistently failing
|
|
- **Preference: 100% error rate (10/10)** — completely broken during replay, likely missing schema/dependency
|
|
- Server STABLE — no SIGILL crash
|
|
- SurrealDB at 660 MB after ~1349 events processed by fast modules
|
|
- Replay throughput limited by Ollama embedding on 16 GB RAM (~5 events/hour for vector module)
|
|
|
|
**GitHub issue #87** — filed with replay findings, updated with progress. String prefix comment added.
|
|
|
|
**Derrida OCR — COMPLETE (2026-04-05)**
|
|
- `chamber-library/derrida/mal-darchive.md` — all 80 pages transcribed (1041 lines)
|
|
- All sections present: Exergue, Preambule, Avant-propos, Theses, Post-scriptum
|
|
- Ends at "Naples, 22-28 mai 1994" (final line of book)
|
|
- Source: `/Users/davidglidden/Desktop/__Desktop capture inbox-to process/Mal dArchive, Une Impression Freudien... (Z-Library).pdf`
|
|
|
|
### Open items for next session
|
|
|
|
1. ~~Continue Derrida OCR~~ — **COMPLETE** (2026-04-05). All 80 pages transcribed.
|
|
2. **Check replay status** — server should still be running. Check module cursors, error rates, SurrealDB size.
|
|
3. **Temporal 71% error rate** — needs investigation. What's failing?
|
|
4. **Preference 100% failure** — likely missing schema post-repair. Seb's territory but worth diagnosing.
|
|
5. **SurrealDB bloat** — 660 MB for ~1349 events. Growth rate unchanged. Raise with Seb if not addressed.
|
|
|
|
### Branch state
|
|
- BetterMemories.io: `main`, fully pushed (`6d51ba9`)
|
|
- CapableMind-AI: `main`, fully pushed
|
|
- No unpushed work anywhere
|
|
|
|
### Governance state
|
|
- PENDING-16 (observation-recall coupling): AUTHORIZED, MERGED (Amendment 60)
|
|
- PENDING-17 (epistemic integrity): AUTHORIZED (REVIEWED-19), SHIPPED by Seb (Amendment 61)
|
|
- Three Cluster A invariants (I-CF, I-CC, I-NF): authorized, implemented
|
|
- Constitutional position (earned confidence): authorized, in L2 preamble scope
|
|
- All amendments pushed to CapableMind-AI
|
|
|
|
### Key paths
|
|
- Derrida OCR: `~/_Dev/chamber-library/derrida/mal-darchive.md`
|
|
- BMF: `~/_Dev/BetterMemories.io/` (main branch)
|
|
- Amendments: `~/_Dev/CapableMind-AI/docs/thinking/David/amendments/`
|
|
- Session memory: this file |