项目文件夹

文件
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

39 行
827 B
JSON

{
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
"specVersion": "1.0.0",
"name": "patch-edit",
"title": "Patch edit",
"version": "0.1.0",
"description": "Apply one rewrite-plan step at a time as small reviewable file edits.",
"license": "MIT",
"author": {
"name": "Open Design",
"url": "https://github.com/nexu-io"
},
"homepage": "https://github.com/nexu-io/open-design/tree/main/plugins/_official/atoms/patch-edit",
"tags": [
"atom",
"first-party",
"code-migration",
"tune-collab",
"phase-7"
],
"compat": {
"agentSkills": [
{
"path": "./SKILL.md"
}
]
},
"od": {
"kind": "atom",
"scenario": "code-migration",
"mode": "edit",
"capabilities": [
"prompt:inject",
"fs:read",
"fs:write"
]
}
}