mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: profiler
|
||||
model: composer-2.5-fast
|
||||
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.
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user