mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
- Introduced `specVersion` and `version` fields to the plugin and marketplace schemas, ensuring better versioning and compatibility tracking. - Updated various components and functions to handle the new fields, including database migrations, plugin snapshots, and marketplace management. - Enhanced tests to validate the presence and correctness of the new fields in plugin manifests and marketplace entries. - Improved documentation to reflect the changes in schema requirements and provide guidance on the new versioning system. This update strengthens the plugin ecosystem by providing clear versioning, enhancing the reliability and maintainability of plugins and marketplaces.
1 KiB
1 KiB
插件规范示例
语言:English | 简体中文
这些示例是给插件作者和外部 agent 使用的源材料。它们不是随包一方插件,daemon 启动时不会扫描这个目录。
覆盖范围:
import-screenshot-to-prototype- import 主类。create-prototype-dashboard- prototype create 模式。create-slides-pitch- slide deck create 模式。create-live-artifact-ops- live artifact create 模式。create-image-campaign- image create 模式。create-video-storyboard- video create 模式。create-hyperframes-launch- HyperFrames create 模式。export-nextjs-handoff- export 主类。share-github-pr- share 主类。deploy-vercel-static- deploy 主类。refine-critique-loop- refine 主类。extend-plugin-author- extend 主类。
使用这些示例作为可复制模式,然后为你的真实插件大幅裁剪。
示例 open-design-marketplace.json 在 catalog 顶层有版本,每个 entry 也固定列入的插件版本,便于 registry snapshot 审计。