Skip to content

Commit 183b121

Browse files
committed
Update metadata.json
1 parent c1873ed commit 183b121

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

awesome-copilot/src/McpAwesomeCopilot.Common/metadata.json

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -162,31 +162,8 @@
162162
},
163163
{
164164
"filename": "blueprint-mode.chatmode.md",
165-
"model": "Claude Sonnet 4",
166-
"description": "Blueprint Mode enforces autonomous engineering with strict specification-first development. Agents must plan rigorously, document meticulously, and resolve issues proactively. All resources are maximized, constraints bypassed, and no placeholders allowed to deliver optimal solutions.",
167-
"tools": [
168-
"changes",
169-
"codebase",
170-
"editFiles",
171-
"extensions",
172-
"fetch",
173-
"findTestFiles",
174-
"githubRepo",
175-
"new",
176-
"openSimpleBrowser",
177-
"problems",
178-
"runCommands",
179-
"runNotebooks",
180-
"runTasks",
181-
"runTests",
182-
"search",
183-
"searchResults",
184-
"terminalLastCommand",
185-
"terminalSelection",
186-
"testFailure",
187-
"usages",
188-
"vscodeAPI"
189-
]
165+
"model": "GPT-4.1",
166+
"description": "Blueprint Mode drives autonomous engineering through strict specification-first development, requiring rigorous planning, comprehensive documentation, proactive issue resolution, and resource optimization to deliver robust, high-quality solutions without placeholders."
190167
},
191168
{
192169
"filename": "clojure-interactive-programming.chatmode.md",
@@ -1718,6 +1695,14 @@
17181695
"filename": "gen-specs-as-issues.prompt.md",
17191696
"description": "This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation."
17201697
},
1698+
{
1699+
"filename": "git-flow-branch-creator.prompt.md",
1700+
"description": "Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.",
1701+
"tools": [
1702+
"run_in_terminal",
1703+
"get_terminal_output"
1704+
]
1705+
},
17211706
{
17221707
"filename": "java-docs.prompt.md",
17231708
"mode": "agent",

0 commit comments

Comments
 (0)