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.
Files changed (2) hide show
  1. package/README.md +41 -25
  2. 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
- [![npm version](https://img.shields.io/npm/v/delegate-team?color=cb3837&logo=npm&label=npm&style=for-the-badge)](https://www.npmjs.com/package/delegate-team)
15
- [![npm downloads](https://img.shields.io/npm/dm/delegate-team?color=cb3837&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/delegate-team)
16
- [![Version](https://img.shields.io/github/v/release/imMamdouhaboammar/delegate-team?color=blue&label=version&style=for-the-badge)](https://github.com/imMamdouhaboammar/delegate-team/releases)
17
- [![License: MIT](https://img.shields.io/github/license/imMamdouhaboammar/delegate-team?style=for-the-badge&color=blue)](https://github.com/imMamdouhaboammar/delegate-team/blob/master/LICENSE)
18
- [![Stars](https://img.shields.io/github/stars/imMamdouhaboammar/delegate-team?style=for-the-badge&logo=github)](https://github.com/imMamdouhaboammar/delegate-team/stargazers)
19
- [![CI](https://img.shields.io/github/actions/workflow/status/imMamdouhaboammar/delegate-team/ci.yml?branch=master&style=for-the-badge&label=CI)](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/ci.yml)
20
- [![npm publish](https://img.shields.io/github/actions/workflow/status/imMamdouhaboammar/delegate-team/npm-publish.yml?style=for-the-badge&label=npm%20publish&logo=npm)](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/npm-publish.yml)
21
- [![Skills.sh](https://img.shields.io/badge/dynamic/json?color=blueviolet&label=Skills.sh&query=%24.rank&url=https%3A%2F%2Fskills.sh%2Fapi%2Frank%2FimMamdouhaboammar%2Fdelegate-team&style=for-the-badge)](https://skills.sh/imMamdouhaboammar/delegate-team)
22
- [![Node](https://img.shields.io/badge/Node.js-18%2B-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org)
23
- [![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://python.org)
24
- [![Bash](https://img.shields.io/badge/Bash-4%2B-4EAA25?style=for-the-badge&logo=gnu-bash&logoColor=white)](https://www.gnu.org/software/bash/)
14
+ [![npm version](https://img.shields.io/npm/v/delegate-team?color=cb3837&logo=npm&label=npm&style=flat-square)](https://www.npmjs.com/package/delegate-team)
15
+ [![License: MIT](https://img.shields.io/github/license/imMamdouhaboammar/delegate-team?color=blue&style=flat-square)](./LICENSE)
16
+ [![GitHub stars](https://img.shields.io/github/stars/imMamdouhaboammar/delegate-team?logo=github&color=gold&style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team/stargazers)
17
+ [![Last commit](https://img.shields.io/github/last-commit/imMamdouhaboammar/delegate-team?style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team/commits/master)
18
+ [![CI status](https://img.shields.io/github/actions/workflow/status/imMamdouhaboammar/delegate-team/ci.yml?label=CI&style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team/actions/workflows/ci.yml)
19
+ [![Open Source: MIT](https://img.shields.io/badge/Open%20Source-MIT-yellow?style=flat-square)](./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
+ [![npm install size](https://img.shields.io/bundlephobia/min/delegate-team?logo=npm&style=flat-square)](https://bundlephobia.com/package/delegate-team)
53
+ [![npm weekly downloads](https://img.shields.io/npm/dw/delegate-team?logo=npm&style=flat-square)](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.2.0
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
+ [![Node.js 18+](https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org)
268
+ [![TypeScript 5.6+](https://img.shields.io/badge/TypeScript-5.6+-3178C6?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org)
269
+ [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-3776AB?style=flat-square&logo=python&logoColor=white)](https://python.org)
270
+ [![Bash 4+](https://img.shields.io/badge/Bash-4+-4EAA25?style=flat-square&logo=gnu-bash&logoColor=white)](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
+ [![Open issues](https://img.shields.io/github/issues/imMamdouhaboammar/delegate-team?logo=github&style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team/issues)
308
+ [![Open PRs](https://img.shields.io/github/issues-pr/imMamdouhaboammar/delegate-team?logo=github&color=lime&style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team/pulls)
309
+ [![Contributors](https://img.shields.io/github/contributors/imMamdouhaboammar/delegate-team?color=orange&style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team/graphs/contributors)
310
+ [![Code size](https://img.shields.io/github/languages/code-size/imMamdouhaboammar/delegate-team?style=flat-square)](https://github.com/imMamdouhaboammar/delegate-team)
311
+ [![Top language](https://img.shields.io/github/languages/top/imMamdouhaboammar/delegate-team?color=yellow&style=flat-square)](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`) | [![CI](https://img.shields.io/github/actions/workflow/status/imMamdouhaboammar/delegate-team/ci.yml?label=CI&style=flat-square)](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`) | [![npm publish](https://img.shields.io/github/actions/workflow/status/imMamdouhaboammar/delegate-team/npm-publish.yml?label=npm&logo=npm&style=flat-square)](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`) | [![auto-release](https://img.shields.io/github/actions/workflow/status/imMamdouhaboammar/delegate-team/release.yml?label=auto-release&style=flat-square)](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/PUBLISM rule)
342
- - [ ] **v2.2.0** — ATLAS web UI for non-CLI users
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.3.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: 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",