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
Copy file name to clipboardExpand all lines: src/tools/get-ui-building-instructions.ts
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,10 @@ const INSTRUCTIONS = `
31
31
};
32
32
\`\`\`
33
33
34
-
After completing each step of the process, provide a link to each story added or modified. Use the ${GET_STORY_URLS_TOOL_NAME} tool to get the URLs for the story links.
35
-
Use the format for sharing the story links with the user: [Story Name](<story_url>).
34
+
ALWAYS provide story links after any modification to stories files, including updates to existing stories.
35
+
Even later in a session when modifying stories that have already been linked to previously.
36
+
Use the ${GET_STORY_URLS_TOOL_NAME} tool and provide links in the format \`[Story Name](<story_url_from_tool>)\`
37
+
whenever you create, modify, or update any story file.
0 commit comments