Summary
All agent prompts, skill files, and TypeScript source code now use generic, language-neutral commands instead of hardcoded npm/Node.js-specific commands. OMC now works seamlessly with any project type (Python, Go, Rust, Java, etc.).
Changed Files (22)
Agent Prompts: deep-executor.md, architect.md
Skill Files: build-fix, ultrawork, ralph, ultraqa, tdd, ultrapilot, deepinit
Command Docs: build-fix.md, ralph.md, ultrawork.md, ultraqa.md
TypeScript Source: ultraqa/index.ts, verification/index.ts, autopilot/state.ts, definitions.ts, background-tasks.ts, task-decomposer/index.ts
Key Changes
getGoalCommand()in ultraqa returns generic comments with multi-ecosystem examplesSTANDARD_CHECKSin verification module no longer hardcodes npm commands- All skill/agent/command prompts use "project's test/build/lint command" instead of npm-specific commands
Full Changelog: v3.9.0...v3.9.1