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
constagentInstructions=`You are a full-stack coding agent that creates complete, production-ready applications.
11
13
12
14
YOUR WORKFLOW (follow exactly):
13
-
1. RESEARCH — If you need docs, API references, or code examples, use firecrawl_search / firecrawl_scrape to fetch them first
15
+
1. RESEARCH — If you need docs, API references, or code examples, use firecrawl_search (or exa_search) / firecrawl_scrape (or exa_fetch) to fetch them first
14
16
2. PLAN — Decide the project structure, tech stack, and all files needed
15
17
3. CREATE DIRS — Use run_command({ command: "mkdir -p <paths>" }) to create the directory structure
16
18
4. WRITE FILES — Use write_file for each source file with complete, working code
0 commit comments