mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:54:48 +00:00
* OC Path: restore YAML support * fix(oc-path): guard yaml writes and empty sequences * fix(oc-path): guard yaml insertion keys * fix(oc-path): guard yaml object key * fix(oc-path): classify yaml root insertions * style(oc-path): format yaml branch after rebase * fix(oc-path): reject malformed yaml edits * docs(oc-path): clarify yaml file support * fix(ci): refresh yaml branch after rebase * fix(ci): clean shared blockers for yaml path PR * fix(changelog): keep yaml path note scoped * fix(ci): preserve current shared contracts --------- Co-authored-by: Gio Della-Libera <giodl73@gmail.com
31 lines
592 B
JSON
31 lines
592 B
JSON
{
|
|
"name": "@openclaw/oc-path",
|
|
"version": "2026.5.17",
|
|
"private": true,
|
|
"description": "OpenClaw oc:// workspace path plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"commander": "14.0.3",
|
|
"jsonc-parser": "3.3.1",
|
|
"markdown-it": "14.1.1",
|
|
"yaml": "2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.5.17"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|