Quickstart
Install Linc with npm:
npm install -g @casemark/linc
Authenticate with case.dev:
linc login
Start an interactive session:
linc
Run a one-off prompt:
linc --print "summarize this repository"
Attach files to a prompt:
linc "review this contract" ./agreement.pdf
List available models:
linc --list-models
Linc stores user configuration in ~/.linc/agent by default.