Skip to content

chore(agent): dev 스크립트 추가 및 AGENTS.md 2-pane → 1-pane 갱신 - #106

Merged
GoBeromsu merged 2 commits into
devfrom
feature/C-agent-dev-script
May 28, 2026
Merged

chore(agent): dev 스크립트 추가 및 AGENTS.md 2-pane → 1-pane 갱신#106
GoBeromsu merged 2 commits into
devfrom
feature/C-agent-dev-script

Conversation

@GoBeromsu

Copy link
Copy Markdown
Owner

Summary

  • agent/package.jsondev 스크립트 추가: tsc --watch & node --watch dist/server.js (tsx 설치 없이 POSIX & 로 1-pane 구동)
  • AGENTS.md agent 구동 섹션을 2-pane 방식(pane A: tsc --watch + pane B: node --watch)에서 npm run dev 단일 명령으로 교체
  • AGENTS.md 빠른 명령 섹션도 동일하게 동기화

사용 방법

set -a; source .env; set +a
cd agent && npm run dev
# health: curl http://127.0.0.1:8787/health

프로덕션 빌드 (기존 유지)

cd agent && npm run build && node dist/server.js

Test plan

  • cd agent && npm run dev 실행 후 tsc watch 출력 + server 기동 확인
  • curl http://127.0.0.1:8787/health 200 응답 확인
  • src 파일 변경 시 자동 재기동 확인

🤖 Generated with Claude Code

GoBeromsu and others added 2 commits May 28, 2026 22:58
- agent/package.json: \"dev\" 스크립트 추가 (tsc --watch & node --watch dist/server.js)
- AGENTS.md: agent 구동 섹션을 2-pane 방식에서 1-pane `npm run dev` 단일 명령으로 교체
- AGENTS.md 빠른 명령 섹션도 동일하게 동기화

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
클린 체크아웃 시 dist/server.js 없음 → node --watch 즉시 crash 해결
@GoBeromsu
GoBeromsu force-pushed the feature/C-agent-dev-script branch from 2b2a710 to 93e24e9 Compare May 28, 2026 13:58
@GoBeromsu
GoBeromsu merged commit 9d577c2 into dev May 28, 2026
@GoBeromsu
GoBeromsu deleted the feature/C-agent-dev-script branch May 28, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant