Skip to content

[codex] resolve aka-browser triage - #97

Merged
hmmhmmhm merged 1 commit into
mainfrom
codex/resolve-aka-browser-triage
May 19, 2026
Merged

[codex] resolve aka-browser triage#97
hmmhmmhm merged 1 commit into
mainfrom
codex/resolve-aka-browser-triage

Conversation

@hmmhmmhm

Copy link
Copy Markdown
Owner

Summary

  • Updates dependency and security posture, including Castlabs Electron, Vite, Tailwind, electron-builder, and pnpm overrides for vulnerable transitive packages.
  • Splits oversized files so every TypeScript/TSX source file is under the 450-line project limit.
  • Adds English/Korean i18n with system-language detection, language settings, persisted preference, Chromium locale switch, and Accept-Language propagation.
  • Replaces the stale README stable-release-in-November wording with Stage-0 beta wording and adds translation contribution docs.

Validation

  • pnpm exec turbo run check-types lint build --force
  • pnpm audit --prod=false
  • TS/TSX 450-line check via find apps/browser/src -type f \( -name '*.ts' -o -name '*.tsx' \) -print0 | xargs -0 wc -l | awk '$2 != "total" && $1 > 450 {print; bad=1} END {exit bad}'
  • git diff --check

Notes

GitHub reported existing vulnerabilities on the default branch during push; this branch's local pnpm audit --prod=false reports no known vulnerabilities.

@hmmhmmhm
hmmhmmhm marked this pull request as ready for review May 19, 2026 00:03
@hmmhmmhm
hmmhmmhm merged commit a8ab0b2 into main May 19, 2026
2 checks passed
@hmmhmmhm
hmmhmmhm deleted the codex/resolve-aka-browser-triage branch May 19, 2026 00:03
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.

1 participant