-
-
Notifications
You must be signed in to change notification settings - Fork 0
setup rust
LoFi edited this page Jan 26, 2026
·
1 revision
Install the package (requires Python 3.8+):
pip install lofi-gateScaffold the configuration into your workspace:
lofi-gate initThis creates .agent/skills/lofi-gate/.
Rust doesn't have a standardized "scripts" section like Node, but you can use cargo-make or just run the CLI directly.
Using cargo-make (Makefile.toml):
[tasks.verify]
command = "lofi-gate"
args = ["verify", "--parallel"]Run the gate manually:
lofi-gate verify