@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.md CHANGED
@@ -1,4 +1,4 @@
1
- ![BDB DEV Media | Event – Optimized Agent Skills](assets/header.jpg)
1
+ ![AOS BDB Agent OS](assets/header-v4.jpg)
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
- O P T I M I Z E D A G E N T S K I L L S · v3.13
14
+ BDB AGENT OS · CORE KERNEL · AOS - v4.0.0
15
15
  ```
16
16
 
17
- # 🚀 BDB DEV - Optimized Creative & Full-Stack Skills Pack
17
+ # 🚀 AOS — BDB Agent OS · Optimized Creative & Full-Stack Skills Pack
18
18
 
19
- [![CI](https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills/actions)
20
- [![NPM Version](https://img.shields.io/npm/v/@hybridlabor-api/bdb-dev-optimized-agent-skills.svg)](https://www.npmjs.com/package/@hybridlabor-api/bdb-dev-optimized-agent-skills)
21
- [![runtime](https://img.shields.io/badge/node-20+-blue.svg)](https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills)
19
+ [![CI](https://github.com/hybridlabor-api/aos/actions/workflows/ci.yml/badge.svg)](https://github.com/hybridlabor-api/aos/actions)
20
+ [![NPM Version](https://img.shields.io/npm/v/@hybridlabor-api/aos.svg)](https://www.npmjs.com/package/@hybridlabor-api/aos)
21
+ [![runtime](https://img.shields.io/badge/node-20+-blue.svg)](https://github.com/hybridlabor-api/aos)
22
22
  [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
23
- [![skills](https://img.shields.io/badge/skills-162%20curated-brightgreen.svg)](https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills)
23
+ [![skills](https://img.shields.io/badge/skills-154%20curated-brightgreen.svg)](https://github.com/hybridlabor-api/aos)
24
24
 
25
- > **Supercharging AI coding agents with 162 hyper-curated skills, 22 local MCPs, and a runnable multi-agent dispatcher graph.**
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 DEVv3.13 "NODEFORGE"**: 162 curated skills, 22 local MCP servers, 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.
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 v3.13 "NODEFORGE" changes
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](#-nodeforge-the-dispatcher-graph).
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/bdb-dev-optimized-agent-skills --project-harness`.
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`](#-nodeforge-the-dispatcher-graph) already uses. Install them
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 22 local MCP servers) into whichever harness
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 [NODEFORGE: The Dispatcher Graph](#-nodeforge-the-dispatcher-graph)
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
- ## 🌟 162 Optimized Skills
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 **162 Optimized Skills** (featuring a native OpenWiki documentation engine, the **memB local semantic memory brain**, and **Universal Agent Harness synchronization**).
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](#-nodeforge-the-dispatcher-graph) invokes (`UI_UX`, `Engineering`, `Shipping`); the other three cover 3D, media and event-tech work the same way.
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
- ## 🔄 NODEFORGE: The Dispatcher Graph
412
+ ## 🔄 AOS: The Dispatcher Graph
413
413
 
414
- v3.13 replaces the old linear "5-agent pipeline" prose with a real, runnable
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
- ## 🔌 22 Custom Local MCP Integrations
489
+ ## 🔌 21 Local MCP Wrappers
490
490
 
491
491
  ![BDB Architecture Sketch](assets/bdb_architecture_sketch.jpg)
492
492
 
493
- Rather than relying on skeletal python mocks or broken remote APIs, this repository bundles **22 custom, 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.
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
- "~/bdb-dev/bdb-dev-optimized-agent-skills",
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
- - **`@beta`** — the current development channel, where v3.13 "NODEFORGE" (the dispatcher graph, the three `/startcycle` variants, the GO gate) is being validated before promotion to `@latest`.
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/bdb-dev-optimized-agent-skills@latest` to install the skills pack and configure the local MCP servers."*
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/bdb-dev-optimized-agent-skills@latest
902
+ npx -y @hybridlabor-api/aos@latest
903
903
 
904
- # Development channel (v3.13 NODEFORGE)
905
- npx -y @hybridlabor-api/bdb-dev-optimized-agent-skills@beta
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/bdb-dev-optimized-agent-skills -y --platforms=2
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/bdb-dev-optimized-agent-skills --project-harness
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/bdb-dev-optimized-agent-skills setup-saas
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/bdb-dev-optimized-agent-skills.git
937
- cd bdb-dev-optimized-agent-skills
937
+ git clone https://github.com/hybridlabor-api/aos.git
938
+ cd aos
938
939
  npm install
939
940
  node installer.js
940
941
  ```