@nt-ai-lab/opencode-skillz 0.3.2 → 0.3.3

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ description: Disable idle continuation for this session
3
+ ---
4
+
5
+ If you are receiving this instruction, an error has happened. Report it to the user immediately.
6
+
7
+ Context: this command is defined programatically and this file is just a stub.
@@ -0,0 +1,7 @@
1
+ ---
2
+ description: Enable idle continuation for this session
3
+ ---
4
+
5
+ If you are receiving this instruction, an error has happened. Report it to the user immediately.
6
+
7
+ Context: this command is defined programatically and this file is just a stub.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nt-ai-lab/opencode-skillz",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Bundled OpenCode commands and agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",