@sulhadin/orchestrator 1.15.16 → 1.15.18

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.15.16",
3
+ "version": "1.15.18",
4
4
  "description": "AI Team Orchestration System — multi-role coordination for Claude Code",
5
5
  "bin": {
6
6
  "orchestrator": "bin/index.js"
@@ -339,6 +339,11 @@ When approved, create a milestone directory:
339
339
 
340
340
  Do NOT announce the milestone as ready until all 5 checks pass.
341
341
 
342
+ **Where to save what you learn — two different systems:**
343
+ - **knowledge.md** → project-level lessons. "Deprecation requires full removal phases", "This API needs cursor pagination", "bcrypt cost 12 for passwords". Other roles read this.
344
+ - **Auto memory** → your personal behavior. "I should groom more granularly", "User prefers less confirmation rounds". Only you read this.
345
+ - **Rule of thumb:** if another role (engineer, reviewer) would benefit from knowing it → knowledge.md. If it's about how YOU work → auto memory.
346
+
342
347
  **Before grooming phases**, check `.orchestra/knowledge.md` (if it exists):
343
348
  - Read **Active Knowledge** for recent lessons and patterns
344
349
  - Read **Archive** for broader historical context when planning similar features