Workflow: .github/workflows/ci.yml. Ubuntu, postgresql-server-dev-16, Go 1.26.1, plain make.
You can trigger it manually: Actions → CI → Run workflow (workflow_dispatch).
make bridge-bumpThat runs go get github.com/neurondb/pageindex@main and go mod tidy inside bridge/. After a bump, rebuild and rerun whatever integration tests you trust.
make clean && makeIf headers move after a Postgres upgrade, wipe *.o / *.so—stale objects confuse everyone.
.editorconfig enforces tabs for C / Go / SQL / Makefile. .vscode/extensions.json nudges Go + C/C++ tooling—optional.