Switch tools/doc to npm-published doc-kit (
583c479)
Node.js now depends on @node-core/doc-kit@1.0.2 instead of fetching @nodejs/doc-kit from a GitHub tarball. The update also removes the custom doc-kit updater scripts and adjusts build/workflow paths so the new package location is used consistently.
Stabilize debugger restart test timing (
9137925)
The debugger restart test now sends run as a normal command instead of a step command, avoiding a flaky wait during restart. This makes the test less timing-sensitive and reduces intermittent failures.
Other misc changes
- None beyond the two notable commits.