From 540e33dbe90e9df7b7f2729b9ab33511fac22a6b Mon Sep 17 00:00:00 2001 From: julianknutsen Date: Thu, 8 Jan 2026 01:16:25 -0800 Subject: [PATCH] fix(formula): correct deacon session name references in formulas The deacon tmux session is named hq-deacon, not gt-deacon. Fix the incorrect references in mol-boot-triage and mol-gastown-boot formulas. Co-Authored-By: Claude Opus 4.5 --- .beads/formulas/mol-boot-triage.formula.toml | 4 ++-- .beads/formulas/mol-gastown-boot.formula.toml | 2 +- internal/formula/formulas/mol-boot-triage.formula.toml | 4 ++-- internal/formula/formulas/mol-gastown-boot.formula.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.beads/formulas/mol-boot-triage.formula.toml b/.beads/formulas/mol-boot-triage.formula.toml index fd875ada..38e5d248 100644 --- a/.beads/formulas/mol-boot-triage.formula.toml +++ b/.beads/formulas/mol-boot-triage.formula.toml @@ -27,7 +27,7 @@ Observe the current system state to inform triage decisions. **Step 1: Check Deacon state** ```bash # Is Deacon session alive? -tmux has-session -t gt-deacon 2>/dev/null && echo "alive" || echo "dead" +tmux has-session -t hq-deacon 2>/dev/null && echo "alive" || echo "dead" # If alive, what's the pane output showing? gt peek deacon --lines 20 @@ -125,7 +125,7 @@ gt nudge deacon "Boot check-in: you have pending work" **WAKE** ```bash # Send escape to break any tool waiting -tmux send-keys -t gt-deacon Escape +tmux send-keys -t hq-deacon Escape # Brief pause sleep 1 diff --git a/.beads/formulas/mol-gastown-boot.formula.toml b/.beads/formulas/mol-gastown-boot.formula.toml index febb4fde..9a42c20d 100644 --- a/.beads/formulas/mol-gastown-boot.formula.toml +++ b/.beads/formulas/mol-gastown-boot.formula.toml @@ -48,7 +48,7 @@ gt deacon start ``` ## Verify -1. Session exists: `tmux has-session -t gt-deacon 2>/dev/null` +1. Session exists: `tmux has-session -t hq-deacon 2>/dev/null` 2. Not stalled: `gt peek deacon/` does NOT show \"> Try\" prompt 3. Heartbeat fresh: `deacon/heartbeat.json` modified < 2 min ago diff --git a/internal/formula/formulas/mol-boot-triage.formula.toml b/internal/formula/formulas/mol-boot-triage.formula.toml index fd875ada..38e5d248 100644 --- a/internal/formula/formulas/mol-boot-triage.formula.toml +++ b/internal/formula/formulas/mol-boot-triage.formula.toml @@ -27,7 +27,7 @@ Observe the current system state to inform triage decisions. **Step 1: Check Deacon state** ```bash # Is Deacon session alive? -tmux has-session -t gt-deacon 2>/dev/null && echo "alive" || echo "dead" +tmux has-session -t hq-deacon 2>/dev/null && echo "alive" || echo "dead" # If alive, what's the pane output showing? gt peek deacon --lines 20 @@ -125,7 +125,7 @@ gt nudge deacon "Boot check-in: you have pending work" **WAKE** ```bash # Send escape to break any tool waiting -tmux send-keys -t gt-deacon Escape +tmux send-keys -t hq-deacon Escape # Brief pause sleep 1 diff --git a/internal/formula/formulas/mol-gastown-boot.formula.toml b/internal/formula/formulas/mol-gastown-boot.formula.toml index febb4fde..9a42c20d 100644 --- a/internal/formula/formulas/mol-gastown-boot.formula.toml +++ b/internal/formula/formulas/mol-gastown-boot.formula.toml @@ -48,7 +48,7 @@ gt deacon start ``` ## Verify -1. Session exists: `tmux has-session -t gt-deacon 2>/dev/null` +1. Session exists: `tmux has-session -t hq-deacon 2>/dev/null` 2. Not stalled: `gt peek deacon/` does NOT show \"> Try\" prompt 3. Heartbeat fresh: `deacon/heartbeat.json` modified < 2 min ago