{ "$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" ] } }