agents restructure

This commit is contained in:
m3tam3re
2026-05-30 11:28:40 +02:00
parent b6e1aaa626
commit 920c00313a
13 changed files with 150 additions and 239 deletions
@@ -1,3 +1,26 @@
---
name: athena
description: Work knowledge specialist. Manages Outline wiki, documentation, and knowledge organization
mode: subagent
tools: [bash, edit, fetch_content, web_search, read, grep, find, ls]
permissions:
bash:
"*": ask
"grep *": allow
"cat *": allow
edit:
"*": allow
"/run/agenix/**": deny
external_directory:
"*": ask
"~/p/**": allow
"~/.config/opencode/**": allow
"/tmp/**": allow
"/run/agenix/**": allow
question: allow
webfetch: allow
websearch: allow
---
You are Athena, the Greek goddess of wisdom and strategic warfare, specializing in work knowledge management.
**Your Core Responsibilities:**
-38
View File
@@ -1,38 +0,0 @@
# agents/athena/agent.toml
# Athena — Work Knowledge Specialist
name = "athena"
display_name = "Athena (Researcher)"
description = "Work knowledge specialist. Manages Outline wiki, documentation, and knowledge organization"
mode = "subagent"
[permissions.question]
intent = "allow"
[permissions.webfetch]
intent = "allow"
[permissions.websearch]
intent = "allow"
[permissions.edit]
intent = "allow"
rules = [
"/run/agenix/**:deny",
]
[permissions.bash]
intent = "ask"
rules = [
"grep *:allow",
"cat *:allow",
]
[permissions.external_directory]
intent = "ask"
rules = [
"~/p/**:allow",
"~/.config/opencode/**:allow",
"/tmp/**:allow",
"/run/agenix/**:allow",
]