rulesync 3.21.1 → 3.22.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/dist/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -464,6 +464,7 @@ var RULESYNC_SUBAGENTS_RELATIVE_DIR_PATH = (0, import_node_path3.join)(RULESYNC_
|
|
|
464
464
|
var RULESYNC_MCP_RELATIVE_FILE_PATH = (0, import_node_path3.join)(RULESYNC_RELATIVE_DIR_PATH, "mcp.json");
|
|
465
465
|
var RULESYNC_IGNORE_RELATIVE_FILE_PATH = ".rulesyncignore";
|
|
466
466
|
var RULESYNC_OVERVIEW_FILE_NAME = "overview.md";
|
|
467
|
+
var RULESYNC_SKILLS_RELATIVE_DIR_PATH = (0, import_node_path3.join)(RULESYNC_RELATIVE_DIR_PATH, "skills");
|
|
467
468
|
|
|
468
469
|
// src/features/commands/commands-processor.ts
|
|
469
470
|
var import_node_path14 = require("path");
|
|
@@ -8514,7 +8515,7 @@ async function mcpCommand({ version }) {
|
|
|
8514
8515
|
}
|
|
8515
8516
|
|
|
8516
8517
|
// src/cli/index.ts
|
|
8517
|
-
var getVersion = () => "3.
|
|
8518
|
+
var getVersion = () => "3.22.1";
|
|
8518
8519
|
var main = async () => {
|
|
8519
8520
|
const program = new import_commander.Command();
|
|
8520
8521
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -441,6 +441,7 @@ var RULESYNC_SUBAGENTS_RELATIVE_DIR_PATH = join2(RULESYNC_RELATIVE_DIR_PATH, "su
|
|
|
441
441
|
var RULESYNC_MCP_RELATIVE_FILE_PATH = join2(RULESYNC_RELATIVE_DIR_PATH, "mcp.json");
|
|
442
442
|
var RULESYNC_IGNORE_RELATIVE_FILE_PATH = ".rulesyncignore";
|
|
443
443
|
var RULESYNC_OVERVIEW_FILE_NAME = "overview.md";
|
|
444
|
+
var RULESYNC_SKILLS_RELATIVE_DIR_PATH = join2(RULESYNC_RELATIVE_DIR_PATH, "skills");
|
|
444
445
|
|
|
445
446
|
// src/features/commands/commands-processor.ts
|
|
446
447
|
import { basename as basename11, join as join12 } from "path";
|
|
@@ -8491,7 +8492,7 @@ async function mcpCommand({ version }) {
|
|
|
8491
8492
|
}
|
|
8492
8493
|
|
|
8493
8494
|
// src/cli/index.ts
|
|
8494
|
-
var getVersion = () => "3.
|
|
8495
|
+
var getVersion = () => "3.22.1";
|
|
8495
8496
|
var main = async () => {
|
|
8496
8497
|
const program = new Command();
|
|
8497
8498
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.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",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@kimuson/modular-mcp": "0.0.5",
|
|
40
|
+
"@modelcontextprotocol/sdk": "1.21.2",
|
|
40
41
|
"chokidar": "4.0.3",
|
|
41
42
|
"commander": "14.0.2",
|
|
42
43
|
"consola": "3.4.2",
|