Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .ruler/ruler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ enabled = true
output_path_instructions = "ruler_aider_instructions.md"
output_path_config = ".aider.conf.yml"

# Aider's MCP config lives in the same YAML file as its instructions, which
# Ruler writes then tries to re-parse as JSON, failing the apply. Disable it.
[agents.aider.mcp]
enabled = false

[agents.firebase]
enabled = true
output_path = ".idx/airules.md"
Expand Down Expand Up @@ -85,8 +90,8 @@ output_path = ".goosehints"
[agents.jules]
enabled = true

# --- Global Configuration ---
[global]
# --- MCP Configuration ---
[mcp]
# MCP merge strategy: 'merge' or 'overwrite' (default: 'merge')
merge_strategy = "merge"

Expand Down