rulesync 8.30.0 → 8.30.1

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
@@ -80,10 +80,10 @@ The tables below show whether each tool supports a given feature (✅ = supporte
80
80
  | Claude Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
81
81
  | Codex CLI | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
82
82
  | Gemini CLI ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
83
- | Goose | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ | |
84
- | Grok CLI | | | ✅ | | | | | |
85
83
  | GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | |
86
84
  | GitHub Copilot CLI | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
85
+ | Goose | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ | |
86
+ | Grok CLI | | | ✅ | | | | | |
87
87
  | Cursor | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
88
88
  | deepagents-cli | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
89
89
  | Factory Droid | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -27915,7 +27915,8 @@ var CodexCliSubagent = class _CodexCliSubagent extends ToolSubagent {
27915
27915
  const codexcliSection = this.filterToolSpecificSection(rawSection, [
27916
27916
  "name",
27917
27917
  "description",
27918
- "developer_instructions"
27918
+ "developer_instructions",
27919
+ "short-description"
27919
27920
  ]);
27920
27921
  const tomlObj = {
27921
27922
  name: frontmatter.name,
@@ -27938,7 +27938,8 @@ var CodexCliSubagent = class _CodexCliSubagent extends ToolSubagent {
27938
27938
  const codexcliSection = this.filterToolSpecificSection(rawSection, [
27939
27939
  "name",
27940
27940
  "description",
27941
- "developer_instructions"
27941
+ "developer_instructions",
27942
+ "short-description"
27942
27943
  ]);
27943
27944
  const tomlObj = {
27944
27945
  name: frontmatter.name,
@@ -44422,7 +44423,7 @@ function wrapCommand({
44422
44423
  }
44423
44424
 
44424
44425
  // src/cli/index.ts
44425
- var getVersion = () => "8.30.0";
44426
+ var getVersion = () => "8.30.1";
44426
44427
  function wrapCommand2(name, errorCode, handler) {
44427
44428
  return wrapCommand({ name, errorCode, handler, getVersion });
44428
44429
  }
package/dist/cli/index.js CHANGED
@@ -89,7 +89,7 @@ import {
89
89
  stringifyFrontmatter,
90
90
  toPosixPath,
91
91
  writeFileContent
92
- } from "../chunk-BD7XWNHZ.js";
92
+ } from "../chunk-DF7KWJTN.js";
93
93
 
94
94
  // src/cli/index.ts
95
95
  import { Command } from "commander";
@@ -6644,7 +6644,7 @@ function wrapCommand({
6644
6644
  }
6645
6645
 
6646
6646
  // src/cli/index.ts
6647
- var getVersion = () => "8.30.0";
6647
+ var getVersion = () => "8.30.1";
6648
6648
  function wrapCommand2(name, errorCode, handler) {
6649
6649
  return wrapCommand({ name, errorCode, handler, getVersion });
6650
6650
  }
package/dist/index.cjs CHANGED
@@ -27810,7 +27810,8 @@ var CodexCliSubagent = class _CodexCliSubagent extends ToolSubagent {
27810
27810
  const codexcliSection = this.filterToolSpecificSection(rawSection, [
27811
27811
  "name",
27812
27812
  "description",
27813
- "developer_instructions"
27813
+ "developer_instructions",
27814
+ "short-description"
27814
27815
  ]);
27815
27816
  const tomlObj = {
27816
27817
  name: frontmatter.name,
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-BD7XWNHZ.js";
10
+ } from "./chunk-DF7KWJTN.js";
11
11
 
12
12
  // src/index.ts
13
13
  async function generate2(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "8.30.0",
3
+ "version": "8.30.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",