Skip to content

Commit fff00ab

Browse files
SimplyLizclaude
andcommitted
feat: rename Go module to github.com/SimplyLiz/CodeMCP
Align module path with the GitHub repository URL to enable `go install github.com/SimplyLiz/CodeMCP/cmd/ckb@latest`. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ca05060 commit fff00ab

255 files changed

Lines changed: 491 additions & 491 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ builds:
2222
- arm64
2323
ldflags:
2424
- -s -w
25-
- -X ckb/internal/version.Version={{.Version}}
26-
- -X ckb/internal/version.Commit={{.ShortCommit}}
27-
- -X ckb/internal/version.BuildDate={{.Date}}
25+
- -X github.com/SimplyLiz/CodeMCP/internal/version.Version={{.Version}}
26+
- -X github.com/SimplyLiz/CodeMCP/internal/version.Commit={{.ShortCommit}}
27+
- -X github.com/SimplyLiz/CodeMCP/internal/version.BuildDate={{.Date}}
2828
# Ignore non-existent directories that might appear in go:generate
2929
ignore:
3030
- goos: windows

cmd/ckb/affected_tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/spf13/cobra"
1010

11-
"ckb/internal/query"
11+
"github.com/SimplyLiz/CodeMCP/internal/query"
1212
)
1313

1414
var (

cmd/ckb/affected_tests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"strings"
55
"testing"
66

7-
"ckb/internal/query"
7+
"github.com/SimplyLiz/CodeMCP/internal/query"
88
)
99

1010
func TestConvertAffectedTestsResponse(t *testing.T) {

cmd/ckb/arch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/spf13/cobra"
99

10-
"ckb/internal/query"
10+
"github.com/SimplyLiz/CodeMCP/internal/query"
1111
)
1212

1313
var (

cmd/ckb/audit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/spf13/cobra"
1010

11-
"ckb/internal/audit"
11+
"github.com/SimplyLiz/CodeMCP/internal/audit"
1212
)
1313

1414
var (

cmd/ckb/breaking.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/spf13/cobra"
1010

11-
"ckb/internal/query"
11+
"github.com/SimplyLiz/CodeMCP/internal/query"
1212
)
1313

1414
var (

cmd/ckb/callgraph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/spf13/cobra"
99

10-
"ckb/internal/query"
10+
"github.com/SimplyLiz/CodeMCP/internal/query"
1111
)
1212

1313
var (

cmd/ckb/complexity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/spf13/cobra"
1212

13-
"ckb/internal/complexity"
13+
"github.com/SimplyLiz/CodeMCP/internal/complexity"
1414
)
1515

1616
var (

cmd/ckb/concepts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/spf13/cobra"
99

10-
"ckb/internal/query"
10+
"github.com/SimplyLiz/CodeMCP/internal/query"
1111
)
1212

1313
var (

cmd/ckb/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"github.com/spf13/cobra"
1111

12-
"ckb/internal/config"
12+
"github.com/SimplyLiz/CodeMCP/internal/config"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)