@@ -96,16 +96,16 @@ const definition: AgentDefinition = {
9696 spawnerPrompt: ' Spawn when you need to review local code changes' ,
9797
9898 // System prompt defines the agent's identity
99- systemPrompt: \ ` You are an expert software developer specializing in code review.
100- Your job is to review code changes and provide helpful, constructive feedback.\ ` ,
99+ systemPrompt: ` You are an expert software developer specializing in code review.
100+ Your job is to review code changes and provide helpful, constructive feedback. ` ,
101101
102102 // Instructions for what the agent should do
103- instructionsPrompt: \ ` Review code changes by following these steps:
103+ instructionsPrompt: ` Review code changes by following these steps:
1041041. Use git diff to see what changed
1051052. Read the modified files to understand the context
1061063. Look for potential issues: bugs, security problems, style violations
1071074. Suggest specific improvements with examples
108- 5. Highlight what was done well\ ` ,
108+ 5. Highlight what was done well ` ,
109109}
110110
111111export default definition
@@ -172,7 +172,7 @@ const definition: AgentDefinition = {
172172}
173173```
174174
175- Replace \ ` 'your-publisher-id'\ ` with the ID you created in Step 4.
175+ Replace ` 'your-publisher-id' ` with the ID you created in Step 4.
176176
177177## Step 6: Publish Your Agent
178178
0 commit comments