Never lose your code or your project context again. AI Development Continuity tool.
Project description
AutoCheckpoint
Never lose your code or your project context again.
AutoCheckpoint delivers AI Development Continuity for developers. It bridges the gap between VM losses and AI agent memory resets.
Claude Session #1
↓
AutoCheckpoint
↓
Claude Session #2
↓
Cursor
↓
VS Code
The Continuity Formula
Code Recovery + Context Recovery + AI Session Handoff
Unlike basic backup tools, AutoCheckpoint preserves both your code and your project's portable brain (decisions, intent, constraints, and current tasks). When your cloud VM dies, you restore your workspace and instantly hand off the context to the next AI session.
1. Hero Feature: AI Session Handoff
Every AI developer knows this pain:
New Claude/Gemini session...
"Okay... what were we doing again?"
With AutoCheckpoint, you never start from zero.
handoff
autocheckpoint handoff
Generates a clean project state summary containing your Goal, Current Focus, Decisions, Constraints, and Tasks. It saves this as a .autocheckpoint/handoff.md file (which is bundled automatically into your snapshots).
handoff --markdown
autocheckpoint handoff --markdown
Or use the shortcut -m to output the raw markdown directly to your terminal. Copy and paste it instantly into Claude Code, Cursor, Gemini, ChatGPT, or VS Code agents so your AI is instantly up to speed.
2. Recovery After a VM Loss
When a cloud VM disappears, you don't just lose files; you lose momentum.
AutoCheckpoint lets you:
Restore your code, project context, decisions, tasks, and session handoff after a VM loss.
(Note: AutoCheckpoint restores your codebase, decisions, and handoff files, but not running processes, docker containers, or browser tabs.)
restore
Run this command on your fresh VM:
autocheckpoint restore
It will:
- Prompt for your backup location (e.g. Google Drive, OneDrive, network mount).
- Scan your backup directory and list your projects.
- Restore files and the complete
context.yamlstate. - Auto-detect the saved handoff so you can immediately resume coding.
3. Installation
pip install -e .
4. Quick Start
autocheckpoint init
- Asks where to store backups (outside the project directory).
- Automatically starts the background watcher.
- Scans your project to automatically detect context (README, git history, codebase) and initializes your project's context.
From then on, a snapshot is created automatically whenever you save file changes.
5. CLI Command Reference
Watcher Controls
autocheckpoint start— Start the watcher in the foreground.autocheckpoint start --background— Run the watcher as a background daemon.autocheckpoint stop— Stop the background watcher.autocheckpoint status— Check the watcher's current state, snapshot count, and active context.
Context Management
AutoCheckpoint maintains .autocheckpoint/context.yaml as the portable project brain.
autocheckpoint context show— View the current context summary.autocheckpoint context refresh— Scan the codebase and git history with AI to auto-update context.autocheckpoint context set-intent "<goal>"— Define the main goal of the project.autocheckpoint context set-focus "<focus>"— Update your current active task.autocheckpoint context add-decision "<decision>"— Record an architectural/design decision.autocheckpoint context add-constraint "<constraint>"— Record environment or workspace limitations.autocheckpoint context add-task "<task>"— Add a task to the todo list.autocheckpoint context done-task— Interactively select and mark a task as completed.autocheckpoint context add-session "<summary>"— Summarize the current session.autocheckpoint context summarize— Run the interactive wizard to update all context fields at once.
Ignore Patterns
Create a .autocheckpointignore file in your project root to exclude directories:
.git/
node_modules/
venv/
__pycache__/
(Note: .autocheckpoint/context.yaml is always captured in snapshots even if .autocheckpoint/ is ignored.)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autocheckpoint-0.1.6.tar.gz.
File metadata
- Download URL: autocheckpoint-0.1.6.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66e75437704c5d2c8448d7ab18018aa664f3e9e482a449cab3cf3c8ad80404fb
|
|
| MD5 |
81ee0625444934f5efbab46025374ed8
|
|
| BLAKE2b-256 |
0b07619454d6431308ca2aed2e2f79447573410464766c1b8e0aaa21ad26165c
|
File details
Details for the file autocheckpoint-0.1.6-py3-none-any.whl.
File metadata
- Download URL: autocheckpoint-0.1.6-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc06604cdd703e341d751996e04e83f49deca40f6bd4da841fb0f940dd2b335c
|
|
| MD5 |
169cae64e222a04ef15b1cf6b5d6d819
|
|
| BLAKE2b-256 |
f3f6efa09ada86b394c7e921ef0020b3a5041290375ab1f793ddedbca920294c
|