Skip to content

Commit ebe1d85

Browse files
fix: correct beans version command in task-doctor (--version β†’ version)
beans does not support --version flag; the correct subcommand is `beans version`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 812ed5b commit ebe1d85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .agents/skills/groove-utilities-task-doctor
  • skills/groove-utilities-task-doctor

β€Ž.agents/skills/groove-utilities-task-doctor/SKILL.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All task backend health checks pass. User knows if the task backend is correctly
2525
2. `tasks.backend` key is present and has a valid value (`beans`, `linear`, `github`, or `none`)
2626
3. If `tasks.backend: none` β€” report no-op and exit (all green)
2727
4. Backend CLI is installed:
28-
- `beans`: `beans --version`
28+
- `beans`: `beans version`
2929
- `linear`: `linear --version`
3030
- `github`: `gh --version`
3131
5. Backend-specific config file exists:

β€Žskills/groove-utilities-task-doctor/SKILL.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All task backend health checks pass. User knows if the task backend is correctly
2525
2. `tasks.backend` key is present and has a valid value (`beans`, `linear`, `github`, or `none`)
2626
3. If `tasks.backend: none` β€” report no-op and exit (all green)
2727
4. Backend CLI is installed:
28-
- `beans`: `beans --version`
28+
- `beans`: `beans version`
2929
- `linear`: `linear --version`
3030
- `github`: `gh --version`
3131
5. Backend-specific config file exists:

0 commit comments

Comments
Β (0)