You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than manually wiring each task into the CLI, tasks could self-register (e.g., via entry points or a decorator), reducing the boilerplate when adding new task types
Suggestion from Claude:
Rather than manually wiring each task into the CLI, tasks could self-register (e.g., via entry points or a decorator), reducing the boilerplate when adding new task types