agentpack
Local task-state ledger for AI coding agents. Preserve decisions, source conclusions, evidence, and checkpoints across Codex, Claude Code, Cursor, and other MCP clients.
Agentpack is a local-first continuity layer for repo-scoped coding work. It stores reviewed task state in a repo-local .agentpack/ directory so that MCP-connected coding agents can continue without rediscovering context or re-reading unchanged sources. It exposes task state through an MCP server, project instructions, CLI commands, and markdown export.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- MMarlowe MartinezMay 25, 2026
Works as a lightweight persistence layer without complex database setup.
- PPeyton ClarkMay 24, 2026
Good for AI coding agents that need reliable task state between sessions.
- RRobin WhiteMay 2, 2026
Local task-state ledger that preserves decisions and source conclusions across sessions.
- PParker ClarkMar 7, 2026
Preserving source conclusions prevents the agent from re-deriving the same things.