clikit-plugin 0.1.0 → 0.1.2

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3669,7 +3669,7 @@ var DEFAULT_CONFIG = {
3669
3669
  max_state_chars: 5000
3670
3670
  },
3671
3671
  swarm_enforcer: {
3672
- enabled: false,
3672
+ enabled: true,
3673
3673
  strict_file_locking: true,
3674
3674
  block_unreserved_edits: false,
3675
3675
  log: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clikit-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode plugin with 10 agents, 19 commands, 48 skills, 14 hooks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -61,4 +61,4 @@
61
61
  "peerDependencies": {
62
62
  "bun": ">=1.0.0"
63
63
  }
64
- }
64
+ }