fix(subagents): restrict read-only agent tools and remove machine-specific paths

browser-check and profiler get an explicit read-only tools list mirroring the
Codex sandbox_mode, and test-apk no longer hardcodes one contributor's
ANDROID_HOME and project paths.
This commit is contained in:
Tommaso Casaburi
2026-07-03 13:58:35 +07:00
parent 21bbc5f07c
commit 0166f2f4e8
6 changed files with 8 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
---
name: profiler
model: haiku
tools: Bash, Read, Grep, Glob
description: Performance profiler that browses 5chan routes via playwright-cli, collecting Web Vitals and React rerender data via react-scan. Returns a structured issues list for a batch of routes. Use proactively when profiling browsing performance, finding bottlenecks, or diagnosing excessive React rerenders.
---