refactor: switch pi-subagents to generic subagents
This commit is contained in:
@@ -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/);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user