Auto-sync memory 2026-04-16_02:50

This commit is contained in:
Claude Code
2026-04-16 02:50:01 +03:00
committed by Claude Code STORAI
parent 4d7777294e
commit ae14ab9e78
5 changed files with 223 additions and 12 deletions

View File

@@ -1,10 +1,23 @@
---
name: Be Direct
description: User wants direct action, no unnecessary questions or commentary
name: Be Direct and Execute
description: User wants direct action, use sudo password, never ask user to run things manually
type: feedback
originSessionId: fc964260-abe2-4639-a6be-76c3d1e6c39b
originSessionId: 7a5d7140-8724-47d5-b862-13e66e2c0212
---
Don't ask unnecessary questions, don't explain what things are, don't suggest alternatives unless asked. Just do the task.
**Why:** User gets frustrated when I add commentary, ask clarifying questions that aren't needed, or philosophize instead of executing.
**How to apply:** Execute instructions directly. Keep responses short. If the user asks to check something - check it and report results only.
**Why:** User gets extremely frustrated when I:
- Ask them to run commands manually (especially sudo)
- Refuse to use passwords they provided
- Add commentary or explanations
- Send them to do things in a browser/dashboard when I could do it via API
- Repeat the same information or suggestions
- Show them irrelevant content (like wrong GitHub repos)
**How to apply:**
- Execute instructions directly with their password via `echo 'password' | sudo -S`
- Keep responses short, in Hebrew
- If the user provides credentials, USE THEM immediately
- Use APIs instead of telling user to click things in a GUI
- If something fails, try alternatives before asking user
- Never say "you need to do X" - do X yourself