delegate-team 2.3.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 -25
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -11,17 +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
|
-
[](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/npm-publish.yml)
|
|
21
|
-
[](https://skills.sh/imMamdouhaboammar/delegate-team)
|
|
22
|
-
[](https://nodejs.org)
|
|
23
|
-
[](https://python.org)
|
|
24
|
-
[](https://www.gnu.org/software/bash/)
|
|
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)
|
|
25
20
|
|
|
26
21
|
</div>
|
|
27
22
|
|
|
@@ -46,15 +41,6 @@ type one command and let the supersystem decide:
|
|
|
46
41
|
| Each agent works alone | 8 specialized agents (Atlas / Forge / Scout / Oracle / Librarian / Reviewer / Visionary / Sentinel) collaborate |
|
|
47
42
|
| "Best practice" depends on which LLM answered | Methodology encoded as skills: superpowers · Waza · unslop-preflight · autoresearch |
|
|
48
43
|
|
|
49
|
-
**Sounds good? Try it:**
|
|
50
|
-
|
|
51
|
-
```bash
|
|
52
|
-
git clone https://github.com/imMamdouhaboammar/delegate-team
|
|
53
|
-
cd delegate-team
|
|
54
|
-
./install.sh --all
|
|
55
|
-
./install.sh --verify # sanity check
|
|
56
|
-
```
|
|
57
|
-
|
|
58
44
|
---
|
|
59
45
|
|
|
60
46
|
## 📦 Quick install
|
|
@@ -63,10 +49,13 @@ cd delegate-team
|
|
|
63
49
|
|
|
64
50
|
### Path A — npm (the fastest — just the `dt` CLI)
|
|
65
51
|
|
|
52
|
+
[](https://bundlephobia.com/package/delegate-team)
|
|
53
|
+
[](https://www.npmjs.com/package/delegate-team)
|
|
54
|
+
|
|
66
55
|
```bash
|
|
67
56
|
# Global install (preferred for a CLI on your PATH)
|
|
68
57
|
npm install -g delegate-team
|
|
69
|
-
dt --version # → 2.
|
|
58
|
+
dt --version # → 2.4.0
|
|
70
59
|
dt run "<task>"
|
|
71
60
|
|
|
72
61
|
# Or run without installing
|
|
@@ -273,6 +262,13 @@ python3 ~/.mavis/agents/mavis/multi-agent/spawn-team.py --atlas
|
|
|
273
262
|
└────────────────────────────────────┘
|
|
274
263
|
```
|
|
275
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
|
+
|
|
276
272
|
---
|
|
277
273
|
|
|
278
274
|
## ❓ Why not just use...?
|
|
@@ -292,7 +288,7 @@ python3 ~/.mavis/agents/mavis/multi-agent/spawn-team.py --atlas
|
|
|
292
288
|
| Doc | What's inside |
|
|
293
289
|
|---|---|
|
|
294
290
|
| [`INSTALL.md`](./INSTALL.md) | Full installation guide + verification matrix |
|
|
295
|
-
| [`CHANGELOG.md`](./CHANGELOG.md) | v1 → v2 → v2.1 release notes |
|
|
291
|
+
| [`CHANGELOG.md`](./CHANGELOG.md) | v1 → v2 → v2.1 → v2.4 release notes |
|
|
296
292
|
| [`DT.md`](./DT.md) | Original `dt` CLI specifics (gateway internals) |
|
|
297
293
|
| [`orchestrator/README.md`](./orchestrator/README.md) | `/mavis-ship` details |
|
|
298
294
|
| [`scaffolder/README.md`](./scaffolder/README.md) | `mavis-skill-scaffold` reference |
|
|
@@ -308,6 +304,12 @@ python3 ~/.mavis/agents/mavis/multi-agent/spawn-team.py --atlas
|
|
|
308
304
|
|
|
309
305
|
## 🤝 Contributing
|
|
310
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
|
+
|
|
311
313
|
1. **Fork** and **clone** the repo.
|
|
312
314
|
2. **Read** [`AGENTS.md`](./AGENTS.md) — repo conventions live here.
|
|
313
315
|
3. **Make a feature branch**: `git switch -c feat/your-change`
|
|
@@ -334,14 +336,28 @@ mavis-skill-scaffold --name my-new-skill --description "..." --type workflow
|
|
|
334
336
|
|
|
335
337
|
---
|
|
336
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
|
+
|
|
337
351
|
## 🛣️ Roadmap
|
|
338
352
|
|
|
339
353
|
- [x] **v2.0.0** — supersystem release (`/mavis-ship` + scaffolder + MMAS + integrations)
|
|
340
354
|
- [x] **v2.1.0** — Skills.sh + Claude Code marketplace compatibility
|
|
341
|
-
- [x] **v2.1.1** — orchestrate.sh regex routing fixes (BUILD/
|
|
342
|
-
- [
|
|
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
|
|
343
360
|
- [ ] **v3.0.0** — multi-tenant team runs + per-project skill isolation
|
|
344
|
-
- [ ] **v3.x.x** — Webhook-driven CI feedback loop (autoresearch auto-iterate on test fail)
|
|
345
361
|
|
|
346
362
|
---
|
|
347
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",
|