dryft
v0.2.2
Published
Dryft CLI and daemon — sync agent context with Dryft server
Maintainers
Readme
Dryft
Dryft CLI and daemon — sync agent context with your Dryft server so multiple developers (and their AI agents) can avoid stepping on each other's work.
Install
npm install -g dryftQuick start
dryft init
dryft startdryft init creates .dryft/, prompts for server URL, project ID, your developer ID, and which IDE you use (Claude Code / Cursor / both).dryft start runs the sync daemon in the background. Use dryft start --foreground to run in the terminal.
Commands
| Command | Description |
|---------------|-------------|
| init | Initialize Dryft in the current repo |
| start | Start the background daemon (--foreground to run in terminal) |
| stop | Stop the daemon |
| status | Show sync status and warnings |
| config | View or edit config (server URL, developer id, poll interval) |
| push-notify | Notify the other developer that you've pushed |
| update | Upgrade to latest: npm install -g dryft@latest |
Links
- PyPI (Python client) —
pip install dryftfor the same CLI.
