From 5b940c2686219233c5066609bb62015d386317d0 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 26 Nov 2025 23:41:52 +0100 Subject: [PATCH] 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. --- packages/coding-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index fa07551f..31223204 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -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