chore: doc updates

This commit is contained in:
ajspig 2026-04-13 18:12:25 -04:00
parent 173b7e2009
commit 13c23a745a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"""Config inspection command: ``honcho config show``.
Writing to ``~/.honcho/config.json`` is done only via ``honcho init``, which
manages the two CLI-owned keys (``apiKey`` + ``environment`` / ``baseUrl``).
manages the two CLI-owned keys (``apiKey`` + ``environmentUrl``).
Workspace / peer / session scoping is per-command via flags / env vars, not
persisted defaults.
"""

View File

@ -27,7 +27,7 @@ description: A terminal for Honcho — memory that reasons.
## Config
Shared with other Honcho tools at `~/.honcho/config.json`. The CLI owns only
`apiKey` and `environment` (or `baseUrl`) at the top level. Host-specific
`apiKey` and `environmentUrl` at the top level. Host-specific
entries under `hosts` are untouched.
Run `honcho init` to confirm or set those two values. Workspace / peer /