Unify start/stop slash commands by target #12

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

Summary

  • Replace separate slash commands (/start-claude, /start-codex, /stop-claude, /stop-codex) with unified commands: /start <target>, /stop <target>
  • Parse and validate target argument in Slack command handler (claude or codex)
  • Send a warning message for invalid targets
  • Update README usage and Slack app setup documentation
  • Add focused tests for slash command parsing/routing/authorization behavior

Testing

  • ruff check src/ tests/
  • pytest -q
## Summary - Replace separate slash commands (`/start-claude`, `/start-codex`, `/stop-claude`, `/stop-codex`) with unified commands: `/start <target>`, `/stop <target>` - Parse and validate target argument in Slack command handler (`claude` or `codex`) - Send a warning message for invalid targets - Update README usage and Slack app setup documentation - Add focused tests for slash command parsing/routing/authorization behavior ## Testing - ruff check src/ tests/ - pytest -q
agentson added 1 commit 2026-02-17 06:12:46 +09:00
jihoson merged commit 21b01ca055 into main 2026-02-17 06:12:59 +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#12