Expand description
Read-only tool classification shared between zeph-tools and zeph-orchestration.
READONLY_TOOLS is the single source of truth for native tool IDs that are
read-only (no filesystem/state mutation, no code execution). zeph-tools uses it to
gate ReadOnly autonomy mode and to bypass Supervised-mode confirmation for
unconfigured tools (see #5575). zeph-orchestration uses it to classify tool calls in
a task’s real execution trace as read vs. write-type, so a mixed trace (successful
reads followed by policy-blocked writes) is not mistaken for genuine partial progress
(see #6397).
Constants§
- READONLY_
TOOLS - Read-only tool allowlist (available in
ReadOnlyautonomy mode).
Functions§
- is_
readonly_ tool - Returns
trueiftool_idis a native read-only tool.