rulesync 8.23.0 → 8.24.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/cli/index.js CHANGED
@@ -79,7 +79,7 @@ import {
79
79
  stringifyFrontmatter,
80
80
  toPosixPath,
81
81
  writeFileContent
82
- } from "../chunk-G2YWSXTU.js";
82
+ } from "../chunk-YM6XKTQO.js";
83
83
 
84
84
  // src/cli/index.ts
85
85
  import { Command } from "commander";
@@ -1271,7 +1271,7 @@ 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
- { target: ["agentsmd", "pi"], feature: "rules", entry: "**/AGENTS.md" },
1274
+ { target: ["agentsmd", "pi", "warp"], feature: "rules", entry: "**/AGENTS.md" },
1275
1275
  { target: "agentsmd", feature: "rules", entry: "**/.agents/" },
1276
1276
  // Antigravity (IDE + CLI, Antigravity 2.0)
1277
1277
  // Both targets share the `.agents/` project tree; the CLI additionally
@@ -1506,8 +1506,9 @@ var GITIGNORE_ENTRY_REGISTRY = [
1506
1506
  { target: "windsurf", feature: "skills", entry: "**/.windsurf/skills/" },
1507
1507
  { target: "windsurf", feature: "skills", entry: "**/.codeium/windsurf/skills/" },
1508
1508
  // Warp
1509
+ // `/init` now writes `AGENTS.md` (handled by the shared AGENTS.md entry above).
1509
1510
  { target: "warp", feature: "rules", entry: "**/.warp/" },
1510
- { target: "warp", feature: "rules", entry: "**/WARP.md" },
1511
+ { target: "warp", feature: "mcp", entry: "**/.warp/.mcp.json" },
1511
1512
  // Zed
1512
1513
  // `.rules` is the project rules file. `.agents/skills/` is shared with the
1513
1514
  // antigravity targets (already registered above); re-tagging it for `zed`
@@ -6531,7 +6532,7 @@ function wrapCommand({
6531
6532
  }
6532
6533
 
6533
6534
  // src/cli/index.ts
6534
- var getVersion = () => "8.23.0";
6535
+ var getVersion = () => "8.24.1";
6535
6536
  function wrapCommand2(name, errorCode, handler) {
6536
6537
  return wrapCommand({ name, errorCode, handler, getVersion });
6537
6538
  }