2026-01-06 08:52:00 +01:00
{
"chiron" : {
"description" : "Personal AI assistant (Plan Mode). Read-only analysis, planning, and guidance." ,
"mode" : "primary" ,
2026-01-18 18:12:47 +01:00
"model" : "zai-coding-plan/glm-4.7" ,
2026-01-06 08:52:00 +01:00
"prompt" : "{file:./prompts/chiron.txt}" ,
"permission" : {
2026-02-02 19:06:49 +01:00
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
} ,
2026-01-06 08:52:00 +01:00
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
2026-02-02 19:06:49 +01:00
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
} ,
"edit" : "deny" ,
"bash" : {
"*" : "deny" ,
"bd *" : "allow" ,
"echo * > *" : "deny" ,
"cat * > *" : "deny" ,
"printf * > *" : "deny" ,
"tee" : "deny" ,
"*>*" : "deny" ,
">*>*" : "deny" ,
"eval *" : "deny" ,
"source *" : "deny" ,
"$(*" : "deny" ,
"`*" : "deny" ,
"git add *.env*" : "deny" ,
"git commit *.env*" : "deny" ,
"git add *credentials*" : "deny" ,
"git add *secrets*" : "deny"
} ,
"task" : {
"*" : "deny" ,
"explore" : "allow" ,
"librarian" : "allow" ,
"athena" : "allow" ,
2026-02-03 09:04:14 +01:00
"strategy-agent" : "allow" ,
"brainstorming-agent" : "allow" ,
2026-02-03 09:04:50 +01:00
"writing-agent" : "allow" ,
2026-02-03 09:04:14 +01:00
"chiron-forge" : "allow" ,
"meeting-facilitator-agent" : "allow" ,
"productivity-coach-agent" : "allow"
2026-01-06 08:52:00 +01:00
} ,
"doom_loop" : "ask"
}
} ,
"chiron-forge" : {
"description" : "Personal AI assistant (Worker Mode). Full write access with safety prompts." ,
"mode" : "primary" ,
2026-01-18 18:12:47 +01:00
"model" : "zai-coding-plan/glm-4.7" ,
2026-01-06 08:52:00 +01:00
"prompt" : "{file:./prompts/chiron-forge.txt}" ,
"permission" : {
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
2026-02-02 19:06:49 +01:00
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
2026-01-06 08:52:00 +01:00
} ,
"edit" : "allow" ,
"bash" : {
"*" : "allow" ,
"rm *" : "ask" ,
"rmdir *" : "ask" ,
"mv *" : "ask" ,
"chmod *" : "ask" ,
"chown *" : "ask" ,
"git status*" : "allow" ,
"git log*" : "allow" ,
"git diff*" : "allow" ,
"git branch*" : "allow" ,
"git show*" : "allow" ,
"git stash list*" : "allow" ,
"git remote -v" : "allow" ,
"git add *" : "allow" ,
"git commit *" : "allow" ,
2026-02-02 19:06:49 +01:00
"git push *" : "ask" ,
"git config *" : "deny" ,
"git add *.env*" : "deny" ,
"git commit *.env*" : "deny" ,
"git add *credentials*" : "deny" ,
"git add *secrets*" : "deny" ,
2026-01-06 08:52:00 +01:00
"jj *" : "ask" ,
"jj status" : "allow" ,
"jj log*" : "allow" ,
"jj diff*" : "allow" ,
"jj show*" : "allow" ,
2026-02-02 19:06:49 +01:00
"npm install *" : "ask" ,
"npm i *" : "ask" ,
2026-01-06 08:52:00 +01:00
"npx *" : "ask" ,
2026-02-02 19:06:49 +01:00
"bun install *" : "ask" ,
"bun i *" : "ask" ,
2026-01-06 08:52:00 +01:00
"bunx *" : "ask" ,
2026-02-02 19:06:49 +01:00
"pip install *" : "ask" ,
"pip3 install *" : "ask" ,
2026-01-06 08:52:00 +01:00
"uv *" : "ask" ,
2026-02-02 19:06:49 +01:00
"yarn install *" : "ask" ,
"yarn add *" : "ask" ,
"pnpm install *" : "ask" ,
"pnpm add *" : "ask" ,
"cargo install *" : "ask" ,
"go install *" : "ask" ,
"make install" : "ask" ,
2026-01-06 08:52:00 +01:00
"dd *" : "deny" ,
"mkfs*" : "deny" ,
"fdisk *" : "deny" ,
"parted *" : "deny" ,
"eval *" : "deny" ,
"source *" : "deny" ,
2026-02-02 19:06:49 +01:00
"$(*" : "deny" ,
"`*" : "deny" ,
2026-01-06 08:52:00 +01:00
"curl *|*sh" : "deny" ,
"wget *|*sh" : "deny" ,
"sudo *" : "deny" ,
"su *" : "deny" ,
"systemctl *" : "deny" ,
"service *" : "deny" ,
"shutdown *" : "deny" ,
"reboot*" : "deny" ,
"init *" : "deny" ,
"> /dev/*" : "deny" ,
2026-02-02 19:06:49 +01:00
"cat * > /dev/*" : "deny" ,
"echo * > *" : "deny" ,
"cat * > *" : "deny" ,
"printf * > *" : "deny" ,
"tee" : "deny" ,
"*>*" : "deny" ,
">*>*" : "deny"
} ,
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
2026-01-06 08:52:00 +01:00
} ,
"doom_loop" : "ask"
}
2026-01-24 19:40:38 +01:00
} ,
"athena" : {
"description" : "Goddess of wisdom and knowledge. Research sub-agent for non-technical investigation and analysis." ,
2026-01-26 19:34:43 +01:00
"mode" : "subagent" ,
2026-01-24 19:40:38 +01:00
"model" : "zai-coding-plan/glm-4.7" ,
2026-01-26 19:34:43 +01:00
"temperature" : 0.1 ,
2026-01-24 19:40:38 +01:00
"prompt" : "{file:./prompts/athena.txt}" ,
"permission" : {
2026-02-02 19:21:04 +01:00
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
} ,
2026-01-24 19:40:38 +01:00
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
2026-02-02 19:21:04 +01:00
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
2026-01-24 19:40:38 +01:00
} ,
"edit" : "deny" ,
"bash" : "deny" ,
"doom_loop" : "deny"
}
2026-02-03 09:04:14 +01:00
} ,
"strategy-agent" : {
"description" : "Strategic planning specialist. High-level strategic thinking for long-term planning, decision frameworks, and organizational strategy." ,
"mode" : "subagent" ,
"model" : "zai-coding-plan/glm-4.7" ,
"temperature" : 0.6 ,
"prompt" : "{file:./prompts/strategy-agent.txt}" ,
"triggers" : [
"strategy" ,
"strategic planning" ,
"high-level plan" ,
"long-term vision" ,
"how should we approach"
] ,
"permission" : {
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
} ,
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
} ,
"edit" : "deny" ,
"bash" : "deny" ,
"doom_loop" : "deny"
}
} ,
"meeting-facilitator-agent" : {
"description" : "Meeting facilitation specialist for agenda planning, time management, and meeting structure guidance." ,
"mode" : "subagent" ,
"model" : "zai-coding-plan/glm-4.7" ,
"temperature" : 0.7 ,
"prompt" : "{file:./prompts/meeting-facilitator-agent.txt}" ,
"triggers" : [
"facilitate meeting" ,
"run meeting" ,
"meeting guidance" ,
"how to facilitate" ,
"agenda planning"
] ,
"permission" : {
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
} ,
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
} ,
"edit" : "deny" ,
"bash" : "deny" ,
"doom_loop" : "deny"
}
} ,
"productivity-coach-agent" : {
"description" : "Productivity mentor and coach for advice, prioritization, and workflow guidance. Provides PARA methodology coaching and daily/weekly planning mentorship." ,
"mode" : "subagent" ,
"model" : "zai-coding-plan/glm-4.7" ,
"temperature" : 0.7 ,
"prompt" : "{file:./prompts/productivity-coach-agent.txt}" ,
"triggers" : [
"coach" ,
"mentor" ,
"productivity advice" ,
"how should I" ,
"prioritize" ,
"focus"
] ,
"permission" : {
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
} ,
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
} ,
"edit" : "deny" ,
"bash" : "deny" ,
"doom_loop" : "deny"
}
} ,
"brainstorming-agent" : {
"description" : "Muse of creative ideation. Brainstorming sub-agent for divergent thinking, option exploration, and strategic ideation." ,
"mode" : "subagent" ,
"model" : "zai-coding-plan/glm-4.7" ,
"temperature" : 1.0 ,
"prompt" : "{file:./prompts/brainstorming-agent.txt}" ,
"triggers" : [ "brainstorm" , "ideate" , "creative" , "explore options" , "what if" ] ,
"permission" : {
"external_directory" : {
"~/p/**" : "allow" ,
"*" : "ask"
} ,
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
} ,
"edit" : "deny" ,
"bash" : "deny" ,
"doom_loop" : "deny"
}
} ,
"writing-agent" : {
"description" : "Muse of eloquence and composition. Long-form content creation specialist for reports, documentation, proposals, and articles." ,
"mode" : "subagent" ,
"model" : "zai-coding-plan/glm-4.7" ,
"temperature" : 0.8 ,
"prompt" : "{file:./prompts/writing-agent.txt}" ,
"triggers" : [ "write" , "draft" , "compose" , "document" , "report" ] ,
"permission" : {
"external_directory" : {
"~/CODEX/**" : "allow" ,
"~/p/**" : "allow" ,
"*" : "ask"
} ,
"read" : {
"*" : "allow" ,
"*.env" : "deny" ,
"*.env.*" : "deny" ,
"*.env.example" : "allow" ,
"*/.ssh/*" : "deny" ,
"*/.gnupg/*" : "deny" ,
"*credentials*" : "deny" ,
"*secrets*" : "deny" ,
"*.pem" : "deny" ,
"*.key" : "deny" ,
"*/.aws/*" : "deny" ,
"*/.kube/*" : "deny" ,
"/run/agenix/*" : "deny" ,
".local/share/*" : "deny" ,
".cache/*" : "deny" ,
"*.db" : "deny" ,
"*.keychain" : "deny" ,
"*.p12" : "deny"
} ,
"edit" : {
"~/CODEX/**" : "allow" ,
"*" : "deny"
} ,
"bash" : "deny" ,
"doom_loop" : "deny"
}
2026-01-06 08:52:00 +01:00
}
}