@syntesseraai/opencode-feature-factory 0.1.11 → 0.1.12

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@syntesseraai/opencode-feature-factory",
4
- "version": "0.1.11",
4
+ "version": "0.1.12",
5
5
  "description": "OpenCode plugin for Feature Factory agents - provides planning, implementation, review, testing, and validation agents",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -263,6 +263,7 @@ async function runCommand(
263
263
 
264
264
  /**
265
265
  * Run all command steps sequentially, stopping on first failure
266
+ * Now with progress feedback support!
266
267
  */
267
268
  async function runAllCommands(
268
269
  $: BunShell,