odavl-cli
v0.3.0
Published
Automated development governance CLI for code healing and CI management.
Readme
ODAVL CLI
Automated development governance CLI for code healing and CI management.
Installation
npm install -g @odavl/cliQuick Start
# Scan codebase health
odavl scan
# Apply automated fixes with safety limits
odavl heal --recipe esm-hygiene --dry-run
odavl heal --recipe esm-hygiene --apply --max-files 5
# Check governance status
odavl status
odavl governor explain
# Create evidence-backed PRs
odavl pr open --title "ESM hygiene fixes" --body "Automated import fixes"
# Trigger CI workflows
odavl shadow run --workflow ci.yml
odavl shadow status
# Undo recent changes
odavl undo lastConfiguration
Create .odavl.policy.yml in your project root:
governor:
prsPerDay: 5
ciMinutesPerHour: 60
studio:
telemetry: off