@windyroad/voice-tone 0.3.0-preview.181 → 0.3.0-preview.187

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/README.md CHANGED
@@ -39,7 +39,7 @@ This examines your existing content and asks about your brand voice, target audi
39
39
  |------|---------|-------------|
40
40
  | `voice-tone-eval.sh` | Every prompt | Evaluates whether the task involves user-facing copy |
41
41
  | `voice-tone-enforce-edit.sh` | Edit or Write | Blocks edits until the voice-tone agent has reviewed |
42
- | `voice-tone-mark-reviewed.sh` | Agent completes | Marks the review as done (TTL: 1800s) |
42
+ | `voice-tone-mark-reviewed.sh` | Agent completes | Marks the review as done (TTL: 3600s) |
43
43
 
44
44
  ## Agent
45
45
 
@@ -16,7 +16,7 @@ check_review_gate() {
16
16
  local POLICY_FILE="$3" # e.g., "docs/STYLE-GUIDE.md"
17
17
  local MARKER="/tmp/${SYSTEM}-reviewed-${SESSION_ID}"
18
18
  local HASH_FILE="/tmp/${SYSTEM}-reviewed-${SESSION_ID}.hash"
19
- local TTL_SECONDS="${REVIEW_TTL:-1800}"
19
+ local TTL_SECONDS="${REVIEW_TTL:-3600}"
20
20
 
21
21
  # 1. Marker must exist
22
22
  if [ ! -f "$MARKER" ]; then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/voice-tone",
3
- "version": "0.3.0-preview.181",
3
+ "version": "0.3.0-preview.187",
4
4
  "description": "Voice and tone enforcement for user-facing copy",
5
5
  "bin": {
6
6
  "windyroad-voice-tone": "./bin/install.mjs"