ExecutionPlane.Process.Transport.Subprocess.State (execution_plane v0.1.0)

Copy Markdown View Source

Internal state schema for the subprocess transport coordinator.

The GenServer is intentionally a coordinator. This module owns the state shape and groups fields by responsibility:

  • process identity and surface metadata;
  • subscriber/event delivery;
  • stdout/stderr framing and overflow recovery;
  • pending request tasks;
  • lifecycle timers and startup options;
  • stdin/stdout/interrupt runtime configuration.

Phase 41 owns moving long-line spool file I/O behind its own boundary.