From edcc8ea81f8a364d056dfbfa5beb05c16341a674 Mon Sep 17 00:00:00 2001 From: Lo Chon Hei Date: Sat, 25 Jul 2026 20:07:25 +0800 Subject: [PATCH 1/2] fix old description --- packages/pi-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pi-plugin/README.md b/packages/pi-plugin/README.md index ca33115e4..930427620 100644 --- a/packages/pi-plugin/README.md +++ b/packages/pi-plugin/README.md @@ -59,8 +59,8 @@ All four keep the same agent-facing parameters as Pi's built-ins, so your prompt AFT reads config from two levels, project overrides user: -- **User:** `~/.pi/agent/aft.jsonc` (or `.json`) -- **Project:** `/.pi/aft.jsonc` (or `.json`) +- **User:** `~/.config/cortexkit/aft.jsonc` (or `.json`) +- **Project:** `/.cortexkit/aft.jsonc` (or `.json`) All keys are optional. Example: From a160ba9bfe5c360d851aa8633e6b22aef61ef79e Mon Sep 17 00:00:00 2001 From: Lo Chon Hei Date: Sat, 25 Jul 2026 20:55:31 +0800 Subject: [PATCH 2/2] Update README.md --- packages/pi-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pi-plugin/README.md b/packages/pi-plugin/README.md index 930427620..941743880 100644 --- a/packages/pi-plugin/README.md +++ b/packages/pi-plugin/README.md @@ -59,8 +59,8 @@ All four keep the same agent-facing parameters as Pi's built-ins, so your prompt AFT reads config from two levels, project overrides user: -- **User:** `~/.config/cortexkit/aft.jsonc` (or `.json`) -- **Project:** `/.cortexkit/aft.jsonc` (or `.json`) +- **User:** `~/.config/cortexkit/aft.jsonc` +- **Project:** `/.cortexkit/aft.jsonc` All keys are optional. Example: