fix(cli): Fix internal imports, centralize IPC types and improve daemon entry/start behavior
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-28 - 3.1.1 - fix(cli)
|
||||
Fix internal imports, centralize IPC types and improve daemon entry/start behavior
|
||||
|
||||
- Corrected import paths in CLI commands and utilities to use client/tspm.ipcclient and shared/common/utils.errorhandler
|
||||
- Centralized process/IPC type definitions into ts/shared/protocol/ipc.types.ts and updated references across daemon and client code
|
||||
- Refactored ts/daemon/index.ts to export startDaemon and only auto-start the daemon when the module is executed directly
|
||||
- Adjusted ts/index.ts exports to expose client API, shared protocol types, and daemon start entrypoint
|
||||
|
||||
## 2025-08-28 - 3.1.0 - feat(daemon)
|
||||
Reorganize and refactor core into client/daemon/shared modules; add IPC protocol and tests
|
||||
|
||||
|
Reference in New Issue
Block a user