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
## Summary
- Remove `devbox plan` command. This is no longer used anywhere.
- this means we can remove `devbox.ShellPlan` from the public interface
- Move `plansdk.Analyzer` to `initrec/analyzer/analyzer.go`. It is
exclusively used in `initrec/recommenders`.
- Move plansdk/version to analyzer/version. It is also exclusively used
in `initrec/recommenders`.
My next PR will likely refactor `plansdk` further since it now has two
unrelated structs: `FlakeInput` and `NixpkgsInfo`.
## How was it tested?
- opened `devbox shell` in `examples/development/go/hello-world/`.
- ran `go run .`
- [ ] testscripts should pass
0 commit comments