chore: rename package to pi-subagents
This commit is contained in:
@@ -7,8 +7,8 @@ import { fileURLToPath } from "node:url";
|
||||
const packageRoot = resolve(dirname(fileURLToPath(import.meta.url)), "..");
|
||||
const pkg = JSON.parse(readFileSync(resolve(packageRoot, "package.json"), "utf8"));
|
||||
|
||||
test("package.json exposes pi-tmux-subagent as a standalone pi package", () => {
|
||||
assert.equal(pkg.name, "pi-tmux-subagent");
|
||||
test("package.json exposes pi-subagents as a standalone pi package", () => {
|
||||
assert.equal(pkg.name, "pi-subagents");
|
||||
assert.equal(pkg.type, "module");
|
||||
assert.ok(Array.isArray(pkg.keywords));
|
||||
assert.ok(pkg.keywords.includes("pi-package"));
|
||||
|
||||
Reference in New Issue
Block a user