odinfra
v0.3.0
Published
CLI for installing governed AI subagent setup files into existing projects.
Maintainers
Readme
odinfra
CLI for installing governed, role-based AI subagent setup files into existing projects.
Usage
npx odinfra init --dry-run --yes
npx odinfra init --yes --commands
npx odinfra update --dry-run
npx odinfra configure --agent odin-orchestrator --model opencode-go/kimi-k2.6 --dry-run
npx odinfra adopt
npx odinfra inspect
npx odinfra doctorThe package is intentionally CLI-only. It does not expose a supported JavaScript import API.
Generated Files
Odinfra writes OpenCode-compatible files, an Odinfra manifest, and an Odinfra-managed block in AGENTS.md. User-owned content outside managed blocks is preserved.
update regenerates from .odinfra/config.json, configure changes selected agent settings before regenerating a plan, and adopt only prints a read-only project analysis and integration prompt.
