refactor(orchestrator): rename in-guest core Orchestrator -> OrchestratorCore
Free the `Orchestrator` name for the incoming host-side control-plane service ABC (parallel to `Gateway`). The in-guest control-plane core (registry + broker, in orchestrator/service.py) becomes `OrchestratorCore`; server.py, __main__.py, the lazy facade, and the two service/server tests updated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,7 @@ STATUSES: tuple[str, ...] = (STATUS_APPROVED, STATUS_MODIFIED, STATUS_REJECTED)
|
||||
# proposal has no operator decision yet (`PENDING`) or no queued proposal with
|
||||
# that id exists for the calling bottle (`UNKNOWN`). They are never a
|
||||
# `Response.status` — only the poll wire contract (see
|
||||
# `Orchestrator.supervise_poll_response`) — so they are deliberately outside
|
||||
# `OrchestratorCore.supervise_poll_response`) — so they are deliberately outside
|
||||
# `STATUSES`.
|
||||
POLL_STATUS_PENDING = "pending"
|
||||
POLL_STATUS_UNKNOWN = "unknown"
|
||||
|
||||
Reference in New Issue
Block a user