refactor: switch pi-subagents to generic subagents

This commit is contained in:
pi
2026-04-12 07:00:10 +01:00
parent c8859b626b
commit d80367037c
11 changed files with 26 additions and 204 deletions

View File

@@ -16,5 +16,6 @@ test("package.json exposes the extension and workflow prompt templates", () => {
const content = readFileSync(join(packageRoot, "prompts", name), "utf8");
assert.match(content, /^---\ndescription:/m);
assert.match(content, /subagent/);
assert.doesNotMatch(content, /\b(?:scout|planner|reviewer|worker)\b/);
}
});