Skip to content

Commit 8bcae24

Browse files
committed
test: update built-in-commands test to match new init command content
- Replace 'mode-specific rule directories' with 'non-obvious' - Replace 'analysis_workflow' with 'discovered by reading files' - Tests now align with the new focus on non-obvious discoveries
1 parent a26f659 commit 8bcae24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/command/__tests__/built-in-commands.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ describe("Built-in Commands", () => {
8989
expect(content).toContain("Please analyze this codebase")
9090
expect(content).toContain("Build/lint/test commands")
9191
expect(content).toContain("Code style guidelines")
92-
expect(content).toContain("mode-specific rule directories")
93-
expect(content).toContain("analysis_workflow")
92+
expect(content).toContain("non-obvious")
93+
expect(content).toContain("discovered by reading files")
9494

9595
// Should mention important concepts
9696
expect(content).toContain("AGENTS.md")

0 commit comments

Comments
 (0)