Skip to content

chore: remove cmd/gollem trace viewer#151

Merged
m-mizutani merged 1 commit into
mainfrom
chore/remove-cmd-gollem
Jun 13, 2026
Merged

chore: remove cmd/gollem trace viewer#151
m-mizutani merged 1 commit into
mainfrom
chore/remove-cmd-gollem

Conversation

@m-mizutani

Copy link
Copy Markdown
Collaborator

Summary

The cmd/gollem trace viewer (CLI + frontend) has been migrated to a separate repository, so this removes it entirely from this repo along with all related configuration.

cmd/gollem was an independent Go module (own go.mod, no go.work), so the root module never depended on it — root go.mod/go.sum are untouched.

Changes

  • Deleted: cmd/ directory (gollem CLI + embedded frontend, the whole module)
  • Deleted: .claude/rules/frontend-build.md (entirely cmd/gollem frontend specific)
  • Edited references:
    • Taskfile.yml — removed viewer:build / viewer:dev tasks
    • .github/workflows/lint.yml, test.yml, gosec.yml — removed cmd/gollem steps
    • docs/tracing.md — removed the Trace Viewer section
    • .gitignore, .github/scripts/check-invisible-chars.sh — removed cmd/gollem entries

Verification

  • No residual cmd/gollem references remain
  • go vet ./...
  • go test ./... — all packages pass ✅

🤖 Generated with Claude Code

@m-mizutani m-mizutani merged commit 02b11dd into main Jun 13, 2026
6 checks passed
@m-mizutani m-mizutani deleted the chore/remove-cmd-gollem branch June 13, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant