Skip to content

Commit 6a66fd0

Browse files
committed
chore: regenerate golden test files
1 parent 9572ebb commit 6a66fd0

47 files changed

Lines changed: 7 additions & 2745 deletions

Some content is hidden

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

.antigravitycli/a253f465-73d4-4fe2-8979-e501fe506137.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.cursor/rules/behavioral-guidelines.mdc

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

.cursor/rules/no-co-authors.mdc

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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Ecosystem repos are external checkouts under hawk/external. go mod tidy can mis-resolve
7474
# workspace modules here; go work sync is the supported workspace hygiene step.
7575
go work sync
76-
go build -mod=readonly -o /dev/null .
76+
go build -mod=readonly -o /dev/null ./cmd/hawk
7777
if ! git diff --quiet -- go.mod go.sum go.work go.work.sum; then
7878
echo "::error::go.mod / go.sum / go.work files out of date — run 'go work sync' locally and commit"
7979
git diff -- go.mod go.sum go.work go.work.sum
@@ -315,7 +315,7 @@ jobs:
315315
- name: Binary size check (linux/amd64 only)
316316
if: matrix.goos == 'linux' && matrix.goarch == 'amd64'
317317
run: |
318-
size=$(go build -trimpath -o /tmp/hawk-bin . && wc -c < /tmp/hawk-bin)
318+
size=$(go build -trimpath -o /tmp/hawk-bin ./cmd/hawk && wc -c < /tmp/hawk-bin)
319319
size_mb=$((size / 1024 / 1024))
320320
echo "Binary size: ${size_mb}MB"
321321
if [ "$size_mb" -gt 100 ]; then

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ cmd/.hawk/
5050
.pi/
5151
testdata/compat-test
5252
bin/
53+
.shared-templates/

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before:
2828
# ---------------------------------------------------------------------------
2929
builds:
3030
- id: hawk
31-
main: ./
31+
main: ./cmd/hawk
3232
binary: hawk
3333
env:
3434
- CGO_ENABLED=0

.shared-templates/.goreleaser.yml.tmpl

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

.shared-templates/.workflow-backups/eyrie__ci.yml.bak

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

0 commit comments

Comments
 (0)