delegate-team 2.4.0 → 2.5.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.
- package/README.md +41 -53
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -11,45 +11,12 @@
|
|
|
11
11
|
**Waza `/think` → unslop audit → superpowers writing-plans →**
|
|
12
12
|
**autoresearch | `/delegate-team` | `/mavis-team` → Waza `/check` → quality-guard → SHIP**
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
[](https://www.npmjs.com/package/delegate-team)
|
|
21
|
-
|
|
22
|
-
### 🧬 Status
|
|
23
|
-
|
|
24
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/releases/latest)
|
|
25
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/releases)
|
|
26
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/blob/master/LICENSE)
|
|
27
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/commits/master)
|
|
28
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/compare/v2.3.0...master)
|
|
29
|
-
|
|
30
|
-
### 🛡️ Quality
|
|
31
|
-
|
|
32
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/ci.yml)
|
|
33
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/npm-publish.yml)
|
|
34
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/release.yml)
|
|
35
|
-
|
|
36
|
-
### 🌐 Ecosystem
|
|
37
|
-
|
|
38
|
-
[](https://skills.sh/imMamdouhaboammar/delegate-team)
|
|
39
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/stargazers)
|
|
40
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/issues)
|
|
41
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/pulls)
|
|
42
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/graphs/contributors)
|
|
43
|
-
[](https://github.com/imMamdouhaboammar/delegate-team)
|
|
44
|
-
[](https://github.com/imMamdouhaboammar/delegate-team)
|
|
45
|
-
|
|
46
|
-
### ⚙️ Stack
|
|
47
|
-
|
|
48
|
-
[](https://nodejs.org)
|
|
49
|
-
[](https://www.typescriptlang.org)
|
|
50
|
-
[](https://python.org)
|
|
51
|
-
[](https://www.gnu.org/software/bash)
|
|
52
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/blob/master/LICENSE)
|
|
14
|
+
[](https://www.npmjs.com/package/delegate-team)
|
|
15
|
+
[](./LICENSE)
|
|
16
|
+
[](https://github.com/imMamdouhaboammar/delegate-team/stargazers)
|
|
17
|
+
[](https://github.com/imMamdouhaboammar/delegate-team/commits/master)
|
|
18
|
+
[](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/ci.yml)
|
|
19
|
+
[](./LICENSE)
|
|
53
20
|
|
|
54
21
|
</div>
|
|
55
22
|
|
|
@@ -74,15 +41,6 @@ type one command and let the supersystem decide:
|
|
|
74
41
|
| Each agent works alone | 8 specialized agents (Atlas / Forge / Scout / Oracle / Librarian / Reviewer / Visionary / Sentinel) collaborate |
|
|
75
42
|
| "Best practice" depends on which LLM answered | Methodology encoded as skills: superpowers · Waza · unslop-preflight · autoresearch |
|
|
76
43
|
|
|
77
|
-
**Sounds good? Try it:**
|
|
78
|
-
|
|
79
|
-
```bash
|
|
80
|
-
git clone https://github.com/imMamdouhaboammar/delegate-team
|
|
81
|
-
cd delegate-team
|
|
82
|
-
./install.sh --all
|
|
83
|
-
./install.sh --verify # sanity check
|
|
84
|
-
```
|
|
85
|
-
|
|
86
44
|
---
|
|
87
45
|
|
|
88
46
|
## 📦 Quick install
|
|
@@ -91,10 +49,13 @@ cd delegate-team
|
|
|
91
49
|
|
|
92
50
|
### Path A — npm (the fastest — just the `dt` CLI)
|
|
93
51
|
|
|
52
|
+
[](https://bundlephobia.com/package/delegate-team)
|
|
53
|
+
[](https://www.npmjs.com/package/delegate-team)
|
|
54
|
+
|
|
94
55
|
```bash
|
|
95
56
|
# Global install (preferred for a CLI on your PATH)
|
|
96
57
|
npm install -g delegate-team
|
|
97
|
-
dt --version # → 2.
|
|
58
|
+
dt --version # → 2.4.0
|
|
98
59
|
dt run "<task>"
|
|
99
60
|
|
|
100
61
|
# Or run without installing
|
|
@@ -301,6 +262,13 @@ python3 ~/.mavis/agents/mavis/multi-agent/spawn-team.py --atlas
|
|
|
301
262
|
└────────────────────────────────────┘
|
|
302
263
|
```
|
|
303
264
|
|
|
265
|
+
### Runtime compatibility
|
|
266
|
+
|
|
267
|
+
[](https://nodejs.org)
|
|
268
|
+
[](https://www.typescriptlang.org)
|
|
269
|
+
[](https://python.org)
|
|
270
|
+
[](https://www.gnu.org/software/bash)
|
|
271
|
+
|
|
304
272
|
---
|
|
305
273
|
|
|
306
274
|
## ❓ Why not just use...?
|
|
@@ -320,7 +288,7 @@ python3 ~/.mavis/agents/mavis/multi-agent/spawn-team.py --atlas
|
|
|
320
288
|
| Doc | What's inside |
|
|
321
289
|
|---|---|
|
|
322
290
|
| [`INSTALL.md`](./INSTALL.md) | Full installation guide + verification matrix |
|
|
323
|
-
| [`CHANGELOG.md`](./CHANGELOG.md) | v1 → v2 → v2.1 release notes |
|
|
291
|
+
| [`CHANGELOG.md`](./CHANGELOG.md) | v1 → v2 → v2.1 → v2.4 release notes |
|
|
324
292
|
| [`DT.md`](./DT.md) | Original `dt` CLI specifics (gateway internals) |
|
|
325
293
|
| [`orchestrator/README.md`](./orchestrator/README.md) | `/mavis-ship` details |
|
|
326
294
|
| [`scaffolder/README.md`](./scaffolder/README.md) | `mavis-skill-scaffold` reference |
|
|
@@ -336,6 +304,12 @@ python3 ~/.mavis/agents/mavis/multi-agent/spawn-team.py --atlas
|
|
|
336
304
|
|
|
337
305
|
## 🤝 Contributing
|
|
338
306
|
|
|
307
|
+
[](https://github.com/imMamdouhaboammar/delegate-team/issues)
|
|
308
|
+
[](https://github.com/imMamdouhaboammar/delegate-team/pulls)
|
|
309
|
+
[](https://github.com/imMamdouhaboammar/delegate-team/graphs/contributors)
|
|
310
|
+
[](https://github.com/imMamdouhaboammar/delegate-team)
|
|
311
|
+
[](https://github.com/imMamdouhaboammar/delegate-team)
|
|
312
|
+
|
|
339
313
|
1. **Fork** and **clone** the repo.
|
|
340
314
|
2. **Read** [`AGENTS.md`](./AGENTS.md) — repo conventions live here.
|
|
341
315
|
3. **Make a feature branch**: `git switch -c feat/your-change`
|
|
@@ -362,14 +336,28 @@ mavis-skill-scaffold --name my-new-skill --description "..." --type workflow
|
|
|
362
336
|
|
|
363
337
|
---
|
|
364
338
|
|
|
339
|
+
## 📊 Project health
|
|
340
|
+
|
|
341
|
+
Continuous integration, automated release, npm distribution.
|
|
342
|
+
|
|
343
|
+
| Workflow | Status | Purpose |
|
|
344
|
+
|---|---|---|
|
|
345
|
+
| **CI** (`.github/workflows/ci.yml`) | [](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/ci.yml) | TypeScript build across Node 18/20/22 + python syntax + manifests + orchestrate.sh routing matrix |
|
|
346
|
+
| **npm publish** (`.github/workflows/npm-publish.yml`) | [](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/npm-publish.yml) | Auto-publishes to npm on every `v*` tag with OIDC provenance |
|
|
347
|
+
| **Release** (`.github/workflows/release.yml`) | [](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/release.yml) | Auto-creates GitHub Release with categorized notes + tarball |
|
|
348
|
+
|
|
349
|
+
---
|
|
350
|
+
|
|
365
351
|
## 🛣️ Roadmap
|
|
366
352
|
|
|
367
353
|
- [x] **v2.0.0** — supersystem release (`/mavis-ship` + scaffolder + MMAS + integrations)
|
|
368
354
|
- [x] **v2.1.0** — Skills.sh + Claude Code marketplace compatibility
|
|
369
|
-
- [x] **v2.1.1** — orchestrate.sh regex routing fixes (BUILD/
|
|
370
|
-
- [
|
|
355
|
+
- [x] **v2.1.1** — orchestrate.sh regex routing fixes (BUILD/PUBLISH rule)
|
|
356
|
+
- [x] **v2.2.0** — Polished README + expanded CI for badge coverage
|
|
357
|
+
- [x] **v2.3.0** — npm package live + auto-publish GitHub Action
|
|
358
|
+
- [x] **v2.4.0** — Polished 23-badge README layout (now distributed, slim style)
|
|
359
|
+
- [ ] **v2.5.0** — ATLAS web UI for non-CLI users
|
|
371
360
|
- [ ] **v3.0.0** — multi-tenant team runs + per-project skill isolation
|
|
372
|
-
- [ ] **v3.x.x** — Webhook-driven CI feedback loop (autoresearch auto-iterate on test fail)
|
|
373
361
|
|
|
374
362
|
---
|
|
375
363
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "delegate-team",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Agentic engineering supersystem. One CLI to run the full /mavis-ship chain — design + plan + execute (autoresearch / multi-model / multi-agent) + verify + ship. Bundles a `dt` delegation gateway that routes Claude Code tasks to backends (Codex, MiniMax via mmx, Gemini, MetaGPT), plus a complete orchestrator framework installable via `npx skills add`. Companion frameworks: superpowers, Waza, unslop-preflight, autoresearch.",
|
|
3
|
+
"version": "2.5.0",
|
|
4
|
+
"description": "Agentic engineering supersystem. One CLI to run the full /mavis-ship chain — design + plan + execute (autoresearch / multi-model / multi-agent) + verify + ship. Bundles a `dt` delegation gateway that routes Claude Code tasks to backends (Codex, MiniMax via mmx, Gemini, MetaGPT), plus a complete orchestrator framework installable via `npx skills add`. Companion frameworks: agent-kernel (vendored memory layer), superpowers, Waza, unslop-preflight, autoresearch.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli.js",
|
|
7
7
|
"bin": {
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
"superpowers",
|
|
49
49
|
"waza",
|
|
50
50
|
"unslop",
|
|
51
|
+
"agent-kernel",
|
|
52
|
+
"memory",
|
|
53
|
+
"governance",
|
|
51
54
|
"claude-code",
|
|
52
55
|
"codex",
|
|
53
56
|
"cursor",
|