Audit of sneak/chat against EXISTING_REPO_CHECKLIST.md and REPO_POLICIES.md.
internal/db/db.go
internal/db/queries.go
CreateUser
GetUserByToken
GetUserByNick
LICENSE
REPO_POLICIES.md
CONVENTIONS.md
.editorconfig
.gitea/workflows/check.yml
fmt-check
docker
hooks
make test
make check
FROM golang:1.24-alpine
FROM alpine:3.21
.DS_Store
Thumbs.db
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*
.env.*
*.pem
*.key
node_modules
web/package-lock.json
yarn
npm
[@sneak](https://sneak.berlin)
Acknowledged — starting work on fixing these divergences now.
No dependencies set.
The note is not visible to the blocked user.
Audit of sneak/chat against EXISTING_REPO_CHECKLIST.md and REPO_POLICIES.md.
Divergences Found
Critical: Build Broken on main
internal/db/db.goandinternal/db/queries.go(CreateUser,GetUserByToken,GetUserByNick) — code does not compileRequired Files Missing
LICENSEfile missing (README says MIT but no LICENSE file)REPO_POLICIES.mdmissing (hasCONVENTIONS.mdinstead — wrong name, wrong content).editorconfigmissing.gitea/workflows/check.ymlmissing (no CI)Makefile Issues
fmt-checktargetdockertargethookstargetmake testhas no 30-second timeoutmake checkdoes not usefmt-checkas a prerequisite (inlines format check instead)Dockerfile Issues
make checkas a build stepFROM golang:1.24-alpine— mutable tag, not pinned by sha256 hashFROM alpine:3.21— mutable tag, not pinned by sha256 hash.gitignore Issues
.DS_Store,Thumbs.db*.swp,*.swo,*~,*.bak,.idea/,.vscode/,*.sublime-*.env.*,*.pem,*.key.dockerignore Issues
.DS_Store,node_modules)JS/Web Issues
web/package-lock.jsonexists — should useyarnnotnpm(per REPO_POLICIES)Code Quality
README Issues
[@sneak](https://sneak.berlin)link formatAcknowledged — starting work on fixing these divergences now.