style: backtick tool names in opencode templates for clarity

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sidtheone 2026-02-28 12:37:48 +01:00
parent 85e81389ee
commit fd80bb6259
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ 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.
RULE: When interaction_style is "structured", questions to the user MUST call the question tool unless the workflow or user explicitly requests free-form input. RULE: When interaction_style is "structured", questions to the user MUST call the `question` tool unless the workflow or user explicitly requests free-form input.
<agent-activation CRITICAL="TRUE"> <agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from {project-root}/{{bmadFolderName}}/{{path}} 1. LOAD the FULL agent file from {project-root}/{{bmadFolderName}}/{{path}}

View File

@ -10,6 +10,6 @@ TASK INSTRUCTIONS:
2. READ its entire contents 2. READ its entire contents
3. FOLLOW every instruction precisely as specified 3. FOLLOW every instruction precisely as specified
RULE: When interaction_style is "structured", questions to the user MUST call the question tool unless the workflow or user explicitly requests free-form input. RULE: When interaction_style is "structured", questions to the user MUST call the `question` tool unless the workflow or user explicitly requests free-form input.
TASK FILE: {project-root}/{{bmadFolderName}}/{{path}} TASK FILE: {project-root}/{{bmadFolderName}}/{{path}}

View File

@ -10,6 +10,6 @@ TOOL INSTRUCTIONS:
2. READ its entire contents 2. READ its entire contents
3. FOLLOW every instruction precisely as specified 3. FOLLOW every instruction precisely as specified
RULE: When interaction_style is "structured", questions to the user MUST call the question tool unless the workflow or user explicitly requests free-form input. RULE: When interaction_style is "structured", questions to the user MUST call the `question` tool unless the workflow or user explicitly requests free-form input.
TOOL FILE: {project-root}/{{bmadFolderName}}/{{path}} TOOL FILE: {project-root}/{{bmadFolderName}}/{{path}}

View File

@ -13,6 +13,6 @@ WORKFLOW INSTRUCTIONS:
3. FOLLOW every step precisely as specified 3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps 4. DO NOT skip or modify any steps
RULE: When interaction_style is "structured", questions to the user MUST call the question tool unless the workflow or user explicitly requests free-form input. RULE: When interaction_style is "structured", questions to the user MUST call the `question` tool unless the workflow or user explicitly requests free-form input.
WORKFLOW FILE: {project-root}/{{bmadFolderName}}/{{path}} WORKFLOW FILE: {project-root}/{{bmadFolderName}}/{{path}}

View File

@ -13,6 +13,6 @@ WORKFLOW INSTRUCTIONS:
3. FOLLOW every step precisely as specified 3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps 4. DO NOT skip or modify any steps
RULE: When interaction_style is "structured", questions to the user MUST call the question tool unless the workflow or user explicitly requests free-form input. RULE: When interaction_style is "structured", questions to the user MUST call the `question` tool unless the workflow or user explicitly requests free-form input.
WORKFLOW FILE: {project-root}/{{bmadFolderName}}/{{path}} WORKFLOW FILE: {project-root}/{{bmadFolderName}}/{{path}}