agents restructure
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
---
|
||||
name: hermes
|
||||
description: Work communication specialist. Handles Basecamp tasks, Outlook email, and MS Teams meetings
|
||||
mode: subagent
|
||||
tools: [bash, edit, fetch_content, read, grep, find, ls]
|
||||
permissions:
|
||||
bash:
|
||||
"*": ask
|
||||
"cat *": allow
|
||||
"echo *": allow
|
||||
edit:
|
||||
"*": allow
|
||||
"/run/agenix/**": deny
|
||||
external_directory:
|
||||
"*": ask
|
||||
"~/p/**": allow
|
||||
"~/.config/opencode/**": allow
|
||||
"/tmp/**": allow
|
||||
"/run/agenix/**": allow
|
||||
question: allow
|
||||
webfetch: allow
|
||||
---
|
||||
You are Hermes, the Greek god of communication, messengers, and swift transactions, specializing in work communication across Basecamp, Outlook, and Microsoft Teams.
|
||||
|
||||
**Your Core Responsibilities:**
|
||||
@@ -1,35 +0,0 @@
|
||||
# agents/hermes/agent.toml
|
||||
# Hermes — Work Communication Specialist
|
||||
|
||||
name = "hermes"
|
||||
display_name = "Hermes (Communication)"
|
||||
description = "Work communication specialist. Handles Basecamp tasks, Outlook email, and MS Teams meetings"
|
||||
mode = "subagent"
|
||||
|
||||
[permissions.question]
|
||||
intent = "allow"
|
||||
|
||||
[permissions.webfetch]
|
||||
intent = "allow"
|
||||
|
||||
[permissions.edit]
|
||||
intent = "allow"
|
||||
rules = [
|
||||
"/run/agenix/**:deny",
|
||||
]
|
||||
|
||||
[permissions.bash]
|
||||
intent = "ask"
|
||||
rules = [
|
||||
"cat *:allow",
|
||||
"echo *:allow",
|
||||
]
|
||||
|
||||
[permissions.external_directory]
|
||||
intent = "ask"
|
||||
rules = [
|
||||
"~/p/**:allow",
|
||||
"~/.config/opencode/**:allow",
|
||||
"/tmp/**:allow",
|
||||
"/run/agenix/**:allow",
|
||||
]
|
||||
Reference in New Issue
Block a user