instar 0.7.19 → 0.7.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.
@@ -160,7 +160,7 @@ async function initFreshProject(projectName, options) {
160
160
  enabled: true,
161
161
  webhookUrl: 'https://dawn.bot-me.ai/api/instar/feedback',
162
162
  feedbackFile: path.join(stateDir, 'feedback.json'),
163
- sharedSecret: randomUUID().replace(/-/g, ''),
163
+ sharedSecret: 'instar-rising-tide-v1',
164
164
  },
165
165
  dispatches: {
166
166
  enabled: true,
@@ -338,7 +338,7 @@ async function initExistingProject(options) {
338
338
  enabled: true,
339
339
  webhookUrl: 'https://dawn.bot-me.ai/api/instar/feedback',
340
340
  feedbackFile: path.join(stateDir, 'feedback.json'),
341
- sharedSecret: randomUUID().replace(/-/g, ''),
341
+ sharedSecret: 'instar-rising-tide-v1',
342
342
  },
343
343
  dispatches: {
344
344
  enabled: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instar",
3
- "version": "0.7.19",
3
+ "version": "0.7.21",
4
4
  "description": "Persistent autonomy infrastructure for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",