chore: rename project from gd to geek (#54) #58

Merged
ph merged 1 commit from fix/issue-54-rename-to-geek into master 2026-06-09 00:05:06 +00:00
Owner

Summary

Rename the project from gd to geek — geek 译为 g(o ♥️ deeps)eek.

Changes (68 files, +218/-412)

Category Detail
🔄 Go module go.mod + all "gd/" imports → "geek/" (45+ files)
📁 Binary dir cmd/gd/cmd/geek/
⚙️ Config paths ~/.config/gd/~/.config/geek/, ~/.local/share/gd/~/.local/share/geek/, .gd/.geek/
🔧 Makefile BIN := geek
💬 UI strings TUI "gd is thinking""geek is thinking", daemon/web comments
🎨 CSS prefix gd-*geek-* across all web components (10 files)
📄 Temp prefix gd-bash-geek-bash-
📖 Docs README, AGENTS.md, plan, docs/*

Verification

  • go build ./... passes
  • go test ./... -count=1 -timeout=60s — all 11 packages pass
  • npx vite build passes
  • No residual gd references in source files

Closes #54

## Summary Rename the project from **gd** to **geek** — geek 译为 g(o ♥️ deeps)eek. ## Changes (68 files, +218/-412) | Category | Detail | |----------|--------| | 🔄 Go module | `go.mod` + all `"gd/"` imports → `"geek/"` (45+ files) | | 📁 Binary dir | `cmd/gd/` → `cmd/geek/` | | ⚙️ Config paths | `~/.config/gd/` → `~/.config/geek/`, `~/.local/share/gd/` → `~/.local/share/geek/`, `.gd/` → `.geek/` | | 🔧 Makefile | `BIN := geek` | | 💬 UI strings | TUI `"gd is thinking"` → `"geek is thinking"`, daemon/web comments | | 🎨 CSS prefix | `gd-*` → `geek-*` across all web components (10 files) | | 📄 Temp prefix | `gd-bash-` → `geek-bash-` | | 📖 Docs | README, AGENTS.md, plan, docs/* | ## Verification - ✅ `go build ./...` passes - ✅ `go test ./... -count=1 -timeout=60s` — all 11 packages pass - ✅ `npx vite build` passes - ✅ No residual `gd` references in source files Closes #54
- Go module path: gd -> geek (go.mod + all imports)
- Binary/cmd: cmd/gd/ -> cmd/geek/
- Config paths: ~/.config/gd/ -> ~/.config/geek/, ~/.local/share/gd/ -> ~/.local/share/geek/, .gd/ -> .geek/
- Makefile: BIN := geek
- UI strings: gd -> geek in TUI, daemon, web components
- CSS prefix: gd- -> geek- in all web components
- Temp file prefix: gd-bash- -> geek-bash-
- Documentation: README, AGENTS.md, plan, docs

Closes #54
ph merged commit 94577d9ede into master 2026-06-09 00:05:06 +00:00
ph deleted branch fix/issue-54-rename-to-geek 2026-06-09 00:05:06 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ph/agentic!58
No description provided.