Added full Windows implementation of process.report.getReport() API including:
- System resource usage (memory, CPU time, I/O counters)
- Windows-specific limits and version information
- JavaScript heap and stack information
- Environment variables and process information
Previously this returned "Not implemented" on Windows. The implementation
now provides parity with Unix platforms using Windows-specific APIs.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>