What problem does it solve?
Streamlines orchestrating OctoMesh development tasks across multiple repositories by translating natural language intents into safe PowerShell commands, reducing context switching and human error.
Core Features & Use Cases
- Single entry point for operations: /octo-devtools to run natural-language commands and have them executed as PowerShell cmdlets.
- Natural language to cmdlet mapping: Claude translates intents into the correct PowerShell cmdlets with safety checks and clear guidance.
- Prerequisites and invocation pattern: outlines required tools (pwsh, monorepo layout) and the wrapper invocation using scripts/run_pwsh.sh.
- Workflow references: points to references/command-reference.md and references/workflows.md for structured guidance and best practices.
- Safe defaults and packaging: defaults to multi-repo build workflows (Invoke-BuildAll) with NuGet package propagation when appropriate.
Quick Start
Ask OctoMesh DevTools to run a command, for example Invoke-BuildAll -configuration DebugL, to build all repos.