rulesync 5.5.1 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -63,6 +63,14 @@ curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync
63
63
  sudo mv rulesync /usr/local/bin/
64
64
  ```
65
65
 
66
+ #### macOS (Intel)
67
+
68
+ ```bash
69
+ curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-darwin-x64 -o rulesync && \
70
+ chmod +x rulesync && \
71
+ sudo mv rulesync /usr/local/bin/
72
+ ```
73
+
66
74
  #### Windows (x64)
67
75
 
68
76
  ```powershell
package/dist/index.cjs CHANGED
@@ -7895,7 +7895,7 @@ var ClaudecodeSubagent = class _ClaudecodeSubagent extends ToolSubagent {
7895
7895
  ...restFields
7896
7896
  };
7897
7897
  const rulesyncFrontmatter = {
7898
- targets: ["claudecode"],
7898
+ targets: ["*"],
7899
7899
  name,
7900
7900
  description,
7901
7901
  // Only include claudecode section if there are fields
@@ -8056,7 +8056,7 @@ var CopilotSubagent = class _CopilotSubagent extends ToolSubagent {
8056
8056
  toRulesyncSubagent() {
8057
8057
  const { name, description, tools, ...rest } = this.frontmatter;
8058
8058
  const rulesyncFrontmatter = {
8059
- targets: ["copilot"],
8059
+ targets: ["*"],
8060
8060
  name,
8061
8061
  description,
8062
8062
  copilot: {
@@ -8213,7 +8213,7 @@ var OpenCodeSubagent = class _OpenCodeSubagent extends ToolSubagent {
8213
8213
  toRulesyncSubagent() {
8214
8214
  const { description, mode, name, ...opencodeSection } = this.frontmatter;
8215
8215
  const rulesyncFrontmatter = {
8216
- targets: ["opencode"],
8216
+ targets: ["*"],
8217
8217
  name: name ?? (0, import_node_path71.basename)(this.getRelativeFilePath(), ".md"),
8218
8218
  description,
8219
8219
  opencode: { mode, ...opencodeSection }
@@ -13710,7 +13710,7 @@ async function mcpCommand({ version }) {
13710
13710
  }
13711
13711
 
13712
13712
  // src/cli/index.ts
13713
- var getVersion = () => "5.5.1";
13713
+ var getVersion = () => "5.6.0";
13714
13714
  var main = async () => {
13715
13715
  const program = new import_commander.Command();
13716
13716
  const version = getVersion();
package/dist/index.js CHANGED
@@ -7872,7 +7872,7 @@ var ClaudecodeSubagent = class _ClaudecodeSubagent extends ToolSubagent {
7872
7872
  ...restFields
7873
7873
  };
7874
7874
  const rulesyncFrontmatter = {
7875
- targets: ["claudecode"],
7875
+ targets: ["*"],
7876
7876
  name,
7877
7877
  description,
7878
7878
  // Only include claudecode section if there are fields
@@ -8033,7 +8033,7 @@ var CopilotSubagent = class _CopilotSubagent extends ToolSubagent {
8033
8033
  toRulesyncSubagent() {
8034
8034
  const { name, description, tools, ...rest } = this.frontmatter;
8035
8035
  const rulesyncFrontmatter = {
8036
- targets: ["copilot"],
8036
+ targets: ["*"],
8037
8037
  name,
8038
8038
  description,
8039
8039
  copilot: {
@@ -8190,7 +8190,7 @@ var OpenCodeSubagent = class _OpenCodeSubagent extends ToolSubagent {
8190
8190
  toRulesyncSubagent() {
8191
8191
  const { description, mode, name, ...opencodeSection } = this.frontmatter;
8192
8192
  const rulesyncFrontmatter = {
8193
- targets: ["opencode"],
8193
+ targets: ["*"],
8194
8194
  name: name ?? basename20(this.getRelativeFilePath(), ".md"),
8195
8195
  description,
8196
8196
  opencode: { mode, ...opencodeSection }
@@ -13687,7 +13687,7 @@ async function mcpCommand({ version }) {
13687
13687
  }
13688
13688
 
13689
13689
  // src/cli/index.ts
13690
- var getVersion = () => "5.5.1";
13690
+ var getVersion = () => "5.6.0";
13691
13691
  var main = async () => {
13692
13692
  const program = new Command();
13693
13693
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "5.5.1",
3
+ "version": "5.6.0",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",