Commit b58fc2b
committed
common(fix[logs]): use past-tense message for pre-execution log
why: CLAUDE.md logging standards require past-tense event messages.
"running %s" used present progressive; "tmux command dispatched"
matches the post-execution "tmux command completed" style.
what:
- Change pre-execution log message from "running %s" to "tmux command dispatched"
- Remove redundant format arg (command already captured in tmux_cmd extra)1 parent 8c5e1ad commit b58fc2b
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
| 266 | + | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
0 commit comments