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
- Add go-check and go-e2e jobs to CI workflow
- Migrate goreleaser brews to homebrew_casks
- Add Go rewrite status section to README
- Capture MCP e2e stderr to diagnose CI failures
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Grove copies your `CLAUDE.md` into new workspaces, so your agent gets project context from the start.
188
201
202
+
## Go rewrite
203
+
204
+
Grove is being rewritten in Go. The Python version works but has real distribution pain — Python version conflicts, `pipx`/`uv` packaging quirks, and slow startup (~300ms import overhead). The Go binary is a single static executable with instant startup and zero dependencies.
205
+
206
+
### Status
207
+
208
+
The Go version covers the core workflow. What's missing are the TUI features.
209
+
210
+
| Command | Go | Notes |
211
+
|---|---|---|
212
+
|`init`, `add-dir`, `remove-dir`| Done ||
213
+
|`explore`| Done | Deep scan with remote URL caching |
0 commit comments