MicroSpotlight/openharness-plugins

MicroSpotlight★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

README 摘要

OpenHarness Plugins The curated source of plugin metadata for OpenHarness and DeepSeek Harness. Each plugin has one directory and one descriptor: 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: 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: The GitHub Pages root also hosts the searchable catalog UI: 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: Run the catalog UI locally with: 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 initia…

在 GitHub 查看完整 README →
工具/开发dsh-pluginopenharnessplugin-catalog

分类