mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 00:40:43 +00:00
* feat: add migration providers * feat: offer Hermes migration during onboarding * feat(hermes): map imported config surfaces * feat(onboard): require fresh migration imports * docs(cli): clarify Hermes import coverage * chore(migrations): rename Hermes importer package * chore(migrations): rewire Hermes importer id * fix(migrations): redact migration JSON details * fix(hermes): use provider runtime for config imports * test(hermes): cover missing source planning --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"id": "migrate-hermes",
|
|
"name": "Hermes Migration",
|
|
"description": "Imports Hermes configuration, memories, skills, and supported credentials into OpenClaw.",
|
|
"contracts": {
|
|
"migrationProviders": ["hermes"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|