@fractary/codex 0.12.16 → 0.12.17
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/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3669,10 +3669,11 @@ var SYNC_PATTERN_PRESETS = {
|
|
|
3669
3669
|
config: {
|
|
3670
3670
|
to_codex: {
|
|
3671
3671
|
include: ["docs/**", "README.md", "CLAUDE.md"],
|
|
3672
|
-
exclude: ["*.tmp"]
|
|
3672
|
+
exclude: ["*.tmp", "_archive/**"]
|
|
3673
3673
|
},
|
|
3674
3674
|
from_codex: {
|
|
3675
|
-
include: ["codex://{org}/{codex_repo}/docs/**"]
|
|
3675
|
+
include: ["codex://{org}/{codex_repo}/docs/**"],
|
|
3676
|
+
exclude: ["_archive/**"]
|
|
3676
3677
|
}
|
|
3677
3678
|
}
|
|
3678
3679
|
},
|