aidevops 3.32.288 → 3.32.290

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
@@ -9,7 +9,7 @@
9
9
 
10
10
  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.
11
11
 
12
- > **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.
12
+ > **Recommended setup:** [OpenCode](https://opencode.ai/) + OpenAI GPT-5.6 models. aidevops routes Luna to bounded work, Terra to general implementation, and Sol to consequential reasoning and synthesis. Claude models (Anthropic) remain fully supported fallbacks, and other model providers are evaluated as their quality, latency, and cost profiles change.
13
13
 
14
14
  *"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."*
15
15
 
@@ -60,7 +60,7 @@ The result: an AI operations platform that manages projects across every busines
60
60
  [![Copyright](https://img.shields.io/badge/Copyright-Marcus%20Quinn%202025--2026-blue.svg)](https://github.com/marcusquinn)
61
61
 
62
62
  <!-- Release & Version Info -->
63
- [![Version](https://img.shields.io/badge/Version-3.32.288-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
63
+ [![Version](https://img.shields.io/badge/Version-3.32.290-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
64
64
  [![npm version](https://img.shields.io/npm/v/aidevops)](https://www.npmjs.com/package/aidevops)
65
65
  [![Homebrew](https://img.shields.io/badge/homebrew-marcusquinn%2Ftap-orange)](https://github.com/marcusquinn/homebrew-tap)
66
66
  [![GitHub repository](https://img.shields.io/badge/github-repository-181717.svg?logo=github)](https://github.com/marcusquinn/aidevops)
@@ -92,10 +92,10 @@ the required notices and preferred credit text.
92
92
 
93
93
  - **Purpose**: AI-assisted DevOps automation framework
94
94
  - **Install**: `npm install -g aidevops && aidevops update`
95
- - **Recommended runtime/models**: OpenCode + OpenAI GPT-5.5 / GPT-5.4 mini
95
+ - **Recommended runtime/models**: OpenCode + OpenAI GPT-5.6 Luna / Terra / Sol
96
96
  - **Entry**: `aidevops` CLI, `~/.aidevops/agents/AGENTS.md`
97
97
  - **Stack**: Bash scripts, TypeScript (Bun), MCP servers
98
- - **Recent focus**: OpenCode control-plane safety, local repo metrics, mobile simulator testing, self-hosted runner operations, and pulse/worker diagnostics
98
+ - **Recent focus**: evidence-based model routing, indexed worker worktrees, audited deployment copies, release provenance, and OpenCode control-plane safety
99
99
 
100
100
  ### Key Commands
101
101
 
@@ -119,15 +119,16 @@ the required notices and preferred credit text.
119
119
  - `/auto-browse` - Learn, optimize, and graduate repeatable browser operations and web data-mining workflows
120
120
  - `/report-render` - Render report-ready Markdown or JSON to HTML with sticky TOC, print CSS, evidence badges, and source cards for PDF export
121
121
  - `/report-token-use` - Generate a local per-session token, model, compaction, and MCP-use report
122
+ - `/optimize-tiers` - Compare production routing telemetry with sealed historical model replay before changing model defaults
122
123
  - `/pulse` - Run the autonomous supervisor loop for dispatch, merge, diagnostics, and stuck-work recovery
123
124
  - `/serve-sim` / `serve-sim-helper.sh` - Exercise mobile web flows in simulator-backed local previews
124
125
 
125
126
  ### Agent Structure
126
127
 
127
128
  - 14 primary agents (Build+, Automate, Product, SEO, Marketing-Sales, etc.) with specialist @subagents on demand
128
- - 2,150+ agent and subagent markdown files organized by domain
129
- - 1,630+ helper scripts in `.agents/scripts/`
130
- - 185+ slash commands and workflow guides for common operations
129
+ - 2,350+ agent and subagent markdown files organized by domain
130
+ - 1,960+ helper scripts in `.agents/scripts/`
131
+ - 210+ slash commands and workflow guides for common operations
131
132
 
132
133
  ### What You Can Ask aidevops To Do
133
134
 
@@ -141,6 +142,10 @@ the required notices and preferred credit text.
141
142
 
142
143
  Since the last README feature refresh, aidevops has added or expanded:
143
144
 
145
+ - **Evidence-based model routing**: sealed historical replay evaluates model tiers and reasoning effort against deterministic hidden checks, with isolated macOS and Linux sandboxes and an explicit trusted-local posture that cannot automatically change routing (`.agents/workflows/optimize-tiers.md`).
146
+ - **Indexed worker worktrees**: dispatched linked worktrees can initialize branch-local CodeGraph indexes asynchronously, with bounded queues, disk-capacity checks, and failure isolation from worker launch (`.agents/scripts/codegraph-worktree-init-helper.sh`).
147
+ - **Audited non-Git deployment copies**: reviewed worktree content can converge into allowlisted stable runtime directories through dry-run manifests, private receipts, verified activation, recovery, and rollback (`.agents/reference/dirty-worktree-preservation.md`).
148
+ - **Release provenance recovery**: exact-tip aggregation successors preserve reviewed source manifests when `main` advances, while fenced release lanes continue to block unreviewed or conflicting publication (`.agents/reference/release-aggregation-recovery.md`).
144
149
  - **OpenCode GUI/control-plane planning**: ADRs, threat model, trust-boundary guidance, and containment rules for a future GUI that stays local-first, auditable, and explicitly separated from secret-bearing helpers (`docs/gui/`).
145
150
  - **Mobile and simulator workflows**: app-development guidance, App Store Connect support, Expo/Xcode/Swift workflows, Maestro/minisim/iOS Simulator MCP references, and `serve-sim` mobile web testing support (`.agents/tools/mobile/`).
146
151
  - **Self-hosted runner operations**: lifecycle and storage runbooks, Docker foreground-mode guidance, systemd timer freshness triage, and ExecStop race-guard documentation (`.agents/reference/github-self-hosted-runners.md`).
@@ -281,7 +286,7 @@ git clone https://github.com/marcusquinn/aidevops.git ~/Git/aidevops
281
286
  - Ensure all PATH and alias changes work in both bash, zsh, and fish
282
287
  - When Claude Code is installed, add a `claude` alias that runs `claude --dangerously-skip-permissions` (skips per-tool permission prompts). Re-running setup updates the alias automatically. To grant permissions per-session instead, press **Shift-Tab** inside Claude Code to cycle through permission modes (default → skip permissions → auto-approve).
283
288
 
284
- **New users: Start [OpenCode](https://opencode.ai/) and type `/onboarding`** to configure your services interactively. OpenCode is the recommended tool for aidevops; pair it with OpenAI GPT-5.5 and GPT-5.4 mini for the best current results across agent tiers. The onboarding wizard will:
289
+ **New users: Start [OpenCode](https://opencode.ai/) and type `/onboarding`** to configure your services interactively. OpenCode is the recommended tool for aidevops; the default routing uses OpenAI GPT-5.6 Luna, Terra, and Sol across the simple, standard, and thinking tiers. The onboarding wizard will:
285
290
  - Explain what **[aidevops](https://aidevops.sh)** can do
286
291
  - Ask about your work to give personalized recommendations
287
292
  - Show which services are configured vs need setup
@@ -440,7 +445,7 @@ See `.agents/tools/task-management/beads.md` for complete documentation and inst
440
445
 
441
446
  ### OpenAI Models in OpenCode (Recommended)
442
447
 
443
- OpenCode with OpenAI is the current recommended aidevops setup. Use GPT-5.5 for complex reasoning, architecture, security-sensitive review, and hard agent tiers; use GPT-5.4 mini for fast triage, routine implementation, retries, and lower-cost worker throughput.
448
+ OpenCode with OpenAI is the current recommended aidevops setup. The default routing uses GPT-5.6 Luna for bounded low-consequence work, Terra for established-pattern implementation, and Sol for consequential decisions, architecture, and synthesis-heavy work.
444
449
 
445
450
  **Authenticate via the pool:**
446
451
 
@@ -452,7 +457,7 @@ aidevops model-accounts-pool add openai
452
457
  **Why this is the default:**
453
458
 
454
459
  - **Best current cross-tier results** — strongest observed balance across interactive Build+, workers, review, and dispatch tiers
455
- - **Good cost/latency split** — GPT-5.5 for depth, GPT-5.4 mini for high-volume routine work
460
+ - **Tiered cost/latency split** — Luna for bounded work, Terra for general implementation, and Sol where deeper judgement is worth the extra budget
456
461
  - **Provider isolation** — OpenAI accounts rotate independently from Anthropic, Google, Cursor, and local providers
457
462
  - **Fallback-friendly** — Claude, Gemini, Cursor, and local models remain available when a task or rate-limit profile calls for them
458
463
 
@@ -570,7 +575,7 @@ The secure workflow is included at `.github/workflows/opencode-agent.yml`.
570
575
 
571
576
  See `.agents/tools/git/opencode-github-security.md` for the full security documentation.
572
577
 
573
- **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 OpenAI models for the best current results across all agent tiers: GPT-5.4 mini for fast triage/routine work and GPT-5.5 for complex implementation, review, and reasoning. [Claude](https://claude.ai/) models (Anthropic) remain fully supported, and other providers are tested as their capabilities change.
578
+ **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. The default OpenAI routing maps GPT-5.6 Luna, Terra, and Sol to the simple, standard, and thinking tiers. [Claude](https://claude.ai/) models (Anthropic) remain fully supported fallbacks, and other providers are tested as their capabilities change.
574
579
 
575
580
  The native `ai_research` tool uses OpenCode's configured providers and canonical `simple`, `standard`, and `thinking` workload tiers; it does not require a specific provider credential.
576
581
 
@@ -578,7 +583,7 @@ The native `ai_research` tool uses OpenCode's configured providers and canonical
578
583
 
579
584
  - **[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.
580
585
  - **[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.
581
- - **OpenAI GPT-5.5 / GPT-5.4 mini** - Recommended model pair for aidevops today. Use GPT-5.5 for complex reasoning and high-impact agent tiers; use GPT-5.4 mini for triage, routine implementation, and cost-efficient parallel workers.
586
+ - **OpenAI GPT-5.6 Luna / Terra / Sol** - Recommended tier family for aidevops today: Luna for bounded work, Terra for routine implementation, and Sol for consequential reasoning and high-impact decisions.
582
587
  - **[Claude](https://claude.ai/)** (Anthropic) - Fully supported alternative provider. Claude models remain useful for fallback, cross-provider verification, and users with Claude Pro/Max OAuth access.
583
588
  - **[Tabby](https://tabby.sh/)** - Recommended terminal. Colour-coded Profiles per project/repo, **auto-syncs tab titles with git/session context and marks OpenCode turns from the first submitted message as ⚪, 🔴, 🟡, or 🟢.**
584
589
  - **[Zed](https://zed.dev/)** - Recommended editor. High-performance with AI integration (use with the OpenCode Agent Extension).
@@ -830,9 +835,9 @@ aidevops implements proven agent design patterns identified by [Lance Martin (La
830
835
 
831
836
  | Pattern | Description | aidevops Implementation |
832
837
  |---------|-------------|------------------------|
833
- | **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 1,630+ helper scripts |
838
+ | **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 1,960+ helper scripts |
834
839
  | **Multi-Layer Action Space** | Few tools, push actions to computer | Per-agent MCP filtering (~12-20 tools each) |
835
- | **Knowledge Graph Routing** | Indexed, cross-referenced agents instead of isolated skills | `subagent-index.toon` maps 2,150+ agents by domain, purpose, and dependency — agents discover related context through the graph, not just their own file |
840
+ | **Knowledge Graph Routing** | Indexed, cross-referenced agents instead of isolated skills | `subagent-index.toon` maps 2,350+ agents by domain, purpose, and dependency — agents discover related context through the graph, not just their own file |
836
841
  | **Progressive Disclosure** | Load context on-demand | Subagent routing with content summaries, YAML frontmatter, read-on-demand |
837
842
  | **Offload Context** | Write results to filesystem | `.agent-workspace/work/[project]/` for persistence |
838
843
  | **Cache Context** | Prompt caching for cost | Stable instruction prefixes |
@@ -865,7 +870,7 @@ Supervisor (pulse loop)
865
870
  │ ├── task_assignment → worker inbox
866
871
  │ ├── status_report → coordinator outbox
867
872
  │ └── broadcast → all agents
868
- └── Model Routing (tier-based: GPT-5.4 mini / GPT-5.5 / provider fallbacks)
873
+ └── Model Routing (tier-based: GPT-5.6 Luna / Terra / Sol / provider fallbacks)
869
874
  ```
870
875
 
871
876
  **Key components:**
@@ -1963,7 +1968,7 @@ aidevops is registered as a **Claude Code plugin marketplace**. Install with two
1963
1968
  /plugin install aidevops@aidevops
1964
1969
  ```
1965
1970
 
1966
- This installs the complete framework: 14 primary agents, 2,150+ subagents, and 1,630+ helper scripts.
1971
+ This installs the complete framework: 14 primary agents, 2,350+ subagents, and 1,960+ helper scripts.
1967
1972
 
1968
1973
  ### Importing External Skills
1969
1974
 
@@ -2093,7 +2098,7 @@ The long-term direction is to make slash commands and `@mentions` unnecessary al
2093
2098
 
2094
2099
  ### **Example Subagents with MCP Integration**
2095
2100
 
2096
- These are examples of subagents that have supporting MCPs enabled. See `.agents/` for the full list of 2,150+ subagents organized by domain.
2101
+ These are examples of subagents that have supporting MCPs enabled. See `.agents/` for the full list of 2,350+ subagents organized by domain.
2097
2102
 
2098
2103
  | Agent | Purpose | MCPs Enabled |
2099
2104
  |-------|---------|--------------|
@@ -2925,7 +2930,7 @@ See `.agents/tools/credentials/multi-tenant.md` for complete documentation.
2925
2930
  - Autonomous supervisor — pulse runs every 2 minutes, merging PRs, dispatching workers, killing stuck processes, advancing missions
2926
2931
  - Operational intelligence — struggle-ratio detection, orphaned PR recovery, circuit breaker, dynamic concurrency
2927
2932
  - Cost-aware routing — provider-aware model selection across OpenAI, Anthropic, Gemini, Cursor, Grok, and local models with budget tracking
2928
- - Progressive context — 2,150+ subagents loaded on demand, project bundles auto-configuring quality gates and model tiers
2933
+ - Progressive context — 2,350+ subagents loaded on demand, project bundles auto-configuring quality gates and model tiers
2929
2934
  - Self-improving — session mining extracts learnings, quality findings auto-create tasks, patterns feed back into agent prompts
2930
2935
 
2931
2936
  **Get Started:**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.288
1
+ 3.32.290
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.32.288
8
+ # Version: 3.32.290
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.32.288",
3
+ "version": "3.32.290",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.11",
package/setup.sh CHANGED
@@ -17,7 +17,7 @@ fi
17
17
  # AI Assistant Server Access Framework Setup Script
18
18
  # Helps developers set up the framework for their infrastructure
19
19
  #
20
- # Version: 3.32.288
20
+ # Version: 3.32.290
21
21
  #
22
22
  # Quick Install:
23
23
  # npm install -g aidevops && aidevops update (recommended)