migrate-service-ipc

Migrate service/ipc.rs handle_spawn to plan_spawn

Metadata

Statusdone
Assignedagent-155
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Created2026-04-26T20:27:24.908509726+00:00
Started2026-04-26T22:44:13.140168982+00:00
Completed2026-04-26T23:01:57.905733570+00:00
Tagseval-scheduled
Tokens0 in / 0 out

Description

Description

Migrate src/commands/service/ipc.rs handle_spawn (IPC spawn entry) to call workgraph::dispatch::plan_spawn() for executor/model/endpoint resolution.

File scope: src/commands/service/ipc.rs only.

Implement directly — do not decompose further.

Validation

  • handle_spawn calls plan_spawn for executor/model/endpoint
  • Provenance log line emitted on every IPC-driven spawn
  • cargo build + cargo test pass with no regressions

Depends on

Required by

Log