oncall-mobile-android/.agents/modes/ask.md
Mikael Hugo fb8f45e9fa .agents: adopt agentsfolder/spec v0.1 as canonical agent configuration
Per template (singularity-forge f3d84cd11). Project-specific manifest
+ prompts/project.md capture: post-rename namespace com.centralcloud.oncall
(io.heckel.ntfy fully gone), centrally-configured-from-server design,
strict-opt-in SMS relay, greenfield (no backwards compat with upstream
ntfy).

Legacy docs (AGENTS.md, README.md, TESTING.md) kept; .agents/ canonical
going forward.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 20:07:08 +02:00

788 B

id title policy enableSkills disableSkills includeSnippets toolIntent
ask Ask default-safe
allow deny
read
search
web_fetch
write
exec_command
git_commit
git_push

Ask Mode

Read-only investigation. Answer questions about the codebase, propose plans, but make no changes.

Use this mode when:

  • The user is exploring or trying to understand something.
  • A plan needs review before implementation.
  • The right next step is unclear and probing the code base will help.

Switch to Build (Shift+Tab) when the user is ready for the agent to make changes.

This mode's policy denies writes, command execution, and git mutation. If a task requires any of those, surface that fact rather than attempting and failing.