Repo-Local Memory
Repo-local memory means the continuity data lives with the repository instead of only in a chat transcript, provider account, or hidden service.
AICTX stores inspectable artifacts under .aictx/ so coding agents can resume from project-local evidence.
What repo-local memory preserves
AICTX can preserve:
- current task state;
- handoff summaries;
- decisions;
- failure memory;
- execution summaries;
- optional repository structure hints.
Why use repo-local memory
Repo-local memory makes continuity visible and reviewable. When Git-portable continuity is enabled, a safe subset can also be shared by small teams through Git.
Related docs: