aidevops 3.32.308 → 3.32.310

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
@@ -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.308-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
63
+ [![Version](https://img.shields.io/badge/Version-3.32.310-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)
@@ -119,7 +119,7 @@ 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
+ - `/optimize-tiers` - Optionally investigate unresolved model comparisons with production telemetry and sealed historical replay
123
123
  - `/pulse` - Run the autonomous supervisor loop for dispatch, merge, diagnostics, and stuck-work recovery
124
124
  - `/serve-sim` / `serve-sim-helper.sh` - Exercise mobile web flows in simulator-backed local previews
125
125
 
@@ -446,7 +446,9 @@ See `.agents/tools/task-management/beads.md` for complete documentation and inst
446
446
 
447
447
  ### OpenAI Models in OpenCode (Recommended)
448
448
 
449
- 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.
449
+ OpenCode with OpenAI is the current recommended aidevops setup. Delegation defaults are GPT-5.6 Luna **medium** for bounded low-consequence work, Terra **high** for established-pattern implementation, and Sol **medium** for consequential decisions, architecture, and synthesis-heavy work. GPT-6 Astra **medium** is an optional interactive daily driver; selecting it does not replace the cheaper child tiers.
450
+
451
+ Optimise through ordinary verified work, retries and parent repair rather than a prerequisite benchmark project. API prices are directional resource-cost estimates, not ChatGPT subscription allowance percentages. See [practical model and effort selection](.agents/tools/context/model-routing.md#practical-model-and-effort-selection) for the strategy, estimate scope and safe escalation rules.
450
452
 
451
453
  **Authenticate via the pool:**
452
454
 
@@ -457,7 +459,7 @@ aidevops model-accounts-pool add openai
457
459
 
458
460
  **Why this is the default:**
459
461
 
460
- - **Best current cross-tier results** — strongest observed balance across interactive Build+, workers, review, and dispatch tiers
462
+ - **Pragmatic defaults** — reversible choices improved through actual completion and repair evidence, not a claim of benchmark superiority
461
463
  - **Tiered cost/latency split** — Luna for bounded work, Terra for general implementation, and Sol where deeper judgement is worth the extra budget
462
464
  - **Provider isolation** — OpenAI accounts rotate independently from Anthropic, Google, Cursor, and local providers
463
465
  - **Fallback-friendly** — Claude, Gemini, Cursor, and local models remain available when a task or rate-limit profile calls for them
@@ -1365,7 +1367,6 @@ The setup script offers to install these tools automatically.
1365
1367
 
1366
1368
  ### **AI Prompt Optimization**
1367
1369
 
1368
- - **[Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview)**: Semantic codebase retrieval with deep code understanding
1369
1370
  - **[Repomix](https://repomix.com/)**: Pack codebases into AI-friendly context (80% token reduction with compress mode)
1370
1371
  - **[DSPy](https://dspy.ai/)**: Framework for programming with language models
1371
1372
  - **[DSPyGround](https://dspyground.com/)**: Interactive playground for prompt optimization
@@ -1450,13 +1451,12 @@ See `.agents/tools/ocr/glm-ocr.md` for batch processing, PDF workflows, and Peek
1450
1451
 
1451
1452
  **Model Context Protocol servers for real-time AI assistant integration.** The framework configures these MCPs for **[OpenCode](https://opencode.ai/)** (TUI, Desktop, and Extension for Zed/VSCode).
1452
1453
 
1453
- ### **All Supported MCPs (20 available)**
1454
+ ### **All Supported MCPs (19 available)**
1454
1455
 
1455
1456
  MCP integrations use reviewed local package runners or remote HTTPS endpoints. Security-sensitive local integrations use exact package pins where required; setup may globally cache selected tools for faster startup. Run `setup.sh` or `aidevops update-tools` to refresh managed tooling.
1456
1457
 
1457
1458
  | MCP | Purpose | Tier | API Key Required |
1458
1459
  |-----|---------|------|------------------|
1459
- | [Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview) | Semantic codebase retrieval | Global | Yes (Augment account) |
1460
1460
  | [Claude Code MCP](https://github.com/steipete/claude-code-mcp) | Claude as sub-agent | Global | No |
1461
1461
  | [Amazon Order History](https://github.com/marcusquinn/amazon-order-history-csv-download-mcp) | Order data extraction | Per-agent | No |
1462
1462
  | [Chrome DevTools](https://chromedevtools.github.io/devtools-protocol/) | Browser debugging & automation | Per-agent | No |
@@ -1503,7 +1503,6 @@ These use direct API calls via curl, avoiding MCP server startup entirely:
1503
1503
 
1504
1504
  **Context & Codebase:**
1505
1505
 
1506
- - [Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview) - Semantic codebase retrieval with deep code understanding
1507
1506
  - [llm-tldr](https://github.com/parcadei/llm-tldr) - Semantic code analysis with 95% token savings ([details below](#llm-tldr---semantic-code-analysis))
1508
1507
  - [Context7](https://context7.com/) - Real-time documentation access for thousands of libraries
1509
1508
  - [Repomix](https://github.com/yamadashy/repomix) - Pack codebases into AI-friendly context
@@ -1848,84 +1847,6 @@ Repomix runs as an MCP server for direct AI assistant integration:
1848
1847
 
1849
1848
  See `.agents/tools/context/context-builder.md` for complete documentation.
1850
1849
 
1851
- ## **Augment Context Engine - Semantic Codebase Search**
1852
-
1853
- [Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview) provides semantic codebase retrieval - understanding your code at a deeper level than simple text search. It's the recommended tool for real-time interactive coding sessions.
1854
-
1855
- ### Why Augment Context Engine?
1856
-
1857
- | Feature | grep/glob | Augment Context Engine |
1858
- |---------|-----------|------------------------|
1859
- | Text matching | Exact patterns | Semantic understanding |
1860
- | Cross-file context | Manual | Automatic |
1861
- | Code relationships | None | Understands dependencies |
1862
- | Natural language | No | Yes |
1863
-
1864
- Use it to:
1865
-
1866
- - Find related code across your entire codebase
1867
- - Understand project architecture quickly
1868
- - Discover patterns and implementations
1869
- - Get context-aware code suggestions
1870
-
1871
- ### Quick Setup
1872
-
1873
- ```bash
1874
- # 1. Install Auggie CLI (requires Node.js 22+)
1875
- npm install -g @augmentcode/auggie@prerelease
1876
-
1877
- # 2. Authenticate (opens browser)
1878
- auggie login
1879
-
1880
- # 3. Verify installation
1881
- auggie token print
1882
- ```
1883
-
1884
- ### MCP Integration
1885
-
1886
- Add to your AI assistant's MCP configuration:
1887
-
1888
- **OpenCode** (`~/.config/opencode/opencode.json`):
1889
-
1890
- ```json
1891
- {
1892
- "mcp": {
1893
- "augment-context-engine": {
1894
- "type": "local",
1895
- "command": ["auggie", "--mcp"],
1896
- "enabled": true
1897
- }
1898
- }
1899
- }
1900
- ```
1901
-
1902
- **claude-code CLI**:
1903
-
1904
- ```bash
1905
- claude mcp add-json auggie-mcp --scope user '{"type":"stdio","command":"auggie","args":["--mcp"]}'
1906
- ```
1907
-
1908
- ### Verification
1909
-
1910
- Test with this prompt:
1911
-
1912
- ```text
1913
- What is this project? Please use codebase retrieval tool to get the answer.
1914
- ```
1915
-
1916
- The AI should provide a semantic understanding of your project architecture.
1917
-
1918
- ### Repomix vs Augment Context Engine
1919
-
1920
- | Use Case | Tool | When to Use |
1921
- |----------|------|-------------|
1922
- | **Interactive coding** | Augment Context Engine | Real-time semantic search during development |
1923
- | **Share with external AI** | Repomix | Self-contained snapshot for ChatGPT, Claude web, etc. |
1924
- | **Architecture review** | Repomix (compress) | 80% token reduction, structure only |
1925
- | **CI/CD integration** | Repomix GitHub Action | Automated context in releases |
1926
-
1927
- See `.agents/tools/context/augment-context-engine.md` for complete documentation.
1928
-
1929
1850
  ### llm-tldr - Semantic Code Analysis
1930
1851
 
1931
1852
  [llm-tldr](https://github.com/parcadei/llm-tldr) extracts code structure and semantics, saving ~95% tokens compared to raw code. From the [Continuous-Claude](https://github.com/parcadei/Continuous-Claude-v3) project.
@@ -2073,6 +1994,12 @@ Primary agents live at `.agents/<name>.md`. Each is a domain expert with its own
2073
1994
 
2074
1995
  The `aidevops-` prefix differentiates framework commands from each client's native slash commands and groups them alphabetically in the command picker. It applies to **every** aidevops slash command — not just main agents — so `/aidevops-preflight`, `/aidevops-release`, `/aidevops-commit` etc. all sort together in your `/` menu.
2075
1996
 
1997
+ Codex setup/update also installs global `AGENTS.md` guidance, native workflow
1998
+ skills and compatible lifecycle hooks. Build+ loads by default; use `/skills`
1999
+ for workflows and `/hooks` to review/trust new hooks. Existing personal settings
2000
+ are preserved. For full-access launch flags and runtime differences, see
2001
+ [Codex CLI integration](.agents/tools/ai-assistants/codex-cli.md).
2002
+
2076
2003
  #### Supported AI clients (14)
2077
2004
 
2078
2005
  The framework installs itself across these clients. Slash commands, agent definitions, and (optionally) session-memory mining are wired up per-client by `setup.sh`, gated on per-client feature flags in `.agents/scripts/runtime-registry.sh`.
@@ -2081,7 +2008,7 @@ The framework installs itself across these clients. Slash commands, agent defini
2081
2008
  |---|---|---|---|---|
2082
2009
  | OpenCode | ✅ `~/.config/opencode/command/` | config-based | ✅ default | Native tab-through primary agents |
2083
2010
  | Claude Code | ✅ `~/.claude/commands/` | ✅ `~/.claude/agents/` | ✅ default | Full feature parity |
2084
- | Codex CLI | ✅ `~/.codex/prompts/` | | ✅ default | Invoked as `/prompts:aidevops-<name>` |
2011
+ | Codex CLI | ✅ native skills + legacy `~/.codex/prompts/` | Workflow skills | ✅ default | `$aidevops-<name>`; legacy `/prompts:aidevops-<name>` |
2085
2012
  | Cursor | ✅ `~/.cursor/commands/` (≥1.6) | ✅ `~/.cursor/agents/` | ✅ default | Frontmatter stripped (not supported) |
2086
2013
  | Droid (Factory) | ✅ `~/.factory/commands/` | — | opt-in | — |
2087
2014
  | Gemini CLI | ✅ `~/.gemini/commands/` | — | opt-in | Converted to TOML (`prompt = """..."""`) |
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.308
1
+ 3.32.310
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.308
8
+ # Version: 3.32.310
9
9
 
10
10
  set -euo pipefail
11
11
 
@@ -1631,12 +1631,12 @@ _main_check_version() {
1631
1631
  cli_version=$(get_version)
1632
1632
  [[ -f "$AGENTS_DIR/VERSION" ]] && agents_version=$(cat "$AGENTS_DIR/VERSION") || agents_version="not installed"
1633
1633
  if [[ "$agents_version" == "not installed" ]]; then
1634
- echo -e "${YELLOW}[WARN]${NC} Agents not installed. Run: aidevops update"
1635
- echo ""
1634
+ echo -e "${YELLOW}[WARN]${NC} Agents not installed. Run: aidevops update" >&2
1635
+ echo "" >&2
1636
1636
  elif [[ "$cli_version" != "$agents_version" ]]; then
1637
- echo -e "${YELLOW}[WARN]${NC} Version mismatch - CLI: $cli_version, Agents: $agents_version"
1638
- echo -e " Run: aidevops update"
1639
- echo ""
1637
+ echo -e "${YELLOW}[WARN]${NC} Version mismatch - CLI: $cli_version, Agents: $agents_version" >&2
1638
+ echo -e " Run: aidevops update" >&2
1639
+ echo "" >&2
1640
1640
  fi
1641
1641
  return 0
1642
1642
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.32.308",
3
+ "version": "3.32.310",
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.308
20
+ # Version: 3.32.310
21
21
  #
22
22
  # Quick Install:
23
23
  # npm install -g aidevops && aidevops update (recommended)