Skip to content

docs(cli): add Windows child-process guidance - #92

Merged
JJasonSun merged 1 commit into
mainfrom
docs/windows-child-process-troubleshooting
Aug 18, 2026
Merged

docs(cli): add Windows child-process guidance#92
JJasonSun merged 1 commit into
mainfrom
docs/windows-child-process-troubleshooting

Conversation

@JJasonSun

@JJasonSun JJasonSun commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add Windows Node integration guidance for the libuv teardown assertion associated with mixing synchronous discovery and live asynchronous child-process handles
  • document multiline argument corruption when CALL-E is launched through cmd /c
  • provide a shell-free spawn(process.execPath, argv) example that resolves the published CLI entry point, preserves multiline goals as one argument, and waits for process closure
  • link the CLI installation guide to the Windows child-process troubleshooting section
  • include a documentation-only empty changeset

Validation

  • pnpm test
  • pnpm check
  • pnpm pack:dry-run
  • git diff --check
  • shell-free call plan --help launch on macOS with Node 26

Closes CALLE-AI/awesome-phone-call-agents#177

Related to CALLE-AI/awesome-phone-call-agents#159

@JJasonSun
JJasonSun marked this pull request as ready for review August 18, 2026 09:29
@JJasonSun
JJasonSun merged commit ea0104b into main Aug 18, 2026
1 check passed
@JJasonSun
JJasonSun deleted the docs/windows-child-process-troubleshooting branch August 25, 2026 09:27
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.

execSync + async spawn → libuv async.c assertion on Windows process exit (integration-side, not a CLI defect)

1 participant