@sulhadin/orchestrator 1.15.1 → 1.15.2
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.md +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,20 +70,6 @@ You: #start
|
|
|
70
70
|
|
|
71
71
|
Close the terminal, reopen, type `#start` — it resumes from where it left off.
|
|
72
72
|
|
|
73
|
-
## Key Features
|
|
74
|
-
|
|
75
|
-
| Feature | What it does |
|
|
76
|
-
|---------|-------------|
|
|
77
|
-
| **Fast Track** | `quick/standard/full` pipeline complexity — skip unnecessary steps for simple work |
|
|
78
|
-
| **Verification Gate** | Tests + lint must pass before every commit — broken code can't be committed |
|
|
79
|
-
| **Skills** | Domain checklists (auth, CRUD, deploy) assigned to phases |
|
|
80
|
-
| **Blueprints** | Project templates — `#blueprint saas-starter` creates 5 milestones instantly |
|
|
81
|
-
| **Hotfix** | `#hotfix {desc}` — implement, verify, commit, push in one command |
|
|
82
|
-
| **Learning** | knowledge.md accumulates decisions and lessons across milestones |
|
|
83
|
-
| **Parallel Phases** | Independent phases run simultaneously via `depends_on` |
|
|
84
|
-
| **Stuck Detection** | Detects infinite loops, escalates to user |
|
|
85
|
-
| **Retrospective** | 5-line auto-summary after each milestone |
|
|
86
|
-
|
|
87
73
|
## Commands
|
|
88
74
|
|
|
89
75
|
| Command | Where | What it does |
|