Install
The install script sets up both the Scott AI desktop app and the CLI:Commands
scott init
Initialize Scott in your repository. This captures the context of your current working branch and detects recent conversations from supported agents (currently Claude Code and Codex).
scott push
Push your selected context to a planspace. Scott lets you interactively choose which conversation context and branch state to capture.
scott pull
Pull the latest planspace state into your local environment. This auto-links the planspace head to your current git branch.
Typical workflow
FAQ
What agent conversations does scott init detect?
What agent conversations does scott init detect?
Currently Claude Code and Codex. The CLI looks for conversation artifacts in your local environment and presents them for selection.
Can I use the CLI without the desktop app?
Can I use the CLI without the desktop app?
Yes. The CLI works independently. After
scott push, you can use either the web app or desktop app.Does scott pull modify my code?
Does scott pull modify my code?
No.
scott pull links the planspace to your branch — it does not write files or modify your working tree.