@sulhadin/orchestrator 1.8.0 → 1.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sulhadin/orchestrator",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "AI Team Orchestration System — multi-role coordination for Claude Code",
5
5
  "bin": {
6
6
  "orchestrator": "bin/index.js"
@@ -158,6 +158,7 @@ Rules:
158
158
  - Breaking changes add `!` after type
159
159
  - Body explains WHY, not WHAT
160
160
  - Subject line ≤ 72 characters
161
+ - **No `Co-Authored-By` trailers** — never add co-author lines to commit messages
161
162
 
162
163
  ---
163
164
 
@@ -47,11 +47,13 @@ For each milestone (in order: in-progress first, then planning):
47
47
  ⚙️ #backend ✅ phase-1 done (feat(db): add auth tables)
48
48
 
49
49
  ⚙️ #backend ▶ phase-2: API endpoints + tests...
50
- ...
50
+ Read phase-2.md, implement, test, commit
51
+ Update phase-2.md result + context.md
51
52
  ⚙️ #backend ✅ phase-2 done (feat(auth): add login endpoint)
52
53
 
53
54
  🎨 #frontend ▶ phase-3: Login UI...
54
- ...
55
+ Read phase-3.md, implement, test, commit
56
+ Update phase-3.md result + context.md
55
57
  🎨 #frontend ✅ phase-3 done (feat(auth): add login page)
56
58
 
57
59
  🔍 #reviewer ▶ reviewing unpushed commits...