From be70cee629ae9dd888b174588febaff904b9ec72 Mon Sep 17 00:00:00 2001 From: Troy Simeon Taylor <44444967+troystaylor@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:06:32 -0400 Subject: [PATCH] Update Power Apps Code App scaffolding prompt --- prompts/power-apps-code-app-scaffold.prompt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prompts/power-apps-code-app-scaffold.prompt.md b/prompts/power-apps-code-app-scaffold.prompt.md index 834afc9..b0a9ed9 100644 --- a/prompts/power-apps-code-app-scaffold.prompt.md +++ b/prompts/power-apps-code-app-scaffold.prompt.md @@ -1,5 +1,6 @@ --- mode: 'agent' +tools: ['changes', 'codebase', 'editFiles', 'problems', 'search'] description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration' --- @@ -144,3 +145,4 @@ const photoData = await Office365UsersService.UserPhoto_V2(profile.data.id); 6. Best practices implementation examples Ensure the generated project follows Microsoft's official Power Apps Code Apps documentation and samples from https://github.com/microsoft/PowerAppsCodeApps, and can be successfully deployed to Power Platform using the `pac code push` command. +