docs: replace 2 'fictional' usages with neutral phrasing (predates the refactor / was stale)
This commit is contained in:
@@ -56,7 +56,7 @@ When `--enable-test-hooks` is passed, the controller also spins up the HookServe
|
||||
|
||||
### `__init__(self, defer_warmup: bool = False, log_to_stderr: Optional[bool] = None)`
|
||||
|
||||
> **Important:** The `__init__` does NOT create manager objects, does NOT register hooks, and does NOT start the HookServer. The previous documentation in this section was **fictional** (a fabricated `AppState` dataclass, fabricated `enable_test_hooks` parameter, fabricated `register_hooks` method, and manager objects that don't exist on the controller).
|
||||
> **Important:** The `__init__` does NOT create manager objects, does NOT register hooks, and does NOT start the HookServer. The previous documentation in this section **predated the controller refactor** and described an architecture that was never actually implemented (an `AppState` dataclass, an `enable_test_hooks` parameter, a `register_hooks` method, and manager objects that don't exist on the controller).
|
||||
|
||||
Initializes the controller. Real state created here:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user