Skip to content

fix(ghostty): translate config comments to English (English-only rule)#55

Merged
mlorentedev merged 2 commits into
mainfrom
fix/ghostty-comments-english
May 19, 2026
Merged

fix(ghostty): translate config comments to English (English-only rule)#55
mlorentedev merged 2 commits into
mainfrom
fix/ghostty-comments-english

Conversation

@mlorentedev
Copy link
Copy Markdown
Owner

Summary

Audit hit on the dotfiles English-only rule (origin: vault-language correction 2026-05-09). Four Spanish comments in terminal/ghostty/config rewritten to English. Semantics preserved.

Findings (from audit)

Line Before After
1 # Font (Nerd Font para iconos de opencode / claude-code) # Font (Nerd Font for opencode / claude-code glyphs)
5 # Tema (lista completa: ...) # Theme (full list: ...)
14 # Confirmación al cerrar si hay procesos vivos (evita matar sesiones tmux por error) # Confirm before close if live processes exist (prevents accidental tmux session kills)
17 # Shell se autodetecta desde $SHELL — no override # Shell autodetected from $SHELL — no override

Rule context

All tooling-layer content (code, settings, comments, docs) in English. Spanish reserved for genuinely Spanish-targeted artifacts (e.g. client-specific docs). Origin rule lives in ~/.claude/projects/.../memory/feedback_vault_language.md.

Why a separate PR

fix scope is distinct from the feat work in #53 (gitleaks) and #54 (session-start hooks). Per atomic-PR rule, file overlap is zero — keeping diffs reviewable.

Out of scope (flagged for awareness)

specs/archive/AI-011-opencode-bootstrap/proposal.md (~25 lines Spanish) was archived 2026-05-16, AFTER the English-only correction landed. The lesson didn't catch the spec-authoring workflow. No action in this PR — archive content is frozen — but worth deciding separately whether to back-translate or accept as historical.

Test plan

  • terminal/ghostty/config syntax unchanged (only comment lines edited)
  • dotfiles' own pre-commit hooks (validate-commit-msg + dotfiles-test + gitleaks) pass — verified by this commit going through the hook stack

Four Spanish comments in terminal/ghostty/config were caught by the
dotfiles English-only audit on 2026-05-18. Rewrote to English; semantics
preserved.

Origin rule: vault-language correction 2026-05-09 — all tooling-layer
content (code, settings, comments, docs) in English. Spanish reserved for
genuinely Spanish-targeted artifacts (e.g. client-specific docs). Vault
memory: feedback_vault_language.md.
@mlorentedev mlorentedev merged commit 33f7d48 into main May 19, 2026
5 checks passed
@mlorentedev mlorentedev deleted the fix/ghostty-comments-english branch May 19, 2026 02:51
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