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
"4. Consider adding documentation if you encountered setup/understanding challenges",
75
-
"",
76
-
"Feel free to use Google and Bing via the browser tools to search for information or for ideas when you get stuck.",
77
-
"",
78
-
"When you run into issues or unexpected results, take a step back and read the project documentation and configuration files and look at other source files in the project for examples of what works.",
79
-
"",
80
-
"Use sub-agents for parallel tasks, providing them with specific context they need rather than having them rediscover it.",
81
-
].join("\\n");
62
+
' - use sub-agents for each sub-task, leaving the main agent in a supervisory role',
63
+
' - when possible ensure the project compiles/builds and the tests pass after each sub-task',
64
+
' - give the sub-agents the guidance and context necessary be successful',
65
+
'1. First understand the context by:',
66
+
' - Reading README.md, CONTRIBUTING.md, and similar documentation',
'4. Consider adding documentation if you encountered setup/understanding challenges',
75
+
'',
76
+
'Feel free to use Google and Bing via the browser tools to search for information or for ideas when you get stuck.',
77
+
'',
78
+
'When you run into issues or unexpected results, take a step back and read the project documentation and configuration files and look at other source files in the project for examples of what works.',
79
+
'',
80
+
'Use sub-agents for parallel tasks, providing them with specific context they need rather than having them rediscover it.',
0 commit comments