fix(daemon): Reorganize project into daemon/client/shared layout, update imports and protocol, rename Tspm → ProcessManager, and bump smartipc to ^2.1.3

This commit is contained in:
2025-08-28 20:22:09 +00:00
parent b1a543092a
commit 1ec53b6f6d
6 changed files with 255 additions and 102 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspm',
version: '3.1.1',
version: '3.1.2',
description: 'a no fuzz process manager'
}

View File

@@ -53,6 +53,7 @@ export class TspmDaemon {
heartbeatInterval: 5000,
heartbeatTimeout: 20000,
heartbeatInitialGracePeriodMs: 10000, // Grace period for startup
heartbeatThrowOnTimeout: false, // Don't throw, emit events instead
});
// Register message handlers