Add Claude Code memory snapshot and restore instructions
This commit is contained in:
parent
6ffcbea4ad
commit
2ef79cbc3a
7 changed files with 131 additions and 0 deletions
13
claude-memory/feedback_tool_confirmation.md
Normal file
13
claude-memory/feedback_tool_confirmation.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
name: feedback_tool_confirmation
|
||||
description: "User preference: don't pause for tool confirmation — keep going autonomously"
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: feedback
|
||||
originSessionId: c435573b-6aff-4e43-a184-c17aa96ce348
|
||||
---
|
||||
|
||||
Don't pause and wait for the user to hit enter or confirm tool calls. Keep executing until the task is complete.
|
||||
|
||||
**Why:** User wants uninterrupted autonomous execution.
|
||||
**How to apply:** Only stop when the user must do something manually (UI action, testing) or when a decision genuinely requires their input. Never pause mid-task just to confirm a command.
|
||||
Reference in a new issue