Skip to content

Commit 9bccaed

Browse files
committed
[*] clean up the repo
1 parent 12de9a3 commit 9bccaed

27 files changed

+2
-2713
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/prompts/implement.prompt.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/prompts/plan.prompt.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/prompts/specify.prompt.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/prompts/tasks.prompt.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Build variables
66
BINARY_NAME=etcd_fdw
77
VERSION?=dev
8-
BUILD_DIR=build
8+
BUILD_DIR=.
99
LDFLAGS=-ldflags="-X main.version=$(VERSION)"
1010

1111
# Default target

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ require (
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/stretchr/testify v1.11.1
1313
go.etcd.io/etcd/client/v3 v3.6.4
14-
google.golang.org/grpc v1.71.1
1514
)
1615

1716
require (
@@ -37,6 +36,7 @@ require (
3736
golang.org/x/text v0.24.0 // indirect
3837
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
3938
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
39+
google.golang.org/grpc v1.71.1 // indirect
4040
google.golang.org/protobuf v1.36.5 // indirect
4141
gopkg.in/yaml.v3 v3.0.1 // indirect
4242
)

memory/constitution.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

memory/constitution_update_checklist.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)