@openspoon/subtask2 0.1.14 → 0.1.15

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/README.md +6 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,10 +21,10 @@ This plugins affects how opencode handles commands with additional frontmatter p
21
21
 
22
22
  ⚠️ Requires [this PR](https://github.com/sst/opencode/pull/6478) for `parallel` and non-subtask command features, as well as proper model inheritance (piping the right model and agent to the right subtask) to work.
23
23
 
24
- ## Examples
24
+ ---
25
25
 
26
26
  <details>
27
- <summary><strong>Checkout some use cases</strong> (click to expand)</summary>
27
+ <summary><strong>Some examples</strong> (click to expand)</summary>
28
28
 
29
29
  **Parallel subtask with different models (A/B plan comparison)**
30
30
 
@@ -87,9 +87,8 @@ Conceptually design a React modal component with the following requirements
87
87
 
88
88
  </details>
89
89
 
90
- ---
91
-
92
- ## Features
90
+ <details>
91
+ <summary><strong>Feature documentation</strong> (click to expand)</summary>
93
92
 
94
93
  ### 1. `return` - Command return instructions (supports chaining)
95
94
 
@@ -208,8 +207,8 @@ Configure in `~/.config/opencode/subtask2.jsonc`:
208
207
  3. **Built-in default** → "Challenge and validate..." (if `replace_generic: true`)
209
208
  4. **OpenCode original** → "Summarize..." (if `replace_generic: false`)
210
209
 
211
- ---
210
+ </details>
212
211
 
213
- ## License
212
+ #### License
214
213
 
215
214
  MIT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@openspoon/subtask2",
4
- "version": "0.1.14",
4
+ "version": "0.1.15",
5
5
  "type": "module",
6
6
  "description": "Opencode plugin for enhanced subtask control with return context and prompt chaining",
7
7
  "main": "./dist/index.js",