@qcluffy/agent-bootstrap 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -573,6 +573,14 @@ A: 说"开始"可以直接使用默认配置
573
573
 
574
574
  ---
575
575
 
576
+ ## 贡献者
577
+
578
+ | 角色 | 名字 | 邮箱 |
579
+ |------|------|------|
580
+ | 代码贡献 | 乔巴 | 25701211@qq.com |
581
+
582
+ ---
583
+
576
584
  ## 许可证
577
585
 
578
586
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qcluffy/agent-bootstrap",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "OpenClaw Agent 插件 - 完整的 Agent 核心系统:记忆、情感、心跳、输入、认知、输出、引导",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,5 +26,10 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^18.0.0",
28
28
  "typescript": "^5.9.3"
29
+ },
30
+ "openclaw": {
31
+ "extensions": [
32
+ "./dist/index.js"
33
+ ]
29
34
  }
30
35
  }