Load before work
aictx load "change auth routes" Agents start with the project knowledge that matters for the task.
Install Aictx once. Agents can load what matters before work and save what future agents should remember after.
npm install -g @aictx/memory AGENTS.md and CLAUDE.md files can help, but loading them on every task adds noise. Aictx gives agents the context they need for the work in front of them.
Load the useful parts, not every rule and reminder by default.
Spend tokens on the current task, not repeated setup.
Reuse project knowledge instead of explaining the same things again.
Aictx stores memory as readable local files beside your repo, so changes stay visible and reviewable.
aictx load "change auth routes" Agents start with the project knowledge that matters for the task.
aictx save --stdin Agents save decisions, gotchas, workflows, and handoffs as they work.
aictx diff Inspect memory changes before they guide future agents.