From 959f0068f548c76f74ac37443c657fb2dec61069 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Tue, 12 May 2026 16:49:18 -0400 Subject: [PATCH] docs: fix subagents load path to ~/.pi/agent/subagents --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index cea4db8..d48f300 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,7 +9,7 @@ This repo implements the `subagent` pi extension in `index.ts`. - Parent-facing tool: `subagent`. - Internal child-only tool: `subagent_finalize`. - Never register `subagent_finalize` in the parent context; only when `PI_SUBAGENT_CHILD=1`. -- Subagents are loaded from `~/.pi/subagents/*.md` (user config only). +- Subagents are loaded from `~/.pi/agent/subagents/*.md` (user config only). - The `subagent` tool is only registered when at least one subagent exists. - Subagent sessions are sticky and persisted at: `~/.pi/subagent-sessions//_.jsonl`.