Community capabilities for OmniDev.
Capabilities are configured in your project's omnidev.toml:
[capabilities.ralph]
path = "/path/to/omnidev-capabilities/ralph"
enabled = trueOr install from a git URL:
[capabilities.ralph]
git = "https://github.com/Nikola-Milovic/omnidev-capabilities"
path = "ralph"
enabled = true# Install dependencies
bun install
# Type check
bun run typecheck
# Lint
bun run lint
# Format
bun run formatSee the capability development guide.