Relay current process output without spool

This commit is contained in:
npc0-hue
2026-08-31 23:35:14 +08:00
parent cde99e19fa
commit c8f5213954
9 changed files with 239 additions and 90 deletions
+3 -1
View File
@@ -29,4 +29,6 @@ Control is the lightweight high-priority channel between run and platform.
## Deferred Channels
Durable log ingest, artifact chunk transfer, and the optional game client bridge remain separate channels. The job channel is separate from control and uses `/api/v1/run/jobs/*` routes.
Live log relay, artifact chunk transfer, and the optional game client bridge
remain separate channels. The job channel is separate from control and uses
`/api/v1/run/jobs/*` routes.