aidevops 3.20.29 → 3.20.31

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
@@ -3,31 +3,29 @@
3
3
 
4
4
  # AI DevOps Framework
5
5
 
6
- **[aidevops.sh](https://aidevops.sh)** An [OpenCode](https://opencode.ai/) plugin and AI operations platform for launching and managing development, business, marketing, and creative projects. 11 primary agents handle automatable work across every domain so your time is preserved for real-world discovery and decisions that AI cannot yet reach.
6
+ **[aidevops.sh](https://aidevops.sh)** is an [OpenCode](https://opencode.ai/) plugin and AI DevOps framework for people who want AI to do useful work across code, infrastructure, business, marketing, content, and creative projects without turning every job into another long, fragile chat.
7
+
8
+ Most AI tools still leave you doing the hard coordination yourself: finding the right context, choosing a model, protecting secrets, managing branches, watching CI, spotting stuck work, and remembering what went wrong last time. aidevops puts structure around that work so agents can share context, work safely in parallel, spend model budget where it matters, and leave the system better than they found it.
7
9
 
8
10
  > **Recommended setup:** [OpenCode](https://opencode.ai/) + OpenAI models. GPT-5.5 is the preferred high-capability model for complex agent work; GPT-5.4 mini is the preferred fast, lower-cost model for triage and routine implementation. Claude models (Anthropic) remain fully supported, and other model providers are evaluated from time to time as their quality, latency, and cost profiles change.
9
11
 
10
- *"Scope a mission to redesign the landing pages — break it into milestones, dispatch workers in parallel, validate each milestone, and track budget across the whole project"*
12
+ *"Scope a mission to redesign the landing pages — break it into milestones, dispatch workers in parallel, validate each milestone, and track budget across the whole project."*
11
13
 
12
- **One conversation, autonomous project delivery with enterprise-level security & quality-control.**
14
+ **One conversation, autonomous project delivery, with security, teamwork, token efficiency, and quality control built in.**
13
15
 
14
16
  Founded by [Marcus Quinn](https://github.com/marcusquinn) on 9th November 2025 to help anyone level-up their AI & Open-Source game.
15
17
 
16
- ## **The Philosophy**
18
+ ## **The Aim**
17
19
 
18
- **Maximum value for your time and money.** **[aidevops](https://aidevops.sh)** is built on these principles:
20
+ **Maximum value for your time and money.** **[aidevops](https://aidevops.sh)** is built for the gap between “the model can probably do this” and “the work is actually done, verified, safe, and worth the cost.”
19
21
 
20
- - **Autonomous orchestration** - An AI supervisor runs every 2 minutes, dispatching parallel workers, merging PRs, detecting stuck processes, and advancing multi-day missions — no human babysitting required
21
- - **Multi-domain agents** - 11 primary agents covering code, automation, product, SEO, marketing/sales, content/video/social, legal, research, business/accounts, health, and framework operations with 900+ subagents loaded on demand
22
- - **Multi-model safety** - High-stakes operations (force push, production deploy, data migration) are verified by a second cross-provider model before execution — different providers have different failure modes, so correlated hallucinations are rare
23
- - **Resource efficiency** - Cost-aware model routing across OpenAI, Anthropic, Gemini, Cursor, and local models; project-type bundles auto-configure quality gates and model tiers, with budget tracking and burn-rate analysis
24
- - **Self-healing** - When something breaks, diagnose the root cause, create tasks, and fix it. Every error is a live test case for a permanent solution
25
- - **Self-improving** - When patterns of failure or inefficiency emerge, improve the framework itself. Session mining extracts learnings from past sessions automatically
26
- - **Gap awareness** - Every session is an opportunity to identify what's missing — gaps in automation, documentation, coverage, or processes and create tasks to fill them
27
- - **Git-first workflow** - Protected branches, PR reviews, quality gates before merge. Sane vibe-coding through structure
28
- - **Parallel agents** - Multiple AI sessions running full [Ralph loops](#ralph-loop---iterative-ai-development) on separate branches via [git worktrees](#git-worktrees---parallel-branch-development)
29
- - **Progressive discovery** - `/slash` commands and `@subagent` mentions load knowledge into context only when needed
30
- - **Open-source ready** - Contribute to any project the same way you work on your own. Clone a repo, develop solutions to issues locally, and submit pull requests — the same full-loop workflow works everywhere
22
+ - Load the right context when it is needed, instead of stuffing every agent, skill, and tool into the prompt.
23
+ - Spend tokens and model budget deliberately. Cheap and fast models should handle routine work; stronger models should handle judgement, architecture, review, and risk.
24
+ - Keep secrets out of chat. Credentials, tenants, scans, confirmations, and audit logs are part of the workflow, not an afterthought.
25
+ - Let people and agents work across machines without trampling each other. Worktrees, branches, PRs, task IDs, mailbox state, and memory keep the work separated and traceable.
26
+ - Notice when the system is struggling. Stuck workers, orphaned PRs, stale assignments, CI failures, review-bot traps, and repeated mistakes should become visible signals.
27
+ - Improve the framework from real use. Imported skills, session learnings, quality findings, and better patterns should become better agents, hooks, scripts, and docs.
28
+ - Optimise for profitable outcomes: useful work shipped, lower supervision cost, safer operations, and decisions that make sense beyond the next prompt.
31
29
 
32
30
  The result: an AI operations platform that manages projects across every business domain — absorbing everything automatable so you can focus on what matters.
33
31
 
@@ -35,15 +33,15 @@ The result: an AI operations platform that manages projects across every busines
35
33
 
36
34
  ## **Why This Framework?**
37
35
 
38
- **Beyond single-task AI.** Most AI coding tools handle one conversation, one repo, one task at a time. aidevops manages your entire operation dispatching parallel AI agents across multiple repos, routing tasks to domain-specialist agents, and running autonomously for days on multi-milestone projects.
36
+ **Beyond single-task AI.** A normal AI harness can be brilliant for one job and still weak at the work around the job. aidevops is for the surrounding discipline: context, routing, safety, git hygiene, collaboration, verification, memory, and follow-through.
39
37
 
40
38
  **What makes it different:**
41
39
 
42
- - **Autonomous supervisor** - AI pulse runs every 2 minutes: merges ready PRs, dispatches workers, kills stuck processes, advances missions, triages quality findings — no human in the loop
43
- - **Cross-domain intelligence** - 11 primary agents spanning code, automation, product, business, marketing/sales, legal, content/video/social, research, SEO, health, and framework operations each with domain expertise and specialist subagents
44
- - **Multi-model safety** - Destructive operations verified by a second AI model from a different provider before execution
45
- - **30+ service integrations** - Hosting, Git platforms, DNS, security, monitoring, deployment, payments, communications
46
- - **Mission orchestration** - Multi-day autonomous projects broken into milestones with validation, budget tracking, and automatic advancement
40
+ - **Pulse supervision** - scheduled checks can dispatch workers, merge ready PRs, close loops, and surface stuck work.
41
+ - **Domain agents** - code, automation, product, business, marketing, legal, content, research, SEO, health, reports, and framework work each get their own guidance.
42
+ - **Cross-model checks** - risky operations can be reviewed by a second provider to reduce shared failure modes.
43
+ - **Service coverage** - hosting, Git platforms, DNS, security, monitoring, deployment, payments, communications, and more are handled through repeatable helpers.
44
+ - **Mission work** - larger goals can be split into milestones with validation, budget tracking, and automatic advancement.
47
45
 
48
46
  ---
49
47
 
@@ -115,9 +113,9 @@ The result: an AI operations platform that manages projects across every busines
115
113
 
116
114
  ### Agent Structure
117
115
 
118
- - 11 primary agents (Build+, Automate, Product, SEO, Marketing-Sales, etc.) with specialist @subagents on demand
119
- - 900+ subagent markdown files organized by domain
120
- - 1,200+ helper scripts in `.agents/scripts/`
116
+ - 12 primary agents (Build+, Automate, Product, SEO, Marketing-Sales, etc.) with specialist @subagents on demand
117
+ - 2,050+ subagent markdown files organized by domain
118
+ - 1,480+ helper scripts in `.agents/scripts/`
121
119
  - 90+ slash commands and workflow guides for common operations
122
120
 
123
121
  ### What You Can Ask aidevops To Do
@@ -751,9 +749,9 @@ aidevops implements proven agent design patterns identified by [Lance Martin (La
751
749
 
752
750
  | Pattern | Description | aidevops Implementation |
753
751
  |---------|-------------|------------------------|
754
- | **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 1,200+ helper scripts |
752
+ | **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 1,480+ helper scripts |
755
753
  | **Multi-Layer Action Space** | Few tools, push actions to computer | Per-agent MCP filtering (~12-20 tools each) |
756
- | **Knowledge Graph Routing** | Indexed, cross-referenced agents instead of isolated skills | `subagent-index.toon` maps 900+ agents by domain, purpose, and dependency — agents discover related context through the graph, not just their own file |
754
+ | **Knowledge Graph Routing** | Indexed, cross-referenced agents instead of isolated skills | `subagent-index.toon` maps 2,050+ agents by domain, purpose, and dependency — agents discover related context through the graph, not just their own file |
757
755
  | **Progressive Disclosure** | Load context on-demand | Subagent routing with content summaries, YAML frontmatter, read-on-demand |
758
756
  | **Offload Context** | Write results to filesystem | `.agent-workspace/work/[project]/` for persistence |
759
757
  | **Cache Context** | Prompt caching for cost | Stable instruction prefixes |
@@ -1855,7 +1853,7 @@ aidevops is registered as a **Claude Code plugin marketplace**. Install with two
1855
1853
  /plugin install aidevops@aidevops
1856
1854
  ```
1857
1855
 
1858
- This installs the complete framework: 11 primary agents, 900+ subagents, and 1,200+ helper scripts.
1856
+ This installs the complete framework: 12 primary agents, 2,050+ subagents, and 1,480+ helper scripts.
1859
1857
 
1860
1858
  ### Importing External Skills
1861
1859
 
@@ -1985,7 +1983,7 @@ The long-term direction is to make slash commands and `@mentions` unnecessary al
1985
1983
 
1986
1984
  ### **Example Subagents with MCP Integration**
1987
1985
 
1988
- These are examples of subagents that have supporting MCPs enabled. See `.agents/` for the full list of 900+ subagents organized by domain.
1986
+ These are examples of subagents that have supporting MCPs enabled. See `.agents/` for the full list of 2,050+ subagents organized by domain.
1989
1987
 
1990
1988
  | Agent | Purpose | MCPs Enabled |
1991
1989
  |-------|---------|--------------|
@@ -2680,8 +2678,8 @@ aidevops/
2680
2678
  ├── AGENTS.md # AI agent guidance (dev)
2681
2679
  ├── .agents/ # Agents and documentation
2682
2680
  │ ├── AGENTS.md # User guide (deployed to ~/.aidevops/agents/)
2683
- │ ├── *.md # 11 primary agents
2684
- │ ├── scripts/ # 1,200+ helper scripts
2681
+ │ ├── *.md # 12 primary agents
2682
+ │ ├── scripts/ # 1,480+ helper scripts
2685
2683
  │ ├── tools/ # Cross-domain utilities (video, browser, git, etc.)
2686
2684
  │ ├── services/ # External service integrations
2687
2685
  │ └── workflows/ # Development process guides
@@ -2805,7 +2803,7 @@ See `.agents/tools/credentials/multi-tenant.md` for complete documentation.
2805
2803
  - Autonomous supervisor — pulse runs every 2 minutes, merging PRs, dispatching workers, killing stuck processes, advancing missions
2806
2804
  - Operational intelligence — struggle-ratio detection, orphaned PR recovery, circuit breaker, dynamic concurrency
2807
2805
  - Cost-aware routing — provider-aware model selection across OpenAI, Anthropic, Gemini, Cursor, Grok, and local models with budget tracking
2808
- - Progressive context — 900+ subagents loaded on demand, project bundles auto-configuring quality gates and model tiers
2806
+ - Progressive context — 2,050+ subagents loaded on demand, project bundles auto-configuring quality gates and model tiers
2809
2807
  - Self-improving — session mining extracts learnings, quality findings auto-create tasks, patterns feed back into agent prompts
2810
2808
 
2811
2809
  **Get Started:**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.20.29
1
+ 3.20.31
package/aidevops.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # AI DevOps Framework CLI
6
6
  # Usage: aidevops <command> [options]
7
7
  #
8
- # Version: 3.20.29
8
+ # Version: 3.20.31
9
9
 
10
10
  set -euo pipefail
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.20.29",
3
+ "version": "3.20.31",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "bin": {
package/setup.sh CHANGED
@@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
12
12
  # AI Assistant Server Access Framework Setup Script
13
13
  # Helps developers set up the framework for their infrastructure
14
14
  #
15
- # Version: 3.20.29
15
+ # Version: 3.20.31
16
16
  #
17
17
  # Quick Install:
18
18
  # npm install -g aidevops && aidevops update (recommended)