Skip to content

consistent language - #1488

Merged
clark-cant merged 1 commit into
nextlevelbuilder:devfrom
bilogic:dev
Jul 30, 2026
Merged

consistent language#1488
clark-cant merged 1 commit into
nextlevelbuilder:devfrom
bilogic:dev

Conversation

@bilogic

@bilogic bilogic commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Type

  • Feature
  • Bug fix
  • Hotfix (targeting main)
  • Refactor
  • Docs
  • CI/CD

Target Branch

Checklist

  • go build ./... passes
  • go build -tags sqliteonly ./... passes (if Go changes)
  • go vet ./... passes
  • Tests pass: go test -race ./...
  • Web UI builds: cd ui/web && pnpm build (if UI changes)
  • No hardcoded secrets or credentials
  • SQL queries use parameterized $1, $2 (no string concat)
  • New user-facing strings added to all 3 locales (en/vi/zh)
  • Migration version bumped in internal/upgrade/version.go (if new migration)

Test Plan

by talking to the LLM

@clark-cant clark-cant left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the one-line template language-contract update. No correctness, security, compatibility, or scope issues found; CI is green and the PR is mergeable.

@clark-cant
clark-cant merged commit 9d5f9ce into nextlevelbuilder:dev Jul 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants