hackmoded bootstrap: service lifecycle, local control boundary, and deterministic drain #26
Labels
No labels
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/hackmode#26
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
Outcome
Add the smallest Hackmode-owned daemon/bootstrap surface needed for one continuously running runtime owner. This slice does not yet migrate every actor family.
Scope
hackmoded;starting,ready,draining,stopped,failed;Local control contract
Prefer a narrow typed local protocol over clients loading/starting their own actor systems. The protocol must be able to expose at least:
Do not make the transport itself canonical business state. Unix socket/local IPC is acceptable if it cleanly maps typed protocol values; same-image callers may use the same Common Lisp protocol directly.
Drain semantics
Shutdown sequence must be explicit and testable:
draining;RED-first tests
Fence
No direct database internals, no StarIntel product work, no replacement scheduler, and no client-owned actor-system lifecycle.
Dependencies
This can define the Hackmode-facing contract before every StarLang production primitive is final, but the normal production implementation must use the StarLang runtime boundary established by #150 rather than entrenching a second Hackmode-only runtime.