rulesync 8.27.0 → 8.28.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 +6 -6
- package/dist/{chunk-4YKAF3LH.js → chunk-BLYLT4LZ.js} +2145 -834
- package/dist/cli/index.cjs +2262 -951
- package/dist/cli/index.js +18 -8
- package/dist/index.cjs +2148 -847
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
stringifyFrontmatter,
|
|
80
80
|
toPosixPath,
|
|
81
81
|
writeFileContent
|
|
82
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-BLYLT4LZ.js";
|
|
83
83
|
|
|
84
84
|
// src/cli/index.ts
|
|
85
85
|
import { Command } from "commander";
|
|
@@ -1271,7 +1271,11 @@ var GITIGNORE_ENTRY_REGISTRY = [
|
|
|
1271
1271
|
// This prevents accidental commits when a user disables the rovodev target.
|
|
1272
1272
|
{ target: "common", feature: "general", entry: "**/AGENTS.local.md" },
|
|
1273
1273
|
// AGENTS.md
|
|
1274
|
-
{
|
|
1274
|
+
{
|
|
1275
|
+
target: ["agentsmd", "amp", "antigravity-ide", "pi", "warp"],
|
|
1276
|
+
feature: "rules",
|
|
1277
|
+
entry: "**/AGENTS.md"
|
|
1278
|
+
},
|
|
1275
1279
|
{ target: "agentsmd", feature: "rules", entry: "**/.agents/" },
|
|
1276
1280
|
// Amp
|
|
1277
1281
|
// Amp reads project rules from a root `AGENTS.md` (handled by the shared
|
|
@@ -1282,15 +1286,17 @@ var GITIGNORE_ENTRY_REGISTRY = [
|
|
|
1282
1286
|
{ target: "amp", feature: "rules", entry: "**/.agents/memories/" },
|
|
1283
1287
|
{ target: "amp", feature: "skills", entry: "**/.agents/skills/" },
|
|
1284
1288
|
// Antigravity (IDE + CLI, Antigravity 2.0)
|
|
1285
|
-
// Both targets share the `.agents/` project tree; the
|
|
1286
|
-
//
|
|
1287
|
-
//
|
|
1289
|
+
// Both targets share the `.agents/` project tree; the IDE additionally writes
|
|
1290
|
+
// a root `AGENTS.md` (handled by the shared AGENTS.md entry above) and the CLI
|
|
1291
|
+
// a root `GEMINI.md`. Global-scope paths (under the home directory) are
|
|
1292
|
+
// intentionally not gitignored.
|
|
1288
1293
|
{
|
|
1289
1294
|
target: ["antigravity-ide", "antigravity-cli"],
|
|
1290
1295
|
feature: "rules",
|
|
1291
1296
|
entry: "**/.agents/rules/"
|
|
1292
1297
|
},
|
|
1293
1298
|
{ target: "antigravity-cli", feature: "rules", entry: "**/GEMINI.md" },
|
|
1299
|
+
{ target: "antigravity-cli", feature: "ignore", entry: "**/.geminiignore" },
|
|
1294
1300
|
{
|
|
1295
1301
|
target: "antigravity-ide",
|
|
1296
1302
|
feature: "commands",
|
|
@@ -1355,7 +1361,7 @@ var GITIGNORE_ENTRY_REGISTRY = [
|
|
|
1355
1361
|
{ target: "cline", feature: "permissions", entry: "**/.cline/command-permissions.json" },
|
|
1356
1362
|
// Codex CLI
|
|
1357
1363
|
{ target: "codexcli", feature: "ignore", entry: "**/.codexignore" },
|
|
1358
|
-
{ target: "codexcli", feature: "skills", entry: "**/.
|
|
1364
|
+
{ target: "codexcli", feature: "skills", entry: "**/.agents/skills/" },
|
|
1359
1365
|
{ target: "codexcli", feature: "subagents", entry: "**/.codex/agents/" },
|
|
1360
1366
|
{ target: "codexcli", feature: "general", entry: "**/.codex/memories/" },
|
|
1361
1367
|
{ target: "codexcli", feature: "general", entry: "**/.codex/config.toml" },
|
|
@@ -1417,6 +1423,9 @@ var GITIGNORE_ENTRY_REGISTRY = [
|
|
|
1417
1423
|
{ target: "goose", feature: "ignore", entry: "**/.gooseignore" },
|
|
1418
1424
|
// Goose lifecycle hooks plugin (.agents/plugins/<name>/hooks/hooks.json)
|
|
1419
1425
|
{ target: "goose", feature: "hooks", entry: "**/.agents/plugins/" },
|
|
1426
|
+
// Goose reads MCP "extensions" only from the global user config
|
|
1427
|
+
// (`~/.config/goose/config.yaml`), which lives under the home directory and is
|
|
1428
|
+
// not gitignored at the project level (mirrors Cline's global-only MCP).
|
|
1420
1429
|
// GitHub Copilot
|
|
1421
1430
|
{
|
|
1422
1431
|
target: ["copilot", "copilotcli"],
|
|
@@ -1529,6 +1538,7 @@ var GITIGNORE_ENTRY_REGISTRY = [
|
|
|
1529
1538
|
// `.devin/` paths and the global skills path is unchanged.
|
|
1530
1539
|
{ target: "devin", feature: "rules", entry: "**/.devin/rules/" },
|
|
1531
1540
|
{ target: "devin", feature: "commands", entry: "**/.devin/workflows/" },
|
|
1541
|
+
{ target: "devin", feature: "ignore", entry: "**/.devinignore" },
|
|
1532
1542
|
{ target: "devin", feature: "mcp", entry: "**/.windsurf/mcp_config.json" },
|
|
1533
1543
|
{ target: "devin", feature: "hooks", entry: "**/.windsurf/hooks.json" },
|
|
1534
1544
|
{ target: "devin", feature: "skills", entry: "**/.devin/skills/" },
|
|
@@ -2902,7 +2912,7 @@ function relativeInstallDirFor(params) {
|
|
|
2902
2912
|
case "cursor":
|
|
2903
2913
|
return join8(".cursor", "skills");
|
|
2904
2914
|
case "codex":
|
|
2905
|
-
return join8(".
|
|
2915
|
+
return join8(".agents", "skills");
|
|
2906
2916
|
case "gemini":
|
|
2907
2917
|
return join8(".gemini", "skills");
|
|
2908
2918
|
case "antigravity":
|
|
@@ -6562,7 +6572,7 @@ function wrapCommand({
|
|
|
6562
6572
|
}
|
|
6563
6573
|
|
|
6564
6574
|
// src/cli/index.ts
|
|
6565
|
-
var getVersion = () => "8.
|
|
6575
|
+
var getVersion = () => "8.28.1";
|
|
6566
6576
|
function wrapCommand2(name, errorCode, handler) {
|
|
6567
6577
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
6568
6578
|
}
|