ccsini 0.1.42 → 0.1.43

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27882,6 +27882,7 @@ var init_constants = __esm(() => {
27882
27882
  session: ["projects/**/*.jsonl"],
27883
27883
  memory: ["projects/*/memory/**/*"],
27884
27884
  skill: ["skills/**/*"],
27885
+ plugin: ["plugins/**/*"],
27885
27886
  command: ["commands/**/*"],
27886
27887
  plan: ["plans/**/*"],
27887
27888
  config: ["settings.json"],
@@ -27895,6 +27896,7 @@ var init_constants = __esm(() => {
27895
27896
  session: "append-dedup",
27896
27897
  memory: "append-sections",
27897
27898
  skill: "content-hash",
27899
+ plugin: "content-hash",
27898
27900
  command: "content-hash",
27899
27901
  plan: "merge-by-id",
27900
27902
  config: "last-write-wins",
@@ -27920,7 +27922,6 @@ var init_constants = __esm(() => {
27920
27922
  "**/node_modules/**",
27921
27923
  "**/cache/**",
27922
27924
  "**/tool-results/**",
27923
- "plugins/**",
27924
27925
  "plans/**",
27925
27926
  "todos/**",
27926
27927
  "tasks/**",
@@ -28018,7 +28019,7 @@ var {
28018
28019
  } = import__.default;
28019
28020
 
28020
28021
  // src/version.ts
28021
- var VERSION = "0.1.42";
28022
+ var VERSION = "0.1.43";
28022
28023
 
28023
28024
  // src/commands/init.ts
28024
28025
  init_source();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccsini",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "Claude Code seamless sync across devices",
5
5
  "type": "module",
6
6
  "bin": {