rulesync 5.8.0 → 5.9.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 +1 -0
- package/dist/index.cjs +307 -171
- package/dist/index.js +296 -160
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -310,6 +310,7 @@ Example:
|
|
|
310
310
|
```md
|
|
311
311
|
---
|
|
312
312
|
root: true # true that is less than or equal to one file for overview such as `AGENTS.md`, false for details such as `.agents/memories/*.md`
|
|
313
|
+
localRoot: false # (optional, default: false) true for project-specific local rules. Claude Code: generates CLAUDE.local.md; Others: appends to root file
|
|
313
314
|
targets: ["*"] # * = all, or specific tools
|
|
314
315
|
description: "Rulesync project overview and development guidelines for unified AI rules management CLI tool"
|
|
315
316
|
globs: ["**/*"] # file patterns to match (e.g., ["*.md", "*.txt"])
|