[SLICE 13][CORE-D] Implement resumable corpus/backfill engine with stable work IDs, checkpoints, cancellation, and idempotent resume #18
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#18
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 epic: #15
Depends on: #22 #23
Refines: #8
Goal
Implement the generic corpus/job runner that discovers durable sources, schedules bounded semantic projection work, checkpoints progress, and resumes without duplication.
Implement:
Acceptance
Kill/restart halfway through a multi-source fixture; completed units are not duplicated, pending units resume, failed units remain inspectable/retriable, unchanged rerun is mostly no-op, changed source produces new lineage, and namespace boundaries remain intact.