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 <noreply@anthropic.com>
This commit is contained in:
@@ -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`가 이미 들어 있습니다. 이 스킬은 새로 브랜치를 머지하는 용도보다, 오래된 포크에 같은 기능을 옮기거나 리팩터링 뒤 동작을 검증하는 체크리스트로 씁니다.
|
||||
|
||||
## 관련 파일
|
||||
|
||||
|
||||
@@ -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'
|
||||
```
|
||||
|
||||
성공 신호:
|
||||
|
||||
@@ -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를 기준으로 동작합니다. 새 채널 추가보다 기존 디스코드 흐름, 러너, 프롬프트, 스케줄링, 도구 연결을 직접 수정하는 쪽을 우선합니다.
|
||||
|
||||
## 진행 순서
|
||||
|
||||
|
||||
@@ -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 <url>`
|
||||
|
||||
Fetch:
|
||||
|
||||
Reference in New Issue
Block a user