dstack
v0.2
Development stack for AI-assisted multi-repo work
Persistent memory ยท Quality gates ยท VPS deployment ยท Cross-repo sync
Persistent Memory
Context survives sessions. Save learnings to File or Eruka backends. Never rediscover the same thing twice.
Multi-Repo Sync
Track 12+ repos at once. See ahead/behind counts, dirty files, branch alignment โ one command.
VPS Deploy
Build โ restart โ smoke test. Disk checks before build. Binary backup for rollback. Zero-downtime deploys.
Quality Gates
5-question pre-commit checklist. Born from a client meeting that almost didn't happen. Thoroughness > speed.
Install
cargo install dstack-cliOr from source:
git clone https://github.com/dirmacs/dstack && cd dstack
cargo install --path crates/dstack-cliCommands
dstack memory save/load/query/exportPersistent context across sessionsdstack sync --statusGit status across all tracked reposdstack deploy <service>Build โ restart โ smoke testdstack deploy <service> --rollbackRollback to previous binarydstack audit --pre-commit5-question quality gatedstack audit --staleFind stale companion docsClaude Code Plugin
6 skills, 3 hooks, 3 commands. Works alongside superpowers and GSD โ no conflicts.
eruka-memory โ When/how to persist learnings
multi-repo-ops โ Cross-repo dependency awareness
vps-deploy โ Deployment workflow
companion-docs โ Track reality vs plan
quality-gates โ Pre-commit checklist
using-dstack โ Session orientation