Operations
How the system is run and observed — serving, configuration, logs.
Membership test: does this page describe how the system is run and observed — serving, configuration, logging, code-freshness? If not, it belongs in a sibling group or stays flat at design-docs/ root.
ADR fields covered: server + observability.
JobScheduler
Queue, measured resource admission (VRAM + RAM), reservation decay, calibration store, setsid spawn/reap
Server Mode
BaseServer, ServerApp, manifest, lifecycle, parallelism gate
LLM/VLM Configuration System
Multi-provider profiles, env vars, CLI, per-node selection + usage hook
Execution Logs
Two-layer logging — executor exterior + node interior, JSONL, per-node usage hook
Reload & Code Freshness
How a run loads the code you edited — re-import, watchers, cold eval subprocess, active-workspace overlay