项目文件夹

文件
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 行
855 B
JSON

{
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
"specVersion": "1.0.0",
"name": "diff-review",
"title": "Diff review",
"version": "0.1.0",
"description": "Surface the accumulated patch as a reviewable diff and persist the accept / reject decision.",
"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/diff-review",
"tags": [
"atom",
"first-party",
"code-migration",
"tune-collab",
"phase-7"
],
"compat": {
"agentSkills": [
{
"path": "./SKILL.md"
}
]
},
"od": {
"kind": "atom",
"scenario": "code-migration",
"mode": "review",
"capabilities": [
"prompt:inject",
"fs:read",
"fs:write"
]
}
}