spawn/cli/src
Sprite 67051bfc48 fix: Monkey-patch stdout.write to force UTF-8 Buffer encoding
Explicitly convert string chunks to Buffer.from(chunk, 'utf8') before
writing to process.stdout. This fixes UTF-8 mojibake (â instead of ◆/│)
seen in some Bun + terminal combinations (e.g. Ghostty on macOS) where
process.stdout.write(string) doesn't encode as UTF-8 by default.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-10 09:25:58 +00:00
..
__tests__ fix: Force CI mode for complete Unicode disabling in CLI 2026-02-10 07:35:20 +00:00
commands-logic.ts test: Add command logic tests and refactor for testability (#56) 2026-02-08 12:02:43 -08:00
commands.ts fix: Replace Unicode box-drawing characters with ASCII 2026-02-10 07:19:30 +00:00
index.ts refactor: Remove version.ts duplication, import directly from package.json 2026-02-10 06:50:54 +00:00
manifest.ts refactor: Automated improvements from cycle 1 2026-02-08 06:02:07 +00:00
security.ts UX: Improve error messages, help text, and progress indicators (#55) 2026-02-08 12:00:59 -08:00
unicode-detect.ts fix: Monkey-patch stdout.write to force UTF-8 Buffer encoding 2026-02-10 09:25:58 +00:00
update-check.ts fix: Replace Unicode box-drawing characters with ASCII 2026-02-10 07:19:30 +00:00