mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 15:50:12 -04:00
51 lines
828 B
YAML
51 lines
828 B
YAML
# yaml-language-server: $schema=./schemas/agent-runtime.schema.json
|
|
|
|
version: 1
|
|
|
|
model:
|
|
class: balanced
|
|
reasoning: medium
|
|
|
|
runtime:
|
|
filesystem: workspace-write
|
|
approval: guarded-auto
|
|
network_access: false
|
|
tools:
|
|
- shell
|
|
- read
|
|
- edit
|
|
- write
|
|
- glob
|
|
- grep
|
|
- web_fetch
|
|
- web_search
|
|
|
|
safety:
|
|
protected_paths:
|
|
- ~/.ssh/**
|
|
- ~/.aws/**
|
|
- ~/.gnupg/**
|
|
- "**/.env*"
|
|
dangerous_shell_commands:
|
|
ask:
|
|
- rm *
|
|
- rmdir *
|
|
- git push --force*
|
|
- git push -f*
|
|
- git reset --hard*
|
|
- git clean *
|
|
- chmod *
|
|
- dd *
|
|
- mkfs*
|
|
- shred *
|
|
- kill *
|
|
- killall *
|
|
- sudo *
|
|
|
|
targets:
|
|
claude:
|
|
claude_md_excludes:
|
|
- .claude/agent-memory/**
|
|
codex:
|
|
approval_policy: untrusted
|
|
network_access: false
|