-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrulesync.jsonc
More file actions
25 lines (25 loc) · 814 Bytes
/
rulesync.jsonc
File metadata and controls
25 lines (25 loc) · 814 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/dyoshikawa/rulesync/refs/heads/main/config-schema.json",
"targets": [
"copilot",
"cursor",
"claudecode",
"codexcli"
],
"features": [
"rules",
"ignore",
// "mcp",
"commands",
"subagents",
],
"baseDirs": [
"."
],
// marking as delete false because rulesync does not yet support custom yaml attrs in claude code slash commands
// see [Feature request: for claude code slash commands, support passing through claude-code-specific yaml markdown frontmatter keys to the generated command markdown files · Issue #413 · dyoshikawa/rulesync](https://github.com/dyoshikawa/rulesync/issues/413)
"delete": false,
"verbose": true,
"experimentalSimulateCommands": true,
"experimentalSimulateSubagents": false
}