feat(core): Introduce ProcessMonitor with memory management and spawning features

This commit is contained in:
2025-03-01 18:02:40 +00:00
parent 36eb1a79a7
commit ad2c180cfe
9 changed files with 140 additions and 34 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-03-01 - 1.2.0 - feat(core)
Introduce ProcessMonitor with memory management and spawning features
- Added ProcessMonitor class with functionality to manage process execution and memory usage.
- Implemented process spawning with ability to handle command arguments and directories.
- Added periodic memory monitoring and automatic restarts when memory thresholds are exceeded.
- ProcessMonitor now logs its actions with optional configuration name for better identification.
- Updated test file to include example usage of ProcessMonitor.
## 2025-03-01 - 1.1.1 - fix(package)
Update dependencies and pnpm configuration