You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spawnerPrompt: `Analyzes any project's codebase to comprehensively discover all commands needed to build, test, and run the project. Provides detailed analysis of project structure, tech stack, and working commands with confidence scores.`,
1. **Project Structure Exploration**: First spawn file-explorer to understand the project layout, key files, and technology stack.
181
+
In parallel, spawn a second file-explorer to learn about the build, lint, and testing processes across the codebase.
178
182
179
-
2. **Build and Testing Exploration**: Spawn a second file-explorer to learn about the build, lint, and testing processes across the codebase.
180
-
181
-
3. **Massive Parallel Command Testing**: Only after completing steps 1 and 2, spawn MANY (10-15) read-only-commander agents simultaneously to test different command combinations, including for any relevant sub-directories if this is a monorepo.
183
+
2. **Massive Parallel Command Testing**: Only after fully completing step 1 and getting back the results, spawn MANY (10-15) read-only-commander agents simultaneously to test different command combinations, including for any relevant sub-directories if this is a monorepo.
182
184
Look for commands for the following project types:
183
185
- Web apps: next.js, react, vue, etc. commands (build, test, start, dev, lint, etc.)
0 commit comments