27 lines
407 B
YAML
27 lines
407 B
YAML
# Sandcage project configuration
|
|
# Docs: https://github.com/user/sandcage
|
|
|
|
# Detected ecosystem: rust
|
|
|
|
env:
|
|
# EXAMPLE_VAR: value
|
|
|
|
toolchains:
|
|
rust: "stable"
|
|
|
|
packages:
|
|
- ripgrep
|
|
- fd-find
|
|
|
|
# mounts:
|
|
# - ~/.ssh:/home/agent/.ssh:ro
|
|
# - ~/.gitconfig:/home/agent/.gitconfig:ro
|
|
|
|
agent_args:
|
|
claude:
|
|
- "--dangerously-skip-permissions"
|
|
|
|
# shell: zsh
|
|
|
|
# container_workspace: /workspace/my-project
|