Imported from pucj0/gbaselite (
AGENTS.md). Install upstream withnpx skills add pucj0/gbaselite. Copyright stays with the author.
Repository Instructions
- Every change to behavior, SQL compatibility, CLI commands, configuration,
persistence, deployment, backup/restore, or supported platforms must update
README.mdin the same change. - Keep the feature matrix, deployment commands, and limitations accurate. Never claim complete MySQL compatibility.
- Preserve existing data under
data/. Use isolated temporary databases for write verification and remove them after testing. - Run
gofmt,go test ./..., andgo vet ./...after Go code changes. - Build deployments into
.tmpfirst, then stop, replacebin/gbaselite, start, and run the healthcheck.