# Default agent: "sid" - A UNIX-inspired coding assistant
DEFAULT_AGENT="build"
# "build" agent configuration
# - Starts automatically when no agent is specified
# - Loads system prompt from agents/build.md
# - Has access to bash and edit tools (both require manual approval)
build_ENABLED="YES"
build_NAME="sid"
build_DESC="UNIX-inspired coding agent for careful, file-centric work"
build_TOOLS="bash edit read search glob git_status git_diff"
# Uncomment to inject exposed $skill mentions through sid-skill-inject.
# build_USER_INSTRUCTIONS_HOOK="skill-inject"
# "compact" agent configuration
# - Used internally by /compact to summarize the current session.
# - Kept disabled so it does not appear as a normal interactive agent target.
compact_ENABLED="NO"
compact_NAME="sid compact"
compact_DESC="Conversation compaction agent"
compact_TOOLS=""