mem9-aimem9-aiOfficial·1 Agent Skills Included

drive9

Durable server-side workspaces with mounts, forks, and checkpoints

Provides persistent server-side workspaces that survive sandbox restarts and can be mounted from anywhere. Supports copy-on-write forks, layered attempts, checkpoints, rollbacks, and conflict detection for parallel work. Eliminates lost progress, manual file syncing, and fragile handoffs between sessions. Includes scoped access tokens, a secrets vault, and an audit journal for controlled, traceable workflows.
npx skills add mem9-ai/drive9 --all -g -y
Available:

Gives your AI coding agent the build, test, lint, and project layout rules it needs to work on this Go codebase correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install drive9?

Run `npx skills add mem9-ai/drive9 --all -g -y` in your terminal to install everything globally.

What problem does drive9 solve?

It keeps agent workspace state durable on a server, so files, logs, and work-in-progress survive when a sandbox is destroyed or replaced.

Can two agents work on the same workspace safely?

Yes. LayerFS lets each attempt run on an isolated writable layer, with checkpoints, rollback, and server-side conflict detection on commit.

Does drive9 replace Git?

No. Git remains the final review and history layer, while drive9 manages live working state like logs, caches, and failed attempts.

Can I restrict what an agent can access?

Yes. You can issue short-lived tokens scoped by path, operation, and time, plus a vault for secrets with per-agent grants.

Related Repositories in Software Engineering

View All in Software Engineering