fix(docs): correct autospawn args default comment #163
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/spawner-vault-hook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
COLIBRI_AUTOSPAWN_ARGS default is binary-dependent, not always
--mode json. zot uses 'rpc' (RPC mode), other harnesses use
--mode json. The code was correct (default_agent_args), the
doc comment was stale since the zot-rpc driver landed.