Skip to content

Commit 493bf38

Browse files
author
spawn-qa-bot
committed
refactor: remove stale ZeroClaw references from docs and code comments
1 parent 53b366e commit 493bf38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Spawn is a matrix of **agents x clouds**. Every script provisions a cloud server
55
## The Matrix
66

77
`manifest.json` is the source of truth. It tracks:
8-
- **agents** — AI agents and self-hosted AI tools (Claude Code, OpenClaw, ZeroClaw, ...)
8+
- **agents** — AI agents and self-hosted AI tools (Claude Code, OpenClaw, Codex CLI, ...)
99
- **clouds** — cloud providers to run them on (Sprite, Hetzner, ...)
1010
- **matrix** — which `cloud/agent` combinations are `"implemented"` vs `"missing"`
1111

packages/cli/src/shared/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface AgentConfig {
2424
name: string;
2525
/** Default model ID passed to configure() (no interactive prompt — override via MODEL_ID env var). */
2626
modelDefault?: string;
27-
/** Env var name for setting the model on the remote (e.g. ZEROCLAW_MODEL, LLM_MODEL). */
27+
/** Env var name for setting the model on the remote (e.g. KILOCODE_MODEL, LLM_MODEL). */
2828
modelEnvVar?: string;
2929
/** Pre-provision hook (runs before server creation, e.g., prompt for GitHub auth). */
3030
preProvision?: () => Promise<void>;

0 commit comments

Comments
 (0)