@elyun/bylane 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CLAUDE.md +2 -1
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -45,6 +45,7 @@ node -e "import('./src/config.js').then(({loadConfig,getAgentModel})=>{const c=l
45
45
  orchestrator → issue-agent → code-agent → test-agent → commit-agent
46
46
  → pr-agent → review-agent → respond-agent → notify-agent
47
47
 
48
+ analyze-agent (독립: 프로젝트 분석 → .claude/instructions/ 생성)
48
49
  review-loop (독립: 5분 주기 review 요청 감지)
49
50
  respond-loop (독립: 5분 주기 리뷰 코멘트 감지)
50
51
  ```
@@ -71,7 +72,7 @@ respond-loop (독립: 5분 주기 리뷰 코멘트 감지)
71
72
  ## 에이전트 모델 설정
72
73
 
73
74
  `config.models` 객체에서 에이전트별 모델 지정. `getAgentModel(config, agentName)`으로 조회.
74
- 기본값: orchestrator/issue-agent/respond-agent → opus-4-6, code-agent/review-agent → sonnet-4-6, 나머지 → haiku-4-5.
75
+ 기본값: orchestrator/issue-agent/respond-agent/analyze-agent → opus-4-6, code-agent/review-agent → sonnet-4-6, 나머지 → haiku-4-5.
75
76
 
76
77
  ## 브랜치 네이밍 토큰
77
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyun/bylane",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Frontend development harness for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {