You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/global-mode.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You can use global mode via Rulesync by enabling `--global` option. It can also be called as user scope mode.
4
4
5
-
Currently, supports rules and commands generation for Claude Code. Import for global files is supported for rules and commands.
5
+
Currently, supports rules generation for Claude Code, GitHub Copilot, and OpenCode. Import for global files is supported for rules and commands. Command generation in global mode remains Claude Code only.
6
6
7
7
1. Create an any name directory. For example, if you prefer `~/.aiglobal`, run the following command.
8
8
@@ -50,3 +50,4 @@ Currently, supports rules and commands generation for Claude Code. Import for gl
50
50
> -`rulesync.jsonc` only supports `global`, `features`, `delete` and `verbose`. `Features` can be set `"rules"` and `"commands"`. Other parameters are ignored.
51
51
> -`rules/*.md` only supports single file has `root: true`, and frontmatter parameters without `root` are ignored.
52
52
> - Only Claude Code is supported for global mode commands.
53
+
> - Global mode rules are supported for Claude Code, GitHub Copilot, and OpenCode.
Copy file name to clipboardExpand all lines: skills/rulesync/global-mode.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You can use global mode via Rulesync by enabling `--global` option. It can also be called as user scope mode.
4
4
5
-
Currently, supports rules and commands generation for Claude Code. Import for global files is supported for rules and commands.
5
+
Currently, supports rules generation for Claude Code, GitHub Copilot, and OpenCode. Import for global files is supported for rules and commands. Command generation in global mode remains Claude Code only.
6
6
7
7
1. Create an any name directory. For example, if you prefer `~/.aiglobal`, run the following command.
8
8
@@ -50,3 +50,4 @@ Currently, supports rules and commands generation for Claude Code. Import for gl
50
50
> -`rulesync.jsonc` only supports `global`, `features`, `delete` and `verbose`. `Features` can be set `"rules"` and `"commands"`. Other parameters are ignored.
51
51
> -`rules/*.md` only supports single file has `root: true`, and frontmatter parameters without `root` are ignored.
52
52
> - Only Claude Code is supported for global mode commands.
53
+
> - Global mode rules are supported for Claude Code, GitHub Copilot, and OpenCode.
0 commit comments