Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6e39b1db8f | |||
ee4532221a |
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-08-31 - 5.8.0 - feat(core)
|
||||||
|
Add core TypeScript TSPM implementation: CLI, daemon, client, process management and tests
|
||||||
|
|
||||||
|
- Add CLI entrypoint and command set (start/stop/add/list/logs/daemon/service/stats/reset and batch ops)
|
||||||
|
- Add daemon implementation with ProcessManager, ProcessMonitor, ProcessWrapper, LogPersistence and config storage
|
||||||
|
- Add IPC client (tspmIpcClient) and TspmServiceManager for systemd integration using smartipc/smartdaemon
|
||||||
|
- Introduce shared protocol types, process ID helpers and standardized error codes for stable IPC
|
||||||
|
- Include tests and test assets for daemon, integration and IPC client scenarios
|
||||||
|
- Add README and package metadata (package.json, npmextra.json, commitinfo)
|
||||||
|
|
||||||
## 2025-08-31 - 5.7.0 - feat(cli)
|
## 2025-08-31 - 5.7.0 - feat(cli)
|
||||||
Add 'stats' CLI command and daemon stats aggregation; fix process manager & wrapper state handling
|
Add 'stats' CLI command and daemon stats aggregation; fix process manager & wrapper state handling
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tspm",
|
"name": "@git.zone/tspm",
|
||||||
"version": "5.7.0",
|
"version": "5.8.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a no fuzz process manager",
|
"description": "a no fuzz process manager",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tspm',
|
name: '@git.zone/tspm',
|
||||||
version: '5.7.0',
|
version: '5.8.0',
|
||||||
description: 'a no fuzz process manager'
|
description: 'a no fuzz process manager'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user