Skip to content

Commit c14330b

Browse files
committed
Prompt Engineering™
1 parent 0e51c58 commit c14330b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tools/get-ui-building-instructions.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ const INSTRUCTIONS = `
3131
};
3232
\`\`\`
3333
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.
3638
`;
3739

3840
export function registerUIBuildingTool(server: McpServer) {

0 commit comments

Comments
 (0)