feat(pi): add scout subagent for codebase reconnaissance
This commit is contained in:
@@ -93,7 +93,6 @@ in
|
||||
|
||||
# Define Pi Configuration
|
||||
home.file = {
|
||||
|
||||
".pi/agent/AGENTS.md" = {
|
||||
source = ./config/AGENTS.md;
|
||||
};
|
||||
@@ -101,6 +100,10 @@ in
|
||||
source = ./config/skills;
|
||||
recursive = true;
|
||||
};
|
||||
".pi/agent/subagents" = {
|
||||
source = ./config/subagents;
|
||||
recursive = true;
|
||||
};
|
||||
".pi/agent/prompts" = {
|
||||
source = ./config/prompts;
|
||||
recursive = true;
|
||||
|
||||
Reference in New Issue
Block a user