@ryanjoserbrosas/ultradev
v1.1.2
Published
The Unified OpenCode Engine — Bootstrap and Runtime in One CLI
Downloads
730
Maintainers
Readme
Ultra
Ultra is the unified OpenCode product. It combines bootstrap and runtime orchestration into a single CLI and package.
Install
npm install -g @ryanjoserbrosas/ultradev
# or
bunx @ryanjoserbrosas/ultradev --helpQuick start
ultra init
ultra run "Fix the bug in index.ts"
ultra doctorConfiguration
Ultra reads JSONC config from:
- User:
~/.config/ultra/ultra.jsonc - Project:
.opencode/ultra.jsonc
See docs/CONFIG.md for schema and merge rules.
CLI reference
See docs/CLI.md.
Migration
See docs/MIGRATION.md for upgrading from legacy installs.
