aidevops 2.173.0 → 3.0.1
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 +37 -25
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup-modules/core.sh +10 -0
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
# AI DevOps Framework
|
|
2
2
|
|
|
3
|
-
**[aidevops.sh](https://aidevops.sh)** — An AI operations platform for launching and managing development, business, marketing, and creative projects.
|
|
3
|
+
**[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. 13 specialist AI agents handle the automatable work across every domain so your time is preserved for real-world discovery and decisions that AI cannot yet reach.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
> **Recommended setup:** [OpenCode](https://opencode.ai/) + [Claude](https://claude.ai/) models (Anthropic). All features, agents, and workflows are designed and tested for OpenCode first. Claude models (haiku, sonnet, opus) deliver the best results across all agent tiers.
|
|
6
|
+
|
|
7
|
+
*"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"*
|
|
8
|
+
|
|
9
|
+
**One conversation, autonomous project delivery — with enterprise-level security & quality-control.**
|
|
10
|
+
|
|
11
|
+
Founded by [Marcus Quinn](https://github.com/marcusquinn) on 9th November 2025 to help anyone level-up their AI & Open-Source game.
|
|
6
12
|
|
|
7
13
|
## **The Philosophy**
|
|
8
14
|
|
|
9
15
|
**Maximum value for your time and money.** **[aidevops](https://aidevops.sh)** is built on these principles:
|
|
10
16
|
|
|
11
17
|
- **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
|
|
12
|
-
- **Multi-domain agents** -
|
|
18
|
+
- **Multi-domain agents** - 13 specialist agents (code, automation, SEO, marketing, content, legal, sales, research, video, business, accounts, social media, health) with 900+ subagents loaded on demand
|
|
13
19
|
- **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
|
|
14
20
|
- **Resource efficiency** - Cost-aware model routing (local → haiku → flash → sonnet → pro → opus), project-type bundles that auto-configure quality gates and model tiers, budget tracking with burn-rate analysis
|
|
15
21
|
- **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
|
|
@@ -31,7 +37,7 @@ The result: an AI operations platform that manages projects across every busines
|
|
|
31
37
|
**What makes it different:**
|
|
32
38
|
|
|
33
39
|
- **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
|
|
34
|
-
- **Cross-domain intelligence** -
|
|
40
|
+
- **Cross-domain intelligence** - 13 agents spanning code, automation, business, marketing, legal, sales, content, video, research, SEO, social media, health, and accounts — each with domain expertise and specialist subagents
|
|
35
41
|
- **Multi-model safety** - Destructive operations verified by a second AI model from a different provider before execution
|
|
36
42
|
- **30+ service integrations** - Hosting, Git platforms, DNS, security, monitoring, deployment, payments, communications
|
|
37
43
|
- **Mission orchestration** - Multi-day autonomous projects broken into milestones with validation, budget tracking, and automatic advancement
|
|
@@ -99,10 +105,10 @@ The result: an AI operations platform that manages projects across every busines
|
|
|
99
105
|
|
|
100
106
|
### Agent Structure
|
|
101
107
|
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
108
|
+
- 13 primary agents (Build+, Automate, SEO, Marketing, etc.) with specialist @subagents on demand
|
|
109
|
+
- 900+ subagent markdown files organized by domain
|
|
110
|
+
- 390+ helper scripts in `.agents/scripts/`
|
|
111
|
+
- 69 slash commands for common workflows
|
|
106
112
|
|
|
107
113
|
<!-- AI-CONTEXT-END -->
|
|
108
114
|
|
|
@@ -321,11 +327,13 @@ The secure workflow is included at `.github/workflows/opencode-agent.yml`.
|
|
|
321
327
|
|
|
322
328
|
See `.agents/tools/git/opencode-github-security.md` for the full security documentation.
|
|
323
329
|
|
|
324
|
-
**Supported AI
|
|
330
|
+
**Supported AI tool:** [OpenCode](https://opencode.ai/) is the recommended and tested AI coding tool for aidevops. All features, agents, and workflows are designed and tested for OpenCode first. We recommend [Claude](https://claude.ai/) models (Anthropic) for the best results across all agent tiers -- haiku for triage, sonnet for implementation, opus for complex reasoning.
|
|
325
331
|
|
|
326
|
-
**Recommended:**
|
|
332
|
+
**Recommended stack:**
|
|
327
333
|
|
|
328
334
|
- **[OpenCode](https://opencode.ai/)** - The recommended AI coding agent. Powerful agentic TUI/CLI with native MCP support, Tab-based agent switching, LSP integration, plugin ecosystem, and excellent DX. All aidevops features are designed and tested for OpenCode first.
|
|
335
|
+
- **[OpenCode Zen](https://opencode.ai/)** - Free tier of OpenCode with included models. Start working with AI straight away at no cost -- no API keys or subscriptions required.
|
|
336
|
+
- **[Claude](https://claude.ai/)** (Anthropic) - Our most-used and tested model provider. Claude haiku, sonnet, and opus deliver the best results across all aidevops agent tiers and workflows. Recommended for users who want the highest quality output.
|
|
329
337
|
- **[Tabby](https://tabby.sh/)** - Recommended terminal. Colour-coded Profiles per project/repo, **auto-syncs tab title with git repo/branch.**
|
|
330
338
|
- **[Zed](https://zed.dev/)** - Recommended editor. High-performance with AI integration (use with the OpenCode Agent Extension).
|
|
331
339
|
|
|
@@ -333,7 +341,7 @@ See `.agents/tools/git/opencode-github-security.md` for the full security docume
|
|
|
333
341
|
|
|
334
342
|
Your terminal tab/window title automatically shows `repo/branch` context when working in git repositories. This helps identify which codebase and branch you're working on across multiple terminal sessions.
|
|
335
343
|
|
|
336
|
-
**Supported terminals:** Tabby,
|
|
344
|
+
**Supported terminals:** [Tabby](https://tabby.sh/), [cmux](https://cmux.dev/), [iTerm2](https://iterm2.com/), [Kitty](https://sw.kovidgoyal.net/kitty/), [Alacritty](https://alacritty.org/), [WezTerm](https://wezfurlong.org/wezterm/), [Hyper](https://hyper.is/), and most xterm-compatible terminals.
|
|
337
345
|
|
|
338
346
|
**How it works:** The `pre-edit-check.sh` script's primary role is enforcing git workflow protection (blocking edits on main/master branches). As a secondary, non-blocking action, it updates the terminal title via escape sequences. No configuration needed - it's automatic.
|
|
339
347
|
|
|
@@ -374,7 +382,7 @@ See `.agents/tools/terminal/terminal-title.md` for customization options.
|
|
|
374
382
|
|
|
375
383
|
**Project Intelligence:**
|
|
376
384
|
|
|
377
|
-
- **[Bundles](#project-bundles-auto-configuration)** - Project-type presets that auto-configure model tiers, quality gates, and agent routing per repo.
|
|
385
|
+
- **[Bundles](#project-bundles-auto-configuration)** - Project-type presets that auto-configure model tiers, quality gates, and agent routing per repo. 7 built-in bundles (web-app, library, cli-tool, content-site, infrastructure, agent, schema) with auto-detection from marker files (`bundle-helper.sh`)
|
|
378
386
|
- **TTSR rules** - Soft rule engine (`ttsr-rule-loader.sh`) with `.agents/rules/` directory for AI output correction (e.g., no-edit-on-main, no-glob-for-discovery)
|
|
379
387
|
- **Cross-review** - `/cross-review` dispatches the same prompt to multiple AI models in parallel, diffs results, and optionally auto-scores via a judge model
|
|
380
388
|
- **Local models** - Run AI models locally via llama.cpp for free, private, offline inference (`local-model-helper.sh`) with HuggingFace GGUF model management
|
|
@@ -409,7 +417,7 @@ See `.agents/tools/terminal/terminal-title.md` for customization options.
|
|
|
409
417
|
|
|
410
418
|
- **Multi-Platform Analysis**: SonarCloud, CodeFactor, Codacy, CodeRabbit, Qlty, Gemini Code Assist, Snyk
|
|
411
419
|
- **Performance Auditing**: PageSpeed Insights, Lighthouse, WebPageTest, Core Web Vitals (`/performance` command)
|
|
412
|
-
- **SEO Toolchain**:
|
|
420
|
+
- **SEO Toolchain**: 40+ SEO subagents including Semrush, Ahrefs, ContentKing, Screaming Frog, Bing Webmaster Tools, Rich Results Test, programmatic SEO, analytics tracking, schema validation, content analysis, keyword mapping, and AI readiness
|
|
413
421
|
- **SEO Debugging**: Open Graph validation, favicon checker, social preview testing
|
|
414
422
|
- **Email Deliverability**: SPF/DKIM/DMARC/MX validation, blacklist checking
|
|
415
423
|
- **Uptime Monitoring**: Updown.io integration for website and SSL monitoring
|
|
@@ -492,8 +500,9 @@ aidevops implements proven agent design patterns identified by [Lance Martin (La
|
|
|
492
500
|
|
|
493
501
|
| Pattern | Description | aidevops Implementation |
|
|
494
502
|
|---------|-------------|------------------------|
|
|
495
|
-
| **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`,
|
|
503
|
+
| **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 390+ helper scripts |
|
|
496
504
|
| **Multi-Layer Action Space** | Few tools, push actions to computer | Per-agent MCP filtering (~12-20 tools each) |
|
|
505
|
+
| **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 |
|
|
497
506
|
| **Progressive Disclosure** | Load context on-demand | Subagent routing with content summaries, YAML frontmatter, read-on-demand |
|
|
498
507
|
| **Offload Context** | Write results to filesystem | `.agent-workspace/work/[project]/` for persistence |
|
|
499
508
|
| **Cache Context** | Prompt caching for cost | Stable instruction prefixes |
|
|
@@ -503,7 +512,8 @@ aidevops implements proven agent design patterns identified by [Lance Martin (La
|
|
|
503
512
|
| **Ralph Loop** | Iterative execution until complete | `/full-loop`, `full-loop-helper.sh` |
|
|
504
513
|
| **Evolve Context** | Learn from sessions | `/remember`, `/recall` with SQLite FTS5 + opt-in semantic search |
|
|
505
514
|
| **Pattern Tracking** | Learn what works/fails | `/patterns` command, `memory-helper.sh` |
|
|
506
|
-
| **
|
|
515
|
+
| **Token-Efficient Serialisation** | Minimise context overhead for structured data | [TOON format](https://github.com/marcusquinn/aidevops/blob/main/.agents/toon-format.md) — 20-60% token reduction vs JSON/YAML for agent indexes, registries, and data exchange |
|
|
516
|
+
| **Cost-Aware Routing** | Match model to task complexity | `model-routing.md` with 7-tier guidance, `/route` command |
|
|
507
517
|
| **Model Comparison** | Compare models side-by-side | `/compare-models` (live data), `/compare-models-free` (offline) |
|
|
508
518
|
| **Response Scoring** | Evaluate actual model outputs | `/score-responses` with structured criteria |
|
|
509
519
|
|
|
@@ -534,7 +544,7 @@ Supervisor (pulse loop)
|
|
|
534
544
|
| Mailbox | `mail-helper.sh` | SQLite-backed inter-agent messaging (send, check, broadcast, archive) |
|
|
535
545
|
| Supervisor | `supervisor-helper.sh` | Autonomous multi-task orchestration with SQLite state machine, batches, retry cycles, cron scheduling, auto-pickup from TODO.md |
|
|
536
546
|
| Registry | `mail-helper.sh register` | Agent registration with role, branch, worktree, heartbeat |
|
|
537
|
-
| Model routing | `model-routing.md`, `/route` | Cost-aware
|
|
547
|
+
| Model routing | `model-routing.md`, `/route` | Cost-aware 7-tier routing guidance (local/haiku/flash/sonnet/pro/opus/grok) |
|
|
538
548
|
| Budget tracking | `budget-tracker-helper.sh` | Append-only cost log for model routing decisions |
|
|
539
549
|
| Observability | `observability.mjs` plugin | LLM request capture for cost tracking and performance analysis |
|
|
540
550
|
|
|
@@ -1580,7 +1590,7 @@ aidevops is registered as a **Claude Code plugin marketplace**. Install with two
|
|
|
1580
1590
|
/plugin install aidevops@aidevops
|
|
1581
1591
|
```
|
|
1582
1592
|
|
|
1583
|
-
This installs the complete framework:
|
|
1593
|
+
This installs the complete framework: 13 primary agents, 900+ subagents, and 390+ helper scripts.
|
|
1584
1594
|
|
|
1585
1595
|
### Importing External Skills
|
|
1586
1596
|
|
|
@@ -1646,16 +1656,18 @@ Call them in your AI assistant conversation with a simple @mention
|
|
|
1646
1656
|
|
|
1647
1657
|
### **Main Agents**
|
|
1648
1658
|
|
|
1649
|
-
Primary agents as registered in `subagent-index.toon` (
|
|
1659
|
+
Primary agents as registered in `subagent-index.toon` (13 total). MCPs are loaded on-demand per subagent, not per primary agent:
|
|
1650
1660
|
|
|
1651
1661
|
| Name | File | Purpose | Model Tier |
|
|
1652
1662
|
|------|------|---------|------------|
|
|
1653
1663
|
| Build+ | `build-plus.md` | Enhanced Build with context tools (default agent) | opus |
|
|
1664
|
+
| Automate | `automate.md` | Scheduling, dispatch, monitoring, background orchestration | sonnet |
|
|
1654
1665
|
| Accounts | `accounts.md` | Financial operations | opus |
|
|
1666
|
+
| Business | `business.md` | Company orchestration via AI runners | sonnet |
|
|
1655
1667
|
| Content | `content.md` | Content creation workflows | opus |
|
|
1656
1668
|
| Health | `health.md` | Health and wellness | opus |
|
|
1657
1669
|
| Legal | `legal.md` | Legal compliance | opus |
|
|
1658
|
-
| Marketing | `marketing.md` | Marketing strategy
|
|
1670
|
+
| Marketing | `marketing.md` | Marketing strategy, email campaigns, paid ads, CRO | opus |
|
|
1659
1671
|
| Research | `research.md` | Research and analysis tasks | gemini/grok |
|
|
1660
1672
|
| Sales | `sales.md` | Sales operations and CRM pipeline | opus |
|
|
1661
1673
|
| SEO | `seo.md` | SEO optimization and analysis | opus |
|
|
@@ -1666,7 +1678,7 @@ Primary agents as registered in `subagent-index.toon` (11 total). MCPs are loade
|
|
|
1666
1678
|
|
|
1667
1679
|
### **Example Subagents with MCP Integration**
|
|
1668
1680
|
|
|
1669
|
-
These are examples of subagents that have supporting MCPs enabled. See `.agents/` for the full list of
|
|
1681
|
+
These are examples of subagents that have supporting MCPs enabled. See `.agents/` for the full list of 900+ subagents organized by domain.
|
|
1670
1682
|
|
|
1671
1683
|
| Agent | Purpose | MCPs Enabled |
|
|
1672
1684
|
|-------|---------|--------------|
|
|
@@ -2325,8 +2337,8 @@ aidevops/
|
|
|
2325
2337
|
├── AGENTS.md # AI agent guidance (dev)
|
|
2326
2338
|
├── .agents/ # Agents and documentation
|
|
2327
2339
|
│ ├── AGENTS.md # User guide (deployed to ~/.aidevops/agents/)
|
|
2328
|
-
│ ├── *.md #
|
|
2329
|
-
│ ├── scripts/ #
|
|
2340
|
+
│ ├── *.md # 13 primary agents
|
|
2341
|
+
│ ├── scripts/ # 390+ helper scripts
|
|
2330
2342
|
│ ├── tools/ # Cross-domain utilities (video, browser, git, etc.)
|
|
2331
2343
|
│ ├── services/ # External service integrations
|
|
2332
2344
|
│ └── workflows/ # Development process guides
|
|
@@ -2440,7 +2452,7 @@ See `.agents/tools/credentials/multi-tenant.md` for complete documentation.
|
|
|
2440
2452
|
**For You:**
|
|
2441
2453
|
|
|
2442
2454
|
- Autonomous project management — dispatch a mission and let AI agents handle milestones, validation, and delivery across days
|
|
2443
|
-
- Cross-domain operations — code, business, marketing, legal, sales, content, video, research, SEO, health, and accounts managed through one platform
|
|
2455
|
+
- Cross-domain operations — code, automation, business, marketing, legal, sales, content, video, research, SEO, social media, health, and accounts managed through one platform
|
|
2444
2456
|
- Multi-model safety — destructive operations verified by a second AI provider before execution
|
|
2445
2457
|
- Enterprise-grade quality — multi-platform analysis, automated security monitoring, continual improvement loops
|
|
2446
2458
|
- Infrastructure management — 30+ service integrations with standardized commands across all providers
|
|
@@ -2449,8 +2461,8 @@ See `.agents/tools/credentials/multi-tenant.md` for complete documentation.
|
|
|
2449
2461
|
|
|
2450
2462
|
- Autonomous supervisor — pulse runs every 2 minutes, merging PRs, dispatching workers, killing stuck processes, advancing missions
|
|
2451
2463
|
- Operational intelligence — struggle-ratio detection, orphaned PR recovery, circuit breaker, dynamic concurrency
|
|
2452
|
-
- Cost-aware routing —
|
|
2453
|
-
- Progressive context —
|
|
2464
|
+
- Cost-aware routing — 7-tier model selection (local → haiku → flash → sonnet → pro → opus → grok) with budget tracking
|
|
2465
|
+
- Progressive context — 900+ subagents loaded on demand, project bundles auto-configuring quality gates and model tiers
|
|
2454
2466
|
- Self-improving — session mining extracts learnings, quality findings auto-create tasks, patterns feed back into agent prompts
|
|
2455
2467
|
|
|
2456
2468
|
**Get Started:**
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.0.1
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup-modules/core.sh
CHANGED
|
@@ -441,6 +441,16 @@ check_requirements() {
|
|
|
441
441
|
missing_deps+=("rg")
|
|
442
442
|
missing_packages+=("ripgrep")
|
|
443
443
|
fi
|
|
444
|
+
if ! command -v sqlite3 >/dev/null 2>&1; then
|
|
445
|
+
missing_deps+=("sqlite3")
|
|
446
|
+
# Package name varies: sqlite3 on Debian/Ubuntu/apt, sqlite on brew/Fedora/Arch/Alpine
|
|
447
|
+
local pkg_mgr
|
|
448
|
+
pkg_mgr=$(detect_package_manager)
|
|
449
|
+
case "$pkg_mgr" in
|
|
450
|
+
apt) missing_packages+=("sqlite3") ;;
|
|
451
|
+
*) missing_packages+=("sqlite") ;;
|
|
452
|
+
esac
|
|
453
|
+
fi
|
|
444
454
|
|
|
445
455
|
if [[ ${#missing_deps[@]} -gt 0 ]]; then
|
|
446
456
|
print_warning "Missing required dependencies: ${missing_deps[*]}"
|
package/setup.sh
CHANGED
|
@@ -10,7 +10,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
10
10
|
# AI Assistant Server Access Framework Setup Script
|
|
11
11
|
# Helps developers set up the framework for their infrastructure
|
|
12
12
|
#
|
|
13
|
-
# Version:
|
|
13
|
+
# Version: 3.0.1
|
|
14
14
|
#
|
|
15
15
|
# Quick Install:
|
|
16
16
|
# npm install -g aidevops && aidevops update (recommended)
|