This commit is contained in:
alex wiesner
2026-04-09 11:31:06 +01:00
parent 8fec8e28f4
commit 18245c778e
155 changed files with 16206 additions and 2980 deletions

8
.pi/agent/AGENTS.md Normal file
View File

@@ -0,0 +1,8 @@
# AGENTS
## User clarification
- Prefer using the `question` tool when you need a user decision, preference, approval, or missing input before proceeding.
- Do not end the turn just to ask for a response if the `question` tool is available and appropriate.
- Favor concise multiple-choice options, and rely on the tool's built-in free-text fallback when needed.
- Only fall back to a normal conversational question when the `question` tool is unavailable or clearly not a good fit.