@akalsey/openclaw-goals 0.1.1 → 0.1.2

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.
@@ -99,12 +99,5 @@ export default definePluginEntry({
99
99
  return { content: [{ type: "text", text: "SILENT_REPLY_TOKEN" }] };
100
100
  },
101
101
  });
102
- api.session.workflow.scheduleSessionTurn({
103
- schedule: { cron: config.schedule },
104
- sessionTarget: "isolated",
105
- tag: "sapience-goals-check-pass",
106
- systemPrompt: `You are the goals tracking agent. Call check_goals() to process new goals and deliver weekly status updates. Reply SILENT_REPLY_TOKEN after the tool call.`,
107
- maxTurns: 2,
108
- });
109
102
  },
110
103
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akalsey/openclaw-goals",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {