Rebrand NanoClaw to EJClaw

This commit is contained in:
Eyejoker
2026-03-19 03:31:41 +09:00
parent 29b78fc286
commit f2ad1331a9
44 changed files with 564 additions and 535 deletions

View File

@@ -26,7 +26,7 @@ function parseArgs(args: string[]): { empty: boolean; json: string } {
export async function run(args: string[]): Promise<void> {
const { empty, json } = parseArgs(args);
const homeDir = os.homedir();
const configDir = path.join(homeDir, '.config', 'nanoclaw');
const configDir = path.join(homeDir, '.config', 'ejclaw');
const configFile = path.join(configDir, 'mount-allowlist.json');
if (isRoot()) {