@leanspec/chat-server 0.2.20 → 0.2.21-dev.21574608473

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
+ # ⚠️ DEPRECATED
2
+
3
+ This package is **deprecated** and will be removed in a future version.
4
+
5
+ Please use `@leanspec/ai-worker` instead, which provides IPC-based AI chat functionality.
6
+
7
+ ---
8
+
1
9
  # @leanspec/chat-server
2
10
 
3
11
  Standalone AI chat sidecar for LeanSpec UI.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@leanspec/chat-server",
3
- "version": "0.2.20",
4
- "description": "LeanSpec AI chat server sidecar",
3
+ "version": "0.2.21-dev.21574608473",
4
+ "description": "⚠️ DEPRECATED: Use @leanspec/ai-worker instead",
5
+ "deprecated": "Use @leanspec/ai-worker instead. This package is no longer maintained.",
5
6
  "type": "commonjs",
6
7
  "main": "dist/index.js",
7
8
  "bin": {