gsd-lite 0.3.7 → 0.3.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-lite",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "AI orchestration tool for Claude Code — GSD management shell + Superpowers quality core",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1013,7 +1013,7 @@ export async function handleReviewerResult({ result, basePath = process.cwd() }
1013
1013
  phaseUpdates.phase_handoff = { required_reviews_passed: true };
1014
1014
  }
1015
1015
 
1016
- const workflowMode = hasCritical ? 'executing_task' : state.workflow_mode;
1016
+ const workflowMode = 'executing_task';
1017
1017
 
1018
1018
  const persistError = await persist(basePath, {
1019
1019
  workflow_mode: workflowMode,