@solo-founders/sfp-cli
v0.1.2
Published
Solo Founders CLI for founder commitments and agent workflows.
Readme
Solo Founders CLI
Command-line access to Solo Founders commitments for founders and terminal agents.
Install
npm install -g @solo-founders/sfp-cliLogin
Create a 90-day agent token from Solo Founders, then run:
sfp login --token <token> --api-url https://solodash-solo-founders.vercel.appUsage
List open commitments:
sfp commitmentsMark a commitment done from your project repo and attach the current Git commit as evidence:
sfp done <commitment-id> --commit HEAD --note "Shipped the committed work"Run sfp doctor to confirm the active API URL, token configuration, and config file path.
