Add minesweeper command #543
No reviewers
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
RabbitLabs/vylbot-app!543
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/7-minesweeper-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#7
Approve — the minesweeper command is a clean, self-contained addition and looks good to merge.
This adds a
/minesweeperslash command (9×9, 10 mines), registers it inregistry.ts, and covers the command with unit tests.What looks good
||:emoji:||) matches the usual click-to-reveal minesweeper pattern; a 9×9 board stays well under the 2000-character message limit.RegisterCommandpattern as the other commands.executewiring, mine counts, adjacency, and emoji mapping.Non-blocking
gridfixture in the adjacency test can be dropped.generateGriddoes not guardmineCount > width * height; fine while the command hardcodes 9/9/10.No merge-blocking issues.
@Smithy-bot Please create those 2 non-blocking points into their own issues and milestone them as 3.6.0