Repo standards audit: divergences from EXISTING_REPO_CHECKLIST #17
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/chat#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.