@gracefultools/astrid-sdk 0.8.0 → 0.8.1
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.
- package/package.json +2 -3
- package/openclaw.plugin.json +0 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gracefultools/astrid-sdk",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Astrid.cc SDK \u2014 AI agent integration and OpenClaw channel plugin",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,8 +14,7 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
16
|
"templates",
|
|
17
|
-
"README.md"
|
|
18
|
-
"openclaw.plugin.json"
|
|
17
|
+
"README.md"
|
|
19
18
|
],
|
|
20
19
|
"scripts": {
|
|
21
20
|
"build": "tsc",
|
package/openclaw.plugin.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "astrid",
|
|
3
|
-
"name": "Astrid.cc",
|
|
4
|
-
"description": "Task management channel for Astrid.cc",
|
|
5
|
-
"channels": ["astrid"],
|
|
6
|
-
"configSchema": {
|
|
7
|
-
"type": "object",
|
|
8
|
-
"additionalProperties": false,
|
|
9
|
-
"properties": {
|
|
10
|
-
"astrid": {
|
|
11
|
-
"type": "object",
|
|
12
|
-
"properties": {
|
|
13
|
-
"enabled": { "type": "boolean" },
|
|
14
|
-
"clientId": { "type": "string" },
|
|
15
|
-
"clientSecret": { "type": "string" },
|
|
16
|
-
"apiBase": { "type": "string" },
|
|
17
|
-
"agentEmail": { "type": "string" },
|
|
18
|
-
"pollIntervalMs": { "type": "number" },
|
|
19
|
-
"lists": { "type": "array", "items": { "type": "string" } }
|
|
20
|
-
},
|
|
21
|
-
"required": ["clientId", "clientSecret"]
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|