@hybridlabor-api/aos 4.0.0 → 4.0.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.de.md +295 -139
- package/README.md +34 -33
- package/README.pt.md +403 -313
- package/assets/bdb-ascii-frames.js +82 -0
- package/assets/header-builder-prompt.md +37 -0
- package/assets/header-v4.jpg +0 -0
- package/installer.js +105 -142
- package/lib/startup-ui.js +137 -0
- package/package.json +2 -1
- package/skills/global_config/ask-tim/SKILL.md +255 -0
- package/skills/global_config/bdb-updater/SKILL.md +52 -36
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
🌐 **Language / Sprache / Idioma**: **English** | [ 🇩🇪 Deutsch ](README.de.md) | [ 🇵🇹 Português ](README.pt.md)
|
|
4
4
|
|
|
@@ -11,20 +11,20 @@
|
|
|
11
11
|
|
|
12
12
|
──────────────────────────── N O D E F O R G E ─────────────────────────────
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
BDB AGENT OS · CORE KERNEL · AOS - v4.0.0
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
# 🚀 BDB
|
|
17
|
+
# 🚀 AOS — BDB Agent OS · Optimized Creative & Full-Stack Skills Pack
|
|
18
18
|
|
|
19
|
-
[](https://github.com/hybridlabor-api/
|
|
19
|
+
[](https://github.com/hybridlabor-api/aos/actions)
|
|
20
|
+
[](https://www.npmjs.com/package/@hybridlabor-api/aos)
|
|
21
|
+
[](https://github.com/hybridlabor-api/aos)
|
|
22
22
|
[](LICENSE)
|
|
23
|
-
[](https://github.com/hybridlabor-api/aos)
|
|
24
24
|
|
|
25
|
-
> **Supercharging AI coding agents with
|
|
25
|
+
> **Supercharging AI coding agents with 154 hyper-curated skills, 21 local MCP wrappers, and a runnable multi-agent dispatcher graph.**
|
|
26
26
|
|
|
27
|
-
Welcome to **BDB
|
|
27
|
+
Welcome to **BDB Agent OS — AOS v4.0.0**: 154 curated skills, 21 local MCP wrappers, and a dispatcher graph that turns them into a real multi-agent build pipeline, not just a prompt library. Point it at a goal and it plans, builds, reviews, and ships through seven coordinated agent nodes — with a mechanically enforced gate before anything actually goes live.
|
|
28
28
|
|
|
29
29
|
It is harness-neutral by design, not "optimized for one tool with others as an afterthought": the dispatcher graph runs on Claude Code's Dynamic Workflows, the same skills and MCP configuration install natively into **Google Antigravity, ChatGPT Codex / Codex CLI, Claude Desktop, Cursor, Aider, Roo Code, Cline, and Windsurf**, and the lightweight `/startcycle-graph-user` variant falls back to Claude Code's own subagents on any machine that has none of the above installed.
|
|
30
30
|
|
|
@@ -33,14 +33,14 @@ It is harness-neutral by design, not "optimized for one tool with others as an a
|
|
|
33
33
|
|
|
34
34
|
---
|
|
35
35
|
|
|
36
|
-
### 🔨 What
|
|
36
|
+
### 🔨 What v4.0.0 "AOS" changes
|
|
37
37
|
|
|
38
38
|
This release moves the multi-agent pipeline from prose into an executable
|
|
39
39
|
state machine, and hardens the installer around it.
|
|
40
40
|
|
|
41
41
|
- **A dispatcher graph that actually runs.** Seven nodes, explicit edge
|
|
42
42
|
predicates, a Reviewer repair loop with a no-progress guard, and automated
|
|
43
|
-
escalation to a human when the loop stops making progress. [Details below](#-
|
|
43
|
+
escalation to a human when the loop stops making progress. [Details below](#-aos-the-dispatcher-graph).
|
|
44
44
|
- **Three pipeline variants** (`/startcycle`, `/startcycle-graph`,
|
|
45
45
|
`/startcycle-graph-user`) so the machinery matches the task instead of
|
|
46
46
|
forcing full ceremony on a two-file change.
|
|
@@ -63,7 +63,7 @@ state machine, and hardens the installer around it.
|
|
|
63
63
|
|
|
64
64
|
### 🪐 Universal Agent Harness
|
|
65
65
|
The installer features a fully automated Universal Sync engine. It scans your system for **Claude Desktop, Cursor, Windsurf, Aider, Roo/Cline**, and injects the curated MCP configuration and Godmode rules across all environments simultaneously.
|
|
66
|
-
- **Local Project Harness:** Instead of installing globally into `$HOME`, drop the `.agents` contract, the gate hooks and the dispatcher workflow directly into a single project — `npx @hybridlabor-api/
|
|
66
|
+
- **Local Project Harness:** Instead of installing globally into `$HOME`, drop the `.agents` contract, the gate hooks and the dispatcher workflow directly into a single project — `npx @hybridlabor-api/aos --project-harness`.
|
|
67
67
|
|
|
68
68
|
### 🧩 Ecosystem Integrations
|
|
69
69
|
This package acts as the bridge to three major upstream capabilities:
|
|
@@ -74,7 +74,7 @@ This package acts as the bridge to three major upstream capabilities:
|
|
|
74
74
|
### 🔗 Recommended Companion Plugins (Claude Code)
|
|
75
75
|
Neither of these ships inside this package — they are independent, community-maintained
|
|
76
76
|
Claude Code plugins that pair naturally with the `agy`-delegation pattern
|
|
77
|
-
[`/startcycle-graph-user`](#-
|
|
77
|
+
[`/startcycle-graph-user`](#-aos-the-dispatcher-graph) already uses. Install them
|
|
78
78
|
separately if you want the same routing available outside a `/startcycle` run.
|
|
79
79
|
|
|
80
80
|
- **[antigravity-for-claude-code](https://github.com/yuting0624/antigravity-for-claude-code)**
|
|
@@ -101,16 +101,16 @@ separately if you want the same routing available outside a `/startcycle` run.
|
|
|
101
101
|
## Overview
|
|
102
102
|
|
|
103
103
|
This repo ships three things: a curated skill library for coding agents, an
|
|
104
|
-
installer that wires them (plus
|
|
104
|
+
installer that wires them (plus 21 local MCP wrappers) into whichever harness
|
|
105
105
|
you use, and a dispatcher graph that orchestrates them as a multi-agent
|
|
106
|
-
build pipeline. See [
|
|
106
|
+
build pipeline. See [AOS: The Dispatcher Graph](#-aos-the-dispatcher-graph)
|
|
107
107
|
below for how the pipeline itself works.
|
|
108
108
|
|
|
109
109
|
---
|
|
110
110
|
|
|
111
|
-
## 🌟
|
|
111
|
+
## 🌟 154 Optimized Skills
|
|
112
112
|
|
|
113
|
-
We started with a massive pool of over 1,400 raw AI skills. After rigorous testing, filtering, and refinement, we've distilled them down to a hyper-curated set of **
|
|
113
|
+
We started with a massive pool of over 1,400 raw AI skills. After rigorous testing, filtering, and refinement, we've distilled them down to a hyper-curated set of **154 Optimized Skills** (featuring a native OpenWiki documentation engine, the **memB local semantic memory brain**, and **Universal Agent Harness synchronization**).
|
|
114
114
|
|
|
115
115
|
These skills are precision-engineered to ensure agents waste no time on redundant tasks and instead operate with maximum agency, strict architectural constraints, and robust context awareness.
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@ These skills are precision-engineered to ensure agents waste no time on redundan
|
|
|
118
118
|
|
|
119
119
|
### 🛡️ The 6 Godmodes (Apex Layer)
|
|
120
120
|
|
|
121
|
-
Instead of letting agents wander through generic instructions, the top-tier of this repository enforces six **Hyper-Curated Godmodes**. Three of them are not just skills — they are the literal build/ship nodes the [dispatcher graph](#-
|
|
121
|
+
Instead of letting agents wander through generic instructions, the top-tier of this repository enforces six **Hyper-Curated Godmodes**. Three of them are not just skills — they are the literal build/ship nodes the [dispatcher graph](#-aos-the-dispatcher-graph) invokes (`UI_UX`, `Engineering`, `Shipping`); the other three cover 3D, media and event-tech work the same way.
|
|
122
122
|
|
|
123
123
|
| Godmode | Purpose |
|
|
124
124
|
|---------|---------|
|
|
@@ -409,9 +409,9 @@ While heavily optimized for the creative tech industry, these skills are deeply
|
|
|
409
409
|
|
|
410
410
|
</details>
|
|
411
411
|
|
|
412
|
-
## 🔄
|
|
412
|
+
## 🔄 AOS: The Dispatcher Graph
|
|
413
413
|
|
|
414
|
-
|
|
414
|
+
v4.0.0 replaces the old linear "5-agent pipeline" prose with a real, runnable
|
|
415
415
|
state machine. The contract lives in [`.agents/graph.md`](.agents/graph.md),
|
|
416
416
|
the node roster in [`.agents/nodes.json`](.agents/nodes.json), and the
|
|
417
417
|
executable dispatcher in
|
|
@@ -486,11 +486,11 @@ BDBrainstorm combines multi-agent brainstorming, the `/grill-me` slash command,
|
|
|
486
486
|
|
|
487
487
|
---
|
|
488
488
|
|
|
489
|
-
## 🔌
|
|
489
|
+
## 🔌 21 Local MCP Wrappers
|
|
490
490
|
|
|
491
491
|

|
|
492
492
|
|
|
493
|
-
Rather than relying on skeletal python mocks or broken remote APIs, this repository bundles **
|
|
493
|
+
Rather than relying on skeletal python mocks or broken remote APIs, this repository bundles **21 local MCP wrappers** (in the `mcps/` directory). These are built/warmed automatically and allow your AI assistant to read, write, and execute commands within the industry's leading creative software.
|
|
494
494
|
|
|
495
495
|
<details>
|
|
496
496
|
<summary><strong>🎨 Adobe Creative Cloud (Illustrator, Photoshop, After Effects, Premiere Pro)</strong></summary>
|
|
@@ -620,7 +620,7 @@ powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.gemini\config\skills
|
|
|
620
620
|
```json
|
|
621
621
|
{
|
|
622
622
|
"projects": [
|
|
623
|
-
"~/
|
|
623
|
+
"~/dev/bdb-dev/aos",
|
|
624
624
|
"~/Projects/your-active-project"
|
|
625
625
|
],
|
|
626
626
|
"interval_seconds": 3600
|
|
@@ -887,22 +887,23 @@ You can run diagnostic and benchmarking commands directly in your terminal:
|
|
|
887
887
|
### 🆚 Which Version Should I Use?
|
|
888
888
|
|
|
889
889
|
- **`@latest`** — the stable channel. Interactive MCP selection UI, active background daemons (`memB`, `OpenWiki`), full skill library.
|
|
890
|
-
- **`@
|
|
890
|
+
- **`@next`** — an ad-hoc staging channel used occasionally for large changes (like the v4.0.0 AOS rename) before promotion to `@latest` (which CI publishes to automatically on every release-please release). It is not a permanent parallel channel.
|
|
891
891
|
- **`bdb-antigravity-skills@legacy`** — the original, pre-dispatcher Antigravity-only pack, kept for anyone still depending on it.
|
|
892
892
|
|
|
893
893
|
Every run gives you the same choice: **Backup & Overwrite** (safely replace existing configuration) or **Merge** (fold the new skills/configs/MCP paths into what you already have).
|
|
894
894
|
|
|
895
895
|
### Ask Your AI Agent (Easiest)
|
|
896
|
-
Tell your assistant: *"Run `npx -y @hybridlabor-api/
|
|
896
|
+
Tell your assistant: *"Run `npx -y @hybridlabor-api/aos@latest` to install the skills pack and configure the local MCP servers."*
|
|
897
897
|
|
|
898
898
|
### Command Line
|
|
899
899
|
|
|
900
900
|
```bash
|
|
901
901
|
# Stable
|
|
902
|
-
npx -y @hybridlabor-api/
|
|
902
|
+
npx -y @hybridlabor-api/aos@latest
|
|
903
903
|
|
|
904
|
-
#
|
|
905
|
-
|
|
904
|
+
# Migration staging channel (v4.0.0 AOS)
|
|
905
|
+
# Note: @next is only used occasionally for active migrations, not a standing channel.
|
|
906
|
+
npx -y @hybridlabor-api/aos@next
|
|
906
907
|
```
|
|
907
908
|
*(Works on Mac/Linux terminals as well as Windows PowerShell.)*
|
|
908
909
|
|
|
@@ -911,7 +912,7 @@ npx -y @hybridlabor-api/bdb-dev-optimized-agent-skills@beta
|
|
|
911
912
|
Select targets without the menu using `--platforms=<n[,n]>` — `0` universal, `1` Antigravity, `2` Claude Desktop/Code, `3` Cursor, `5` Codex, `6` Windsurf, `7` Roo/Cline, `8` Aider:
|
|
912
913
|
|
|
913
914
|
```bash
|
|
914
|
-
npx -y @hybridlabor-api/
|
|
915
|
+
npx -y @hybridlabor-api/aos -y --platforms=2
|
|
915
916
|
```
|
|
916
917
|
|
|
917
918
|
### Local Project Harness
|
|
@@ -919,7 +920,7 @@ npx -y @hybridlabor-api/bdb-dev-optimized-agent-skills -y --platforms=2
|
|
|
919
920
|
Drop just the dispatcher contract (`.agents/`, the gate hooks, the `/startcycle-graph` workflow) into a single project instead of installing globally into `$HOME`:
|
|
920
921
|
|
|
921
922
|
```bash
|
|
922
|
-
npx -y @hybridlabor-api/
|
|
923
|
+
npx -y @hybridlabor-api/aos --project-harness
|
|
923
924
|
```
|
|
924
925
|
|
|
925
926
|
### SaaS Workstation Bootstrapper
|
|
@@ -927,14 +928,14 @@ npx -y @hybridlabor-api/bdb-dev-optimized-agent-skills --project-harness
|
|
|
927
928
|
For the BDB Multi-Cloud Fleet: 2FA browser handshake, Step-CA certificate bootstrap, SSH config, and FastMCP gateway injection into every detected editor:
|
|
928
929
|
|
|
929
930
|
```bash
|
|
930
|
-
npx -y @hybridlabor-api/
|
|
931
|
+
npx -y @hybridlabor-api/aos setup-saas
|
|
931
932
|
```
|
|
932
933
|
|
|
933
934
|
### From Source (Contributing)
|
|
934
935
|
|
|
935
936
|
```bash
|
|
936
|
-
git clone https://github.com/hybridlabor-api/
|
|
937
|
-
cd
|
|
937
|
+
git clone https://github.com/hybridlabor-api/aos.git
|
|
938
|
+
cd aos
|
|
938
939
|
npm install
|
|
939
940
|
node installer.js
|
|
940
941
|
```
|