From 18d7b315eaa756869885aaa45f1ae8f8d75850d3 Mon Sep 17 00:00:00 2001 From: Eyejoker Date: Thu, 26 Mar 2026 19:11:41 +0900 Subject: [PATCH] chore: clean remaining nanoclaw references from skill files Update add-compact, add-voice-transcription, customize, and update-skills SKILL.md files to reference EJClaw instead of NanoClaw. Co-Authored-By: Claude Opus 4.6 --- .claude/skills/add-compact/SKILL.md | 4 ++-- .claude/skills/add-voice-transcription/SKILL.md | 2 +- .claude/skills/customize/SKILL.md | 6 +++--- .claude/skills/update-skills/SKILL.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude/skills/add-compact/SKILL.md b/.claude/skills/add-compact/SKILL.md index fa0b614..4f201a3 100644 --- a/.claude/skills/add-compact/SKILL.md +++ b/.claude/skills/add-compact/SKILL.md @@ -1,11 +1,11 @@ --- name: add-compact -description: Verify or port the existing /compact session command in current NanoClaw. +description: Verify or port the existing /compact session command in current EJClaw. --- # Add /compact Command -현재 NanoClaw에는 `/compact`가 이미 들어 있습니다. 이 스킬은 새로 브랜치를 머지하는 용도보다, 오래된 포크에 같은 기능을 옮기거나 리팩터링 뒤 동작을 검증하는 체크리스트로 씁니다. +현재 EJClaw에는 `/compact`가 이미 들어 있습니다. 이 스킬은 새로 브랜치를 머지하는 용도보다, 오래된 포크에 같은 기능을 옮기거나 리팩터링 뒤 동작을 검증하는 체크리스트로 씁니다. ## 관련 파일 diff --git a/.claude/skills/add-voice-transcription/SKILL.md b/.claude/skills/add-voice-transcription/SKILL.md index 71aed24..a010fc2 100644 --- a/.claude/skills/add-voice-transcription/SKILL.md +++ b/.claude/skills/add-voice-transcription/SKILL.md @@ -34,7 +34,7 @@ npm run setup -- --step service 등록된 디스코드 채널에 음성 메시지나 오디오 첨부를 보냅니다. 정상이라면 에이전트 입력에 전사 텍스트가 포함됩니다. ```bash -tail -f logs/nanoclaw.log | grep -iE 'transcri|audio' +tail -f logs/ejclaw.log | grep -iE 'transcri|audio' ``` 성공 신호: diff --git a/.claude/skills/customize/SKILL.md b/.claude/skills/customize/SKILL.md index a42b966..298acef 100644 --- a/.claude/skills/customize/SKILL.md +++ b/.claude/skills/customize/SKILL.md @@ -1,11 +1,11 @@ --- name: customize -description: Customize Discord-only NanoClaw behavior, routing, integrations, prompts, or commands. +description: Customize Discord-only EJClaw behavior, routing, integrations, prompts, or commands. --- -# NanoClaw Customization +# EJClaw Customization -이 스킬은 현재 디스코드 전용 NanoClaw를 기준으로 동작합니다. 새 채널 추가보다 기존 디스코드 흐름, 러너, 프롬프트, 스케줄링, 도구 연결을 직접 수정하는 쪽을 우선합니다. +이 스킬은 현재 디스코드 전용 EJClaw를 기준으로 동작합니다. 새 채널 추가보다 기존 디스코드 흐름, 러너, 프롬프트, 스케줄링, 도구 연결을 직접 수정하는 쪽을 우선합니다. ## 진행 순서 diff --git a/.claude/skills/update-skills/SKILL.md b/.claude/skills/update-skills/SKILL.md index cbbff39..f464de9 100644 --- a/.claude/skills/update-skills/SKILL.md +++ b/.claude/skills/update-skills/SKILL.md @@ -42,7 +42,7 @@ Check remotes: - `git remote -v` If `upstream` is missing: -- Ask the user for the upstream repo URL (default: `https://github.com/qwibitai/nanoclaw.git`). +- Ask the user for the upstream repo URL (default: `https://github.com/phj1081/EJClaw.git`). - `git remote add upstream ` Fetch: