CLI Architecture
The holon CLI binary is implemented by the holon-cli crate and exercises the full Holon runtime protocol surface. It shares the same holon-runtime-core::Runtime contract as the desktop application.
The holon CLI binary is implemented by the holon-cli crate and exercises the full Holon runtime protocol surface. It shares the same holon-runtime-core::Runtime contract as the desktop application.
Status: Implemented. The .NET sidecar (Holon.DesktopHost) has been removed and replaced by the in-process holon-runtime-core runtime.
This page tracks known limitations and issues across Holon surfaces. Items graduate off this page when resolved.
Holon uses the word "lane" in several distinct ways. In canonical docs, every occurrence must carry a qualifier. Unqualified "lane" is ambiguous and must not appear in docs/system/.
This page describes the system as layered runtime responsibilities.
Holon separates tool enumeration, capability discovery, and guarded execution into distinct runtime surfaces.
This page defines the canonical workflow model for Holon.