fix(installer): wrap description in double quotes for Antigravity

This prevents command loading errors when the description contains a colon followed by a space (': ').
This commit is contained in:
Nikolai Zhirinas 2026-03-05 02:54:59 +02:00
parent 71cbe72719
commit 2896a46584
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
--- ---
description: {{description}} description: "{{description}}"
--- ---
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command. You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

View File

@ -1,5 +1,5 @@
--- ---
description: {{description}} description: "{{description}}"
--- ---
# {{name}} # {{name}}

View File

@ -1,5 +1,5 @@
--- ---
description: {{description}} description: "{{description}}"
--- ---
# {{name}} # {{name}}

View File

@ -1,5 +1,5 @@
--- ---
description: {{description}} description: "{{description}}"
--- ---
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded: IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

View File

@ -1,5 +1,5 @@
--- ---
description: {{description}} description: "{{description}}"
--- ---
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/{{bmadFolderName}}/{{path}}, READ its entire contents and follow its directions exactly! IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/{{bmadFolderName}}/{{path}}, READ its entire contents and follow its directions exactly!