You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFK. Start only after every issue in Blocked by is merged, required CI is green for the resulting dev SHA, and the worktree is created from a freshly fetched origin/dev.
Outcome
Host isolated native clusters and bounded restart recovery in one authenticated local daemon after the production backend is certified.
Authoritative contracts/current state
#692 is narrowed to discovery/authenticated loopback hosting. #774 composes the production backend and #693 certifies it; #678 supplies durable watch and concrete drivers/credentials supply standalone execution.
Owned scope
Maintain one bounded LedgerStore profile catalog with paginated cluster/create, cluster/open, and cluster/list product-control methods; route graph/lifecycle methods through one-cluster dispatchers.
Compose one shared fair scheduler/runtime/driver-pool lifetime with per-cluster ledger/coordinator/backend isolation and route-specific authorization.
Fold persisted clusters at startup and reconcile active dispatch only through ExecutionRuntime::inspect; keep inactive clusters lazy and reject ambiguous/corrupt catalog entries.
Implement the five-minute idle-exit predicate and graceful release of listener, stores, drivers, runtime, and scheduler without deleting cluster history.
No PID, locator, process, or provider session is treated as durable lifecycle truth.
One cluster failure/cancellation/slow watcher cannot block or corrupt another.
No export route, CLI behavior, Node fallback, global event bus, or second ledger is introduced.
Verification
cargo test -p zeroshot-rust --test daemon_host
cargo test -p zeroshot-rust --test daemon_recovery
cargo test -p zeroshot-rust --test daemon_idle_exit
cargo test -p zeroshot-rust --test architecture
npm run rust:check
npm run protocol:check
npm run typecheck
npm run lint
npm run test:unit
opcore check --changed
Every named focused target is an issue-owned deliverable and must execute non-zero tests before the common gates.
Parent
Execution
AFK. Start only after every issue in Blocked by is merged, required CI is green for the resulting
devSHA, and the worktree is created from a freshly fetchedorigin/dev.Outcome
Host isolated native clusters and bounded restart recovery in one authenticated local daemon after the production backend is certified.
Authoritative contracts/current state
#692 is narrowed to discovery/authenticated loopback hosting. #774 composes the production backend and #693 certifies it; #678 supplies durable watch and concrete drivers/credentials supply standalone execution.
Owned scope
LedgerStoreprofile catalog with paginatedcluster/create,cluster/open, andcluster/listproduct-control methods; route graph/lifecycle methods through one-cluster dispatchers.ExecutionRuntime::inspect; keep inactive clusters lazy and reject ambiguous/corrupt catalog entries.Acceptance criteria
Verification
Every named focused target is an issue-owned deliverable and must execute non-zero tests before the common gates.
Non-goals
Blocked by
Unblocks