@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.
@@ -123,5 +123,5 @@
123
123
  }
124
124
  },
125
125
  "name": "wr-voice-tone",
126
- "version": "0.6.3"
126
+ "version": "0.6.4"
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/voice-tone",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Voice and tone enforcement for user-facing copy",
5
5
  "bin": {
6
6
  "windyroad-voice-tone": "./bin/install.mjs"
@@ -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 `Skill` tool:
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