8933343433
Create openclaw/ directory with plugin manifest (openclaw.plugin.json), package.json, tsconfig.json, and .gitignore. Plugin manifest includes full configSchema with observationFeed settings for live streaming observations to messaging channels. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"name": "@claude-mem/openclaw-plugin",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|