docs: clarify that AGENTS.md files are loaded at every startup

Removed confusing parenthetical that suggested context files aren't loaded when continuing/resuming sessions. They are always freshly loaded from disk at startup - the parenthetical only applied to console logging behavior.
This commit is contained in:
Mario Zechner 2025-11-26 23:41:52 +01:00
parent 0af6742604
commit 5b940c2686

View file

@ -526,7 +526,7 @@ Change queue mode with `/queue` command. Setting is saved in `~/.pi/agent/settin
## Project Context Files
The agent automatically loads context from `AGENTS.md` or `CLAUDE.md` files at the start of new sessions (not when continuing/resuming). These files are loaded in hierarchical order to support both global preferences and monorepo structures.
The agent automatically loads context from `AGENTS.md` or `CLAUDE.md` files at startup. These files are loaded in hierarchical order to support both global preferences and monorepo structures.
### File Locations