aictx
Repo-local continuity runtime for AI coding agents. Helps them continu
AICTX helps Codex, Claude, GitHub Copilot and other coding agents continue work across sessions by preserving the last useful execution state: active work, next actions, decisions, failures, validation evidence and repo context.
The continuity idea is not to add more hidden memory or dump more context into the prompt. AICTX keeps operational continuity inside the repo:
- active Work State and next action;
- execution summaries and handoffs;
- explicit decisions;
- known failures and...