# RustyClaw Configuration Example
# Copy this to ~/.rustyclaw/config.toml and customize
# Directory for RustyClaw settings and data
= "/home/user/.rustyclaw"
# Path to SOUL.md file (optional)
# soul_path = "/home/user/.rustyclaw/SOUL.md"
# Directory containing skills (optional)
# skills_dir = "/home/user/.rustyclaw/skills"
# Whether to use the secrets storage system
= true
# Blank lines between messages in the TUI (0 = compact, 1 = comfortable)
# message_spacing = 1
# Messenger configurations
# [[messengers]]
# name = "slack"
# enabled = false
# config_path = "/home/user/.rustyclaw/messengers/slack.toml"
# [[messengers]]
# name = "discord"
# enabled = false
# config_path = "/home/user/.rustyclaw/messengers/discord.toml"