refactor(agents): flatten agents directory (#621)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

This commit is contained in:
Trevin Chow
2026-04-21 02:35:21 -07:00
committed by GitHub
parent d359cc7e2f
commit 4c57508c1a
74 changed files with 355 additions and 165 deletions

View File

@@ -257,14 +257,14 @@ describe("cleanupStaleAgents", () => {
path.join(root, "adversarial-reviewer.md"),
agentContent(
"adversarial-reviewer",
await pluginDescription("plugins/compound-engineering/agents/review/ce-adversarial-reviewer.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-adversarial-reviewer.agent.md"),
),
)
await createFile(
path.join(root, "learnings-researcher.md"),
agentContent(
"learnings-researcher",
await pluginDescription("plugins/compound-engineering/agents/research/ce-learnings-researcher.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-learnings-researcher.agent.md"),
),
)
@@ -281,14 +281,14 @@ describe("cleanupStaleAgents", () => {
path.join(root, "security-sentinel.agent.md"),
agentContent(
"security-sentinel",
await pluginDescription("plugins/compound-engineering/agents/review/ce-security-sentinel.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-security-sentinel.agent.md"),
),
)
await createFile(
path.join(root, "performance-oracle.agent.md"),
agentContent(
"performance-oracle",
await pluginDescription("plugins/compound-engineering/agents/review/ce-performance-oracle.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-performance-oracle.agent.md"),
),
)
@@ -304,14 +304,14 @@ describe("cleanupStaleAgents", () => {
path.join(root, "slack-researcher.json"),
kiroAgentConfigContent(
"slack-researcher",
await pluginDescription("plugins/compound-engineering/agents/research/ce-slack-researcher.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-slack-researcher.agent.md"),
),
)
await createFile(
path.join(root, "session-historian.json"),
kiroAgentConfigContent(
"session-historian",
await pluginDescription("plugins/compound-engineering/agents/research/ce-session-historian.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-session-historian.agent.md"),
),
)
await createFile(
@@ -336,14 +336,14 @@ describe("cleanupStaleAgents", () => {
path.join(root, "code-simplicity-reviewer"),
skillContent(
"code-simplicity-reviewer",
await pluginDescription("plugins/compound-engineering/agents/review/ce-code-simplicity-reviewer.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-code-simplicity-reviewer.agent.md"),
),
)
await createDir(
path.join(root, "repo-research-analyst"),
skillContent(
"repo-research-analyst",
await pluginDescription("plugins/compound-engineering/agents/research/ce-repo-research-analyst.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-repo-research-analyst.agent.md"),
),
)
@@ -618,7 +618,7 @@ describe("idempotency", () => {
path.join(root, "adversarial-reviewer.md"),
agentContent(
"adversarial-reviewer",
await pluginDescription("plugins/compound-engineering/agents/review/ce-adversarial-reviewer.agent.md"),
await pluginDescription("plugins/compound-engineering/agents/ce-adversarial-reviewer.agent.md"),
),
)