[EPIC][CORE-E] Experience + learning history: EPOCH/CITADEL candidates, evaluation evidence, promotion lifecycle, quarantine, drift, and replay #33
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/symbolic-memory#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #11
Research: prolog-rlm#404
Integrates with: prolog-rlm#377 #379 #384 #385 #386
Goal
Persist the durable half of bounded self-improvement without making Symbolic Memory the authority that decides promotion.
Own durable records for:
generation,selection,validation,audit,post_admission);Prolog-RLM/EPOCH/CITADEL owns whether a candidate is actually promotable. This repository stores the evidence, decisions, lineage, indexes, and query surfaces.
Hard invariants
Acceptance
Persist/restart/query an experience → candidate → independent evaluation → admitted object → drift → suspension → superseding candidate chain with exact provenance and no authority widening; historical replay resolves the exact object version originally used.
MACHINE-SPIRIT #404D / CLOCKWORK-EPOCH durable learning contract
Depth 7 is now design-complete upstream. CORE-E should persist CLOCKWORK as an append-only learning ledger plus rebuildable indexes, not current mutable
candidate/admittedrows.Canonical durable objects/events should cover experiences, candidates, direct evidence-use/dependence edges, LACs/attestations, immutable EvaluationSnapshots, evaluation observations, counterexample receipts, promotion decisions/events, transfer assessments and drift/calibration events.
Derived/rebuildable state includes current lifecycle status, exposure/dependence closures, validation eligibility, transfer caches and strategy summaries.
Key transition invariant:
If any dependency changed, persist/return
stale_evaluationor conflict; never silently admit. A later source retraction/drift event may suspend a historically valid admission without rewriting the historical admission away.Prolog-RLM owns candidate-kind evaluation/promotion semantics; Symbolic Memory owns persistence, indexes, lifecycle CAS/idempotency, replay and failure injection. Refs prolog-rlm#397/#404 and #33-#36/#43.