DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

MicroSpotlight /

MicroSpotlight/openharness-plugins

仅 Topic 仓库

这个插件还没有填写简介。

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@c38e07c3

OpenHarness Plugins

The curated source of plugin metadata for OpenHarness and DeepSeek Harness. Each plugin has one directory and one descriptor:

plugins/
  <plugin-name>/
    plugin.json

plugin.json is validated against schemas/plugin-v1.schema.json. The directory name must exactly match the descriptor's name.

Catalog

The repository builds a deterministic, machine-readable catalog at:

dist/catalog/v1/catalog.json

On every pull request, GitHub Actions validates all descriptors and runs the catalog tests. A push to main deploys the generated dist directory to GitHub Pages. The public endpoint is:

https://microspotlight.github.io/openharness-plugins/catalog/v1/catalog.json

The GitHub Pages root also hosts the searchable catalog UI:

https://microspotlight.github.io/openharness-plugins/

The web catalog reads the same generated JSON as plugin clients. It is a read-only surface for search, platform filtering, compatibility details, declared permissions, and repository links. It does not inspect local plugins, report installation state, or initiate installation. Those capabilities belong to the in-app OpenHarness Find Plugin.

Run the same checks locally:

pnpm install
pnpm validate
pnpm test
pnpm build

Run the catalog UI locally with:

pnpm dev

Trust model

Catalog entries are metadata, not an approval to execute code. Git-based distributions must use an immutable 40-character commit SHA. Installation is a separate, explicit host action initiated by the user.

See CONTRIBUTING.md for the descriptor fields and submission workflow.

License

Apache License 2.0.

—/ 5

暂无评分

需要先验证清单

Commit c38e07c3b24c

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于