@windyroad/voice-tone 0.6.3 → 0.6.4
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
|
@@ -74,10 +74,11 @@ The orchestrator does NOT pre-compute the key — the hook derives it from the p
|
|
|
74
74
|
|
|
75
75
|
### 4. Delegate to wr-voice-tone:external-comms
|
|
76
76
|
|
|
77
|
-
Invoke the subagent via the `
|
|
77
|
+
Invoke the subagent via the Agent tool. Dispatch it **synchronously** (`run_in_background: false`) — the `PostToolUse:Agent` mark hook (`external-comms-mark-reviewed.sh`) fires reliably only for a synchronous agent; a background-launched reviewer's mark hook does not fire in time, so no marker persists and the voice-tone gate re-blocks despite a PASS verdict (P402):
|
|
78
78
|
|
|
79
79
|
```
|
|
80
80
|
subagent_type: wr-voice-tone:external-comms
|
|
81
|
+
run_in_background: false
|
|
81
82
|
prompt: <constructed review prompt from step 3>
|
|
82
83
|
```
|
|
83
84
|
|