chore: replace all node/npm/tsx references with bun across codebase
- Source: setup/service.ts, runners.ts, agent-runner.ts error messages - Scripts: restart-stack.sh, run-migrations.ts → bun - Bootstrap: setup.sh check_node→check_bun, npm install→bun install - Docs: CLAUDE.md, README.md, all SKILL.md files - Tests: service.test.ts, restart-stack.test.ts expectations updated
This commit is contained in:
@@ -31,10 +31,10 @@ description: Verify or port the existing /compact session command in current EJC
|
||||
## 검증
|
||||
|
||||
```bash
|
||||
npm run typecheck
|
||||
npm test
|
||||
npm run build:runners
|
||||
npm run build
|
||||
bun run typecheck
|
||||
bun test
|
||||
bun run build:runners
|
||||
bun run build
|
||||
```
|
||||
|
||||
그 다음 디스코드에서 확인합니다.
|
||||
|
||||
Reference in New Issue
Block a user