kitestacks-homelab/cloud-migration/claude-memory/feedback_tool_confirmation.md
kenpat fb822d5142 Reorganize repos into kitestacks-homelab + plain-English doc rewrite
- Rewrote RUNBOOK.md and DEBUG-DOCUMENTATION.md in simple 5th-grade language
  with real-world analogies for every technical concept
- Updated README.md with current service inventory and folder map
- Added cloud-migration/ subdirectory (from kitestacks-cloud-migration repo)
- Added autosync/ subdirectory (from kitestacks-homelab-autosync-test repo)
- Added osticket/ subdirectory (from OSTicketSystem repo)
- Added cloud/ placeholder for future cloud configs
- Excluded binary DB/postgres files from autosync subdirectory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 18:37:58 -05:00

599 B

name description metadata
feedback_tool_confirmation User preference: don't pause for tool confirmation — keep going autonomously
node_type type originSessionId
memory feedback 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.