Project instructions
Outcome: Atomic loads your repository’s conventions automatically in every session. Prerequisites: First session is complete.Give Atomic project instructions
Atomic loads context files at startup. Add anAGENTS.md file to tell it how to work in a project:
~/.atomic/agent/AGENTS.override.md,AGENTS.md, orCLAUDE.mdfor global instructions (legacy~/.pi/agent/also works)AGENTS.override.md,AGENTS.md, orCLAUDE.mdfrom parent directories and the current directory
AGENTS.override.md file replaces the other context files in its directory. Restart Atomic, or run /reload, after changing context files.
Verify Atomic loaded them
WithAGENTS.md saved, run /reload (or restart Atomic), then ask:
bun run typecheck line above, or whatever you wrote — rather than generic advice. A generic answer means the file was not picked up: confirm it is named AGENTS.md, that it sits in the directory you started Atomic from or one of its parents, and that no AGENTS.override.md in the same directory is replacing it.