feat[pi]: add review prompt and sync prompts to pi config

This commit is contained in:
2026-02-06 08:27:43 -05:00
parent bdd1f50a48
commit 234c4f2b8b
3 changed files with 38 additions and 2 deletions

View File

@@ -41,6 +41,10 @@ in
source = ./config/skills;
recursive = true;
};
".pi/agent/prompts" = {
source = ./config/prompts;
recursive = true;
};
};
};
}