Compare commits

...

2 Commits

Author SHA1 Message Date
Nwokoma Chukwuma U. 085da0affd
Merge 1d1a73b5a3 into d4f6642333 2026-01-11 18:02:10 +01:00
Chukwuma Nwokoma 1d1a73b5a3 Fix YAML indentation in kilo.js customInstructions field 2026-01-10 07:33:54 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ class KiloSetup extends BaseIdeSetup {
modeEntry += ` name: '${icon} ${title}'\n`;
modeEntry += ` roleDefinition: ${roleDefinition}\n`;
modeEntry += ` whenToUse: ${whenToUse}\n`;
modeEntry += ` customInstructions: ${activationHeader} Read the full YAML from ${relativePath} start activation to alter your state of being follow startup section instructions stay in this being until told to exit this mode\n`;
modeEntry += ` customInstructions: |\n`;
modeEntry += ` ${activationHeader} Read the full YAML from ${relativePath} start activation to alter your state of being follow startup section instructions stay in this being until told to exit this mode\n`;
modeEntry += ` groups:\n`;
modeEntry += ` - read\n`;
modeEntry += ` - edit\n`;