feat: 添加 repository 字段,支持远程更新检测

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 22:13:05 +08:00
parent 7fb61fec9d
commit 243adac494

View File

@@ -8,6 +8,10 @@
"runtime": {
"engine": "desirecore-engine"
},
"repository": {
"url": "https://github.com/desirecore/agent-desirecore.git",
"branch": "main"
},
"heartbeat": {
"enabled": true
},