chore: rebrand runtime and docs to EJClaw
This commit is contained in:
@@ -7,7 +7,7 @@ export function emitStatus(
|
||||
step: string,
|
||||
fields: Record<string, string | number | boolean>,
|
||||
): void {
|
||||
const lines = [`=== NANOCLAW SETUP: ${step} ===`];
|
||||
const lines = [`=== EJCLAW SETUP: ${step} ===`];
|
||||
for (const [key, value] of Object.entries(fields)) {
|
||||
lines.push(`${key}: ${value}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user