staklink 0.3.20 → 0.3.21

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.
@@ -33935,7 +33935,7 @@ var SSEManager = class {
33935
33935
  var sseManager = new SSEManager();
33936
33936
 
33937
33937
  // src/proxy/version.ts
33938
- var VERSION = "0.3.20";
33938
+ var VERSION = "0.3.21";
33939
33939
 
33940
33940
  // node_modules/uuid/dist/esm/stringify.js
33941
33941
  var byteToHex = [];
@@ -34097,7 +34097,9 @@ var path8 = __toESM(require("path"), 1);
34097
34097
  var SYSTEM_SUFFIX = `
34098
34098
  You can ignore the .pod-config directory if you see it, its just config stuff
34099
34099
 
34100
- The actual dev server is being run with pm2... so you can use pm2 logs to see dev logs. Other processes (such as DB) are being run with docker.
34100
+ The actual dev server is being run with pm2... so you can use pm2 logs to see dev logs. Don't try to start the dev server again if its already running in pm2! Other processes (such as DB) are being run with docker.
34101
+
34102
+ Don't try to write summaries or docs in .md file unless specifically asked to! Default to output text response to the user.
34101
34103
  `;
34102
34104
 
34103
34105
  // src/agent/goose.ts
@@ -10905,7 +10905,7 @@ var glob = Object.assign(glob_, {
10905
10905
  glob.glob = glob;
10906
10906
 
10907
10907
  // src/proxy/version.ts
10908
- var VERSION = "0.3.20";
10908
+ var VERSION = "0.3.21";
10909
10909
 
10910
10910
  // src/cli.ts
10911
10911
  var STAKLINK_PROXY = "staklink-proxy";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "staklink",
3
3
  "displayName": "staklink",
4
4
  "description": "staklink process manager",
5
- "version": "0.3.20",
5
+ "version": "0.3.21",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {