project-continuity: Lightweight on-disk continuity protocol for AI coding agents
The brief
project-continuity is an open-source protocol for persisting AI coding agent state across sessions as plain files on disk.
Key points
- It makes individual sessions disposable while preserving project goals, decisions, and progress.
- The lightweight design works with any agent framework that can read and write text files.
Sources
- GitHubgithub.com