rulesync 0.80.0 → 1.0.0

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
@@ -137,8 +137,10 @@ Example:
137
137
  // Features to generate. You can specify "*" to generate all features.
138
138
  "features": ["rules", "ignore", "mcp", "commands", "subagents"],
139
139
 
140
- // Base directory or directories for generation
141
- "baseDir": ".",
140
+ // Base directories for generation.
141
+ // Basically, you can specify a `["."]` only.
142
+ // However, for example, if your project is a monorepo and you have to launch the AI agent at each package directory, you can specify multiple base directories.
143
+ "baseDirs": ["."],
142
144
 
143
145
  // Delete existing files before generating
144
146
  "delete": true,
package/dist/index.cjs CHANGED
@@ -6234,7 +6234,7 @@ var getVersion = async () => {
6234
6234
  const packageJson = await readJsonFile(packageJsonPath);
6235
6235
  return packageJson.version;
6236
6236
  } catch {
6237
- return "0.80.0";
6237
+ return "1.0.0";
6238
6238
  }
6239
6239
  };
6240
6240
  var main = async () => {
package/dist/index.js CHANGED
@@ -6210,7 +6210,7 @@ var getVersion = async () => {
6210
6210
  const packageJson = await readJsonFile(packageJsonPath);
6211
6211
  return packageJson.version;
6212
6212
  } catch {
6213
- return "0.80.0";
6213
+ return "1.0.0";
6214
6214
  }
6215
6215
  };
6216
6216
  var main = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "0.80.0",
3
+ "version": "1.0.0",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",