agents restructure
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
---
|
||||
name: chiron-forge
|
||||
description: Personal AI assistant (Build Mode). Full execution and task completion capabilities with safety prompts
|
||||
mode: primary
|
||||
tools: [bash, edit, fetch_content, web_search, read, grep, find, ls]
|
||||
model: openai-codex/gpt-5.5
|
||||
permissions:
|
||||
bash:
|
||||
"*": allow
|
||||
"rm -rf *": ask
|
||||
"git reset --hard*": ask
|
||||
"git push*": ask
|
||||
"git push --force*": deny
|
||||
"git push -f *": deny
|
||||
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 Chiron-Forge, the Greek centaur smith of Hephaestus, specializing in execution and task completion as Chiron's build counterpart.
|
||||
|
||||
**Your Core Responsibilities:**
|
||||
@@ -1,41 +0,0 @@
|
||||
# agents/chiron-forge/agent.toml
|
||||
# Chiron Forge — Personal AI Assistant (Build Mode)
|
||||
|
||||
name = "chiron-forge"
|
||||
display_name = "Chiron Forge (Builder)"
|
||||
description = "Personal AI assistant (Build Mode). Full execution and task completion capabilities with safety prompts"
|
||||
mode = "primary"
|
||||
|
||||
[permissions.question]
|
||||
intent = "allow"
|
||||
|
||||
[permissions.webfetch]
|
||||
intent = "allow"
|
||||
|
||||
[permissions.websearch]
|
||||
intent = "allow"
|
||||
|
||||
[permissions.edit]
|
||||
intent = "allow"
|
||||
rules = [
|
||||
"/run/agenix/**:deny",
|
||||
]
|
||||
|
||||
[permissions.bash]
|
||||
intent = "allow"
|
||||
rules = [
|
||||
"rm -rf *:ask",
|
||||
"git reset --hard*:ask",
|
||||
"git push*:ask",
|
||||
"git push --force*:deny",
|
||||
"git push -f *:deny",
|
||||
]
|
||||
|
||||
[permissions.external_directory]
|
||||
intent = "ask"
|
||||
rules = [
|
||||
"~/p/**:allow",
|
||||
"~/.config/opencode/**:allow",
|
||||
"/tmp/**:allow",
|
||||
"/run/agenix/**:allow",
|
||||
]
|
||||
Reference in New Issue
Block a user