forked from code4romania/redirectioneaza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruler.toml
More file actions
50 lines (38 loc) · 1.3 KB
/
Copy pathruler.toml
File metadata and controls
50 lines (38 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Ruler Configuration File
# See https://ai.intellectronica.net/ruler for documentation.
# To specify which agents are active by default when --agents is not used,
# uncomment and populate the following line. If omitted, all agents are active.
default_agents = ["copilot", "junie"]
# --- Agent Specific Configurations ---
# You can enable/disable agents and override their default output paths here.
# Use lowercase agent identifiers: amp, copilot, claude, codex, cursor, windsurf, cline, aider, kilocode
[agents.copilot]
enabled = true
output_path = ".github/copilot-instructions.md"
# [agents.claude]
# enabled = true
# output_path = "CLAUDE.md"
# [agents.codex]
# enabled = true
# output_path = "AGENTS.md"
# [agents.cursor]
# enabled = true
# output_path = ".cursor/rules/ruler_cursor_instructions.mdc"
# [agents.windsurf]
# enabled = true
# output_path = ".windsurf/rules/ruler_windsurf_instructions.md"
# [agents.cline]
# enabled = true
# output_path = ".clinerules"
# [agents.aider]
# enabled = true
# output_path_instructions = "ruler_aider_instructions.md"
# output_path_config = ".aider.conf.yml"
# [agents.firebase]
# enabled = true
# output_path = ".idx/airules.md"
# [agents.gemini-cli]
# enabled = true
# [agents.kilocode]
# enabled = true
# output_path = ".kilocode/rules/ruler_kilocode_instructions.md"