Skip to content

Commit 0f70c6a

Browse files
ziggyclaude
andcommitted
Rename agent process names from nanoclaw to ghostclaw in logs
Process names in logs now show ghostclaw-{group}-{timestamp} instead of nanoclaw-{group}-{timestamp}. Internal env vars and .nanoclaw/ state dir kept for NanoClaw ecosystem compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 260f247 commit 0f70c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/container-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export async function runContainerAgent(
166166
const agentEntrypoint = getAgentRunnerEntrypoint();
167167

168168
const safeName = group.folder.replace(/[^a-zA-Z0-9-]/g, '-');
169-
const processName = `nanoclaw-${safeName}-${Date.now()}`;
169+
const processName = `ghostclaw-${safeName}-${Date.now()}`;
170170

171171
// Global memory directory
172172
const globalDir = path.join(GROUPS_DIR, 'global');

0 commit comments

Comments
 (0)