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 +2 -2
- package/dist/{chunk-BD7XWNHZ.js → chunk-DF7KWJTN.js} +2 -1
- package/dist/cli/index.cjs +3 -2
- package/dist/cli/index.js +2 -2
- package/dist/index.cjs +2 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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,
|
package/dist/cli/index.cjs
CHANGED
|
@@ -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.
|
|
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-
|
|
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.
|
|
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