Spare Parts CLI
sp is the Spare Parts command line.
spModules are imported lazily, so the module named on the command line is the only one loaded. Running one module never pays for another module's imports, and a module with a broken dependency cannot stop the rest of the command line from working.
Modules
| Module | What it does |
|---|---|
sp ec |
Install engineering-context commands for coding agents |
sp lgtm |
Prove you read a diff before you merge it |