Skip to content

refactor(vm): unify host runtime lifecycle - #16

Open
fffonion wants to merge 1 commit into
masterfrom
refactor/unified-host-runtime-lifecycle
Open

refactor(vm): unify host runtime lifecycle#16
fffonion wants to merge 1 commit into
masterfrom
refactor/unified-host-runtime-lifecycle

Conversation

@fffonion

@fffonionfffonion commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Unifies operation registration, cancellation, deadlines, resource ownership, cleanup, and VM reset behavior.
  • Retains the single OperationRegistry / CancellationToken control plane.
  • Migrates IO and SQLite lifecycle ownership without introducing HTTP transport in this layer.

Stack

Verification

  • Runtime context: 24 passed
  • Runtime host: 4 passed
  • SQLite host: 19 passed
  • Workspace all-features compile and strict Clippy passed

@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from d0bfbd7 to f1613b5CompareAugust 10, 2026 23:03
@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from f1613b5 to c1e9013CompareAugust 11, 2026 12:08
@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from c1e9013 to 543f3cfCompareAugust 17, 2026 10:47
@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from 543f3cf to 66c40f0CompareAugust 17, 2026 11:21
Base automatically changed from refactor/semantic-module-graph to masterAugust 17, 2026 11:26
@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from 66c40f0 to 0f1554bCompareAugust 17, 2026 11:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fffonion