buildcrew 1.2.1 → 1.3.1

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.
package/README.ko.md CHANGED
@@ -17,10 +17,10 @@ AI 코딩 에이전트는 강력하지만 구조 없이는 일관성 없는 결
17
17
  - **팀** — 11개 전문 에이전트 (5 opus + 6 sonnet)
18
18
  - **프로세스** — 품질 게이트와 반복을 갖춘 순차 파이프라인
19
19
  - **하네스** — 코드베이스에서 자동 감지한 프로젝트 컨텍스트
20
- - **오케스트레이터** — `@constitution`에게 말하면 자동으로 적절한 에이전트 배치
20
+ - **오케스트레이터** — `@buildcrew`에게 말하면 자동으로 적절한 에이전트 배치
21
21
 
22
22
  ```
23
- 나: @constitution 유저 인증 추가해줘
23
+ 나: @buildcrew 유저 인증 추가해줘
24
24
  크루: 기획자 → 디자이너 → 개발자 → QA → 브라우저 QA → 리뷰어 → 배포
25
25
  ```
26
26
 
@@ -41,7 +41,7 @@ npx buildcrew init
41
41
  code .claude/harness/
42
42
 
43
43
  # 4. 사용
44
- @constitution 유저 대시보드 추가해줘
44
+ @buildcrew 유저 대시보드 추가해줘
45
45
  ```
46
46
 
47
47
  ---
@@ -148,7 +148,7 @@ echo "# 메모" > .claude/harness/내메모.md # 직접 생성도 가능
148
148
 
149
149
  ## 9가지 운영 모드
150
150
 
151
- `@constitution`에게 자연스럽게 말하세요. 모드를 자동 감지합니다.
151
+ `@buildcrew`에게 자연스럽게 말하세요. 모드를 자동 감지합니다.
152
152
 
153
153
  | 모드 | 예시 | 파이프라인 |
154
154
  |------|------|----------|
package/README.md CHANGED
@@ -17,10 +17,10 @@ AI coding agents are powerful, but without structure they produce inconsistent r
17
17
  - **A team** — 11 specialized agents (5 opus + 6 sonnet), each with a clear role
18
18
  - **A process** — sequential pipeline with quality gates and iteration
19
19
  - **A harness** — your project context auto-detected from your codebase
20
- - **An orchestrator** — just talk to `@constitution`, it routes automatically
20
+ - **An orchestrator** — just talk to `@buildcrew`, it routes automatically
21
21
 
22
22
  ```
23
- You: @constitution Add user authentication
23
+ You: @buildcrew Add user authentication
24
24
  Crew: Planner → Designer → Developer → QA → Browser QA → Reviewer → Ship
25
25
  ```
26
26
 
@@ -41,7 +41,7 @@ npx buildcrew init
41
41
  code .claude/harness/
42
42
 
43
43
  # 4. Start working
44
- @constitution Add user dashboard
44
+ @buildcrew Add user dashboard
45
45
  ```
46
46
 
47
47
  ---
@@ -148,7 +148,7 @@ echo "# Notes" > .claude/harness/my-notes.md # Or create your own
148
148
 
149
149
  ## 9 Operating Modes
150
150
 
151
- Talk to `@constitution` naturally. It auto-detects the mode.
151
+ Talk to `@buildcrew` naturally. It auto-detects the mode.
152
152
 
153
153
  | Mode | Example | Pipeline |
154
154
  |------|---------|----------|
@@ -164,7 +164,7 @@ Talk to `@constitution` naturally. It auto-detects the mode.
164
164
 
165
165
  ### Mode chaining
166
166
 
167
- Constitution auto-suggests the next mode:
167
+ Auto-suggests the next mode:
168
168
  - Feature complete → Ship → Canary
169
169
  - Canary CRITICAL → Debug
170
170
 
@@ -225,7 +225,7 @@ claude mcp add playwright -- npx @anthropic-ai/mcp-server-playwright
225
225
  ## Architecture
226
226
 
227
227
  ```
228
- @constitution (orchestrator, opus)
228
+ @buildcrew (orchestrator, opus)
229
229
 
230
230
  ├─ reads .claude/harness/*.md
231
231
  ├─ detects mode from user message
@@ -1,6 +1,6 @@
1
1
  ---
2
- name: constitution
3
- description: Team constitution - orchestrates 11 specialized agents across 9 operating modes (feature, audit, browser QA, security, debug, health, canary, review, ship)
2
+ name: buildcrew
3
+ description: Team lead - orchestrates 11 specialized agents across 9 operating modes (feature, audit, browser QA, security, debug, health, canary, review, ship)
4
4
  model: opus
5
5
  tools:
6
6
  - Agent
@@ -15,7 +15,7 @@ tools:
15
15
  - TaskList
16
16
  ---
17
17
 
18
- # Team Constitution
18
+ # Team Lead
19
19
 
20
20
  You are the **Team Lead** who orchestrates 11 specialized agents to deliver high-quality results through a sequential pipeline with iterative refinement.
21
21
 
@@ -95,8 +95,8 @@ Single feature request → full pipeline → ship.
95
95
 
96
96
  **Trigger**: Any specific feature request.
97
97
  ```
98
- @constitution Add dark mode toggle, 2 iterations
99
- @constitution Implement user dashboard
98
+ @buildcrew Add dark mode toggle, 2 iterations
99
+ @buildcrew Implement user dashboard
100
100
  ```
101
101
 
102
102
  ### Mode 2: Project Audit Mode
@@ -104,7 +104,7 @@ Scan entire project → discover issues → prioritize → fix iteratively.
104
104
 
105
105
  **Trigger**: "project audit", "full scan", "전체 점검".
106
106
  ```
107
- @constitution full project audit, 2 iterations
107
+ @buildcrew full project audit, 2 iterations
108
108
  ```
109
109
 
110
110
  ### Mode 3: Browser QA Mode
@@ -112,7 +112,7 @@ Test the running application in a real browser — user flows, responsive, acces
112
112
 
113
113
  **Trigger**: "browser test", "browser qa", "UI test".
114
114
  ```
115
- @constitution browser qa http://localhost:3000, exhaustive
115
+ @buildcrew browser qa http://localhost:3000, exhaustive
116
116
  ```
117
117
 
118
118
  ### Mode 4: Security Audit Mode
@@ -120,7 +120,7 @@ Comprehensive security assessment — OWASP, STRIDE, secrets, dependencies.
120
120
 
121
121
  **Trigger**: "security audit", "security check", "vulnerability scan".
122
122
  ```
123
- @constitution security audit, comprehensive
123
+ @buildcrew security audit, comprehensive
124
124
  ```
125
125
 
126
126
  ### Mode 5: Debug Mode
@@ -128,7 +128,7 @@ Systematic root cause investigation for a specific bug.
128
128
 
129
129
  **Trigger**: "debug", "investigate", "why is this broken".
130
130
  ```
131
- @constitution debug: users can't login after latest deploy
131
+ @buildcrew debug: users can't login after latest deploy
132
132
  ```
133
133
 
134
134
  ### Mode 6: Health Check Mode
@@ -136,7 +136,7 @@ Run all quality tools and produce a health score dashboard.
136
136
 
137
137
  **Trigger**: "health check", "code health", "quality score".
138
138
  ```
139
- @constitution health check
139
+ @buildcrew health check
140
140
  ```
141
141
 
142
142
  ### Mode 7: Canary Mode
@@ -144,7 +144,7 @@ Post-deploy production monitoring — verify the live site is healthy.
144
144
 
145
145
  **Trigger**: "canary", "production check", "post-deploy check".
146
146
  ```
147
- @constitution canary https://myapp.com
147
+ @buildcrew canary https://myapp.com
148
148
  ```
149
149
 
150
150
  ### Mode 8: Review Mode
@@ -152,7 +152,7 @@ Multi-specialist code review on current branch diff.
152
152
 
153
153
  **Trigger**: "review", "code review", "PR review".
154
154
  ```
155
- @constitution code review
155
+ @buildcrew code review
156
156
  ```
157
157
 
158
158
  ### Mode 9: Ship Mode
@@ -160,7 +160,7 @@ Automated release — test, version, changelog, push, PR.
160
160
 
161
161
  **Trigger**: "ship", "release", "create PR".
162
162
  ```
163
- @constitution ship this feature
163
+ @buildcrew ship this feature
164
164
  ```
165
165
 
166
166
  ---
@@ -442,7 +442,7 @@ Output: `.claude/pipeline/project-audit/00-backlog.md` with prioritized issue li
442
442
 
443
443
  ### Custom Iterations
444
444
  ```
445
- @constitution [task], N iterations
445
+ @buildcrew [task], N iterations
446
446
  ```
447
447
 
448
448
  ### Stopping Conditions
package/agents/planner.md CHANGED
@@ -232,7 +232,7 @@ Write to `.claude/pipeline/{feature-name}/01-plan.md`:
232
232
 
233
233
  # Mode 2: Project Discovery
234
234
 
235
- Triggered when constitution sends a project-wide audit request.
235
+ Triggered when buildcrew sends a project-wide audit request.
236
236
 
237
237
  ## Process
238
238
 
package/bin/setup.js CHANGED
@@ -374,6 +374,18 @@ async function runInstall(force) {
374
374
  log(`\n ${BOLD}buildcrew${RESET} v${VERSION}\n ${DIM}11 AI agents for Claude Code${RESET}\n`);
375
375
 
376
376
  await mkdir(TARGET_DIR, { recursive: true });
377
+
378
+ // Migrate: remove renamed agents from previous versions
379
+ const deprecated = ["constitution.md"];
380
+ for (const old of deprecated) {
381
+ const oldPath = join(TARGET_DIR, old);
382
+ if (await exists(oldPath)) {
383
+ const { unlink } = await import("fs/promises");
384
+ await unlink(oldPath);
385
+ log(` ${YELLOW} ✕ ${RESET} ${old} ${DIM}(renamed → buildcrew.md)${RESET}`);
386
+ }
387
+ }
388
+
377
389
  let installed = 0, skipped = 0;
378
390
 
379
391
  for (const file of files) {
@@ -392,7 +404,7 @@ async function runInstall(force) {
392
404
  log(` ${CYAN}Next:${RESET} ${BOLD}npx buildcrew init${RESET} — auto-generates project harness from your codebase.\n`);
393
405
  }
394
406
 
395
- log(` ${BOLD}Start:${RESET} @constitution [your request]\n`);
407
+ log(` ${BOLD}Start:${RESET} @buildcrew [your request]\n`);
396
408
  }
397
409
 
398
410
  // ─── List / Uninstall ───
@@ -406,7 +418,7 @@ async function runList() {
406
418
  const desc = (content.match(/^description:\s*(.+)$/m) || [])[1] || "";
407
419
  const model = (content.match(/^model:\s*(.+)$/m) || [])[1] || "sonnet";
408
420
  const modelTag = model === "opus" ? `${MAGENTA}opus${RESET}` : `${DIM}sonnet${RESET}`;
409
- log(` ${name === "constitution" ? BOLD : ""}${name.padEnd(20)}${RESET} ${modelTag} ${DIM}${desc.slice(0, 55)}${RESET}`);
421
+ log(` ${name === "buildcrew" ? BOLD : ""}${name.padEnd(20)}${RESET} ${modelTag} ${DIM}${desc.slice(0, 55)}${RESET}`);
410
422
  }
411
423
  log("");
412
424
  }
@@ -453,7 +465,7 @@ async function main() {
453
465
  ${GREEN}1.${RESET} npx buildcrew ${DIM}Install agents${RESET}
454
466
  ${GREEN}2.${RESET} npx buildcrew init ${DIM}Auto-generate harness from codebase${RESET}
455
467
  ${GREEN}3.${RESET} Edit .claude/harness/ ${DIM}Customize (replace <!-- comments -->)${RESET}
456
- ${GREEN}4.${RESET} @constitution [task] ${DIM}Start working${RESET}
468
+ ${GREEN}4.${RESET} @buildcrew [task] ${DIM}Start working${RESET}
457
469
 
458
470
  ${BOLD}More info:${RESET} https://github.com/z1nun/buildcrew
459
471
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildcrew",
3
- "version": "1.2.1",
3
+ "version": "1.3.1",
4
4
  "description": "11 AI agents for Claude Code — auto-orchestrated dev team with 9 operating modes",
5
5
  "homepage": "https://buildcrew-landing.vercel.app",
6
6
  "author": "z1nun",