refactor: switch pi-subagents to generic subagents
This commit is contained in:
@@ -48,6 +48,9 @@ test("README documents local install, git install, and tmux PATH requirement", (
|
||||
const readme = readFileSync(resolve(packageRoot, "README.md"), "utf8");
|
||||
assert.match(readme, /pi install \/absolute\/path\/to\/subagents/);
|
||||
assert.match(readme, /pi install https:\/\/gitea\.rwiesner\.com\/pi\/pi-subagents/);
|
||||
assert.match(readme, /generic subagent/i);
|
||||
assert.doesNotMatch(readme, /specialized built-in roles/i);
|
||||
assert.doesNotMatch(readme, /markdown agent discovery/i);
|
||||
assert.match(readme, /tmux.*PATH/i);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user