aidevops 3.20.29 → 3.20.30
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 +30 -32
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -3,31 +3,29 @@
|
|
|
3
3
|
|
|
4
4
|
# AI DevOps Framework
|
|
5
5
|
|
|
6
|
-
**[aidevops.sh](https://aidevops.sh)**
|
|
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
|
|
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
|
|
18
|
+
## **The Aim**
|
|
17
19
|
|
|
18
|
-
**Maximum value for your time and money.** **[aidevops](https://aidevops.sh)** is built
|
|
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
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
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.**
|
|
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
|
-
- **
|
|
43
|
-
- **
|
|
44
|
-
- **
|
|
45
|
-
- **
|
|
46
|
-
- **Mission
|
|
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
|
-
-
|
|
119
|
-
-
|
|
120
|
-
- 1,
|
|
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,
|
|
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
|
|
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:
|
|
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
|
|
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 #
|
|
2684
|
-
│ ├── scripts/ # 1,
|
|
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 —
|
|
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.
|
|
1
|
+
3.20.30
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
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.
|
|
15
|
+
# Version: 3.20.30
|
|
16
16
|
#
|
|
17
17
|
# Quick Install:
|
|
18
18
|
# npm install -g aidevops && aidevops update (recommended)
|