Skip to content

GoalBuddy 0.4.3: Restore Claude's Native /goal

Latest

Choose a tag to compare

@tolibear tolibear released this 05 Aug 14:20
b37b9a3

GoalBuddy 0.4.3: Restore Claude's Native /goal

GoalBuddy now uses /goalbuddy for execution in Claude Code. Codex continues to use its native /goal feature. Both commands read and update the same repo-native GoalBuddy board.

What Changed

  • Fresh Claude Code installs create ~/.claude/commands/goalbuddy.md, not goal.md.
  • Updates remove the old ~/.claude/commands/goal.md only when GoalBuddy can identify it as a GoalBuddy-authored file.
  • A user-authored goal.md is never deleted. The installer warns, and goalbuddy doctor --target claude reports that Claude's native /goal remains shadowed.
  • Goal Prep, goalbuddy init, and goalbuddy resume print the correct continuation command for each harness.

Continue a Board

In Codex:

/goal Follow docs/goals/<slug>/goal.md.

In Claude Code:

/goalbuddy Follow docs/goals/<slug>/goal.md.

The command names differ, but state.yaml, receipts, task ownership, and completion proof remain portable between the two harnesses.

Upgrade

npx goalbuddy@latest update

Restart Claude Code after updating, then use /goalbuddy for GoalBuddy execution. Your native /goal command is available again when no separate ~/.claude/commands/goal.md file exists.