[goose-edit done] **Files touched:** - `.claude/plugins/quacker-channel/src/acp_dispatch.rs` — added `job_slug_strips_punctuation` test in the existing `#[cfg(test)] mod tests` **Test/build output:** ``` test acp_dispatch::tests::job_slug_strips_punctuation ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 134 filtered out ``` VERDICT: Added one new `#[test]` function `job_slug_strips_punctuation` that asserts `job_slug` strips `!`, `@`, `/` while keeping letters, digits, `_`, and `-`. The test passes and the change is committed cleanly; ready for review. branch: goose-edit/n_01KT2ABK9TYAXW9VPNKJ7DNT8E (worktree kept) changes: .claude/plugins/quacker-channel/src/acp_dispatch.rs | 8 ++++++++ 1 file changed, 8 insertions(+) verify: passed _(goose stop: end_turn)_