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
New goals, prompted by better understanding of SWE practices, looks at successful projects, etc.:
Make the CLI a 1-2 command application at maximum. In particular, things like installs, venv management, worktrees, ... fall out of the responsibilities of the package.
Hand-roll GBM bindings with nanobind (to drop absl, get access to more functionality, ...)
Make a nicer presentation: rich text on the CLI, tab completion, ...
Support and third-party integrations like GH Actions, JSON sinks, and more.
The text was updated successfully, but these errors were encountered:
New goals, prompted by better understanding of SWE practices, looks at successful projects, etc.:
The text was updated successfully, but these errors were encountered: