diff --git a/honcho-cli/src/honcho_cli/commands/config_cmd.py b/honcho-cli/src/honcho_cli/commands/config_cmd.py index 4e2a10c4..f804835a 100644 --- a/honcho-cli/src/honcho_cli/commands/config_cmd.py +++ b/honcho-cli/src/honcho_cli/commands/config_cmd.py @@ -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. """ diff --git a/honcho-cli/src/honcho_cli/skills/CONTEXT.md b/honcho-cli/src/honcho_cli/skills/CONTEXT.md index 545fefbf..1dec0301 100644 --- a/honcho-cli/src/honcho_cli/skills/CONTEXT.md +++ b/honcho-cli/src/honcho_cli/skills/CONTEXT.md @@ -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 /