vibe-action 0.2.2

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
8
9
# Controls how imports are grouped.
# NOTE: This option is only available on the nightly Rust channel.
# Usage: rustup run nightly cargo fmt
imports_granularity = "Item"

# Update version:
# Install: cargo install --path . --force
# Update changelog: git cliff --tag v0.2.2 -o CHANGELOG.md
# Create tag: git tag v0.2.2