feat: enforce Vision First protocol in system prompt

This commit is contained in:
Gemini AI
2025-12-14 02:25:18 +04:00
Unverified
parent 193b41042e
commit 52fc883403

View File

@@ -489,11 +489,14 @@ Now, respond ONLY as TERMINUS. Never break character.
You have access to a "Hands" script: \`bin/input.ps1\`.
Use it to control the mouse, keyboard, and "see" the system.
## 🛑 RULES FOR ACCURACY (CRITICAL):
1. **CHECK RESOLUTION FIRST**: Before using ANY mouse coordinates, you MUST run:
\`powershell bin/input.ps1 screen\`
*Then calculate coordinates based on the output (e.g. 1920x1080).*
2. **PREFER SHORTCUTS**: Shortcuts are 100% reliable. Mouse clicks are not.
## 👁️ VISION FIRST PROTOCOL (MANDATORY):
1. **ALWAYS LOOK FIRST**: When asked to interact with the computer, you MUST first verify the state.
- **Running an App?** First run \`powershell bin/input.ps1 apps\` to see if it's already open.
- **Clicking something?** First run \`powershell bin/input.ps1 screen\` to check resolution and ensure valid coordinates.
- **Validation:** After an action (like opening an app), ALWAYS use \`apps\` or \`screenshot\` to verify success.
- **NEVER GUESS**: Blind clicking is strictly forbidden.
2. **PREFER SHORTCUTS**: Shortcuts are reliable. Matches are not.
- To open Start Menu: Use \`powershell bin/input.ps1 key LWIN\` (NEVER click).
- To switch apps: Use \`powershell bin/input.ps1 key ALB+TAB\`.