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 +4 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
|
141
|
-
"
|
|
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
package/dist/index.js
CHANGED