spawn/packages
A 7c53b4e4f6
fix: replace 9 CommonJS require() calls with ESM import in history test (#1871)
The project is ESM-only ("type": "module") and CLAUDE.md bans
require(). All 9 `const { homedir } = require("node:os")` calls
replaced with a single top-level `import { homedir } from "node:os"`.

Co-authored-by: spawn-bot <spawn-bot@openrouter.ai>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 00:16:22 -08:00
..
cli fix: replace 9 CommonJS require() calls with ESM import in history test (#1871) 2026-02-24 00:16:22 -08:00
shared feat: Result monad in shared + Claude Code fixtures + SPA Result adoption (#1858) 2026-02-23 22:48:51 -08:00