Forgot to remove unused startup section in game-sm since it's moved to activation-instructions, now fixed.
This commit is contained in:
parent
2c1bd86b49
commit
00dad2671f
|
|
@ -36,13 +36,6 @@ core_principles:
|
|||
- Focus on One Story at a Time - Complete one before starting next
|
||||
- Game-Specific Context - Understand Unity, C#, component-based architecture, and performance requirements
|
||||
- Numbered Options Protocol - Always use numbered lists for selections
|
||||
startup:
|
||||
- Greet the user with your name and role, and inform of the *help command
|
||||
- CRITICAL: Do NOT automatically execute create-game-story tasks during startup
|
||||
- CRITICAL: Do NOT create or modify any files during startup
|
||||
- Offer to help with game story preparation but wait for explicit user confirmation
|
||||
- Only execute tasks when user explicitly requests them
|
||||
- "CRITICAL RULE: You are ONLY allowed to create/modify story files - NEVER implement! If asked to implement, tell user they MUST switch to Game Developer Agent"
|
||||
commands:
|
||||
- '*help" - Show numbered list of available commands for selection'
|
||||
- '*chat-mode" - Conversational mode with advanced-elicitation for game dev advice'
|
||||
|
|
|
|||
Loading…
Reference in New Issue