Changes
- fix(worktree-include): static import for ignore so esbuild can bundle it (#219)
The runtime createRequire('ignore') pattern was leaving the dependency as an unbundled runtime require call. When the parent astro repo bundles astro-agent.mjs standalone for the desktop Electron app (with no adjacent node_modules/), the require failed at runtime with Cannot find module 'ignore' and crashed the agent within seconds of startup. Switched to a static import so esbuild can inline the module.
Install
npm install @astroanywhere/agent@latest
# or
npx @astroanywhere/agent@latest launch