Allow /stop without target argument #13

Merged
jihoson merged 1 commits from feat/unify-start-stop-args into main 2026-02-17 06:19:47 +09:00
Collaborator

Summary

  • make Slack /stop command terminate immediately without requiring a target argument
  • route /stop from Slack handler with an empty target and ignore target validation for stop in bridge
  • add regression tests for stop without arguments and stop target text being ignored

Test

  • pytest tests/test_slack_handler.py tests/test_bridge.py
## Summary - make Slack /stop command terminate immediately without requiring a target argument - route /stop from Slack handler with an empty target and ignore target validation for stop in bridge - add regression tests for stop without arguments and stop target text being ignored ## Test - pytest tests/test_slack_handler.py tests/test_bridge.py
agentson added 1 commit 2026-02-17 06:19:00 +09:00
jihoson merged commit 7bdeb23678 into main 2026-02-17 06:19:47 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/LazyEnter#13