fix: upgrade browser skills

This commit is contained in:
Timothy
2026-04-13 09:45:07 -07:00
parent eeb46a2b3e
commit 273d4ec66e
2 changed files with 421 additions and 49 deletions
+5 -1
View File
@@ -25,7 +25,11 @@
"Bash(ps -eo pid,cmd)",
"Bash(ps -o pid,lstart,cmd -p 746640)",
"Bash(kill 746636)",
"Bash(ps -eo pid,lstart,cmd)"
"Bash(ps -eo pid,lstart,cmd)",
"Bash(grep -E \"^d|\\\\.py$\")",
"Bash(grep -E \"\\\\.\\(ts|tsx\\)$\")",
"Bash(xargs cat:*)",
"Bash(find /home/timothy/aden/hive -path \"*/.venv\" -prune -o -name \"*.py\" -type f -exec grep -l \"frontend\\\\|UI\\\\|terminal\\\\|interactive\\\\|TUI\" {} \\\\;)"
],
"additionalDirectories": [
"/home/timothy/.hive/skills/writing-hive-skills",