What's wrong with this entry?
A new /goal command is being prepared to set a session-scoped stopping condition so Claude keeps working until a stated goal is met.
Disabled/stubbed
- The implementation adds
/goal <condition>,/goal clear, status rendering, and a session-scoped Stop hook. - Goal state records the condition, iteration count, and set time.
- The command currently has
isEnabled: () => !1, so users cannot invoke it in this build. - The existing
/loopsUI can see and manipulate related Stop-hook entries, but/goalitself remains unavailable.
Disabled goal command implementation (search for "Set a goal — keep working until the condition is met" and "No goal set. Usage: /goal <condition>")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.