wave-av / wave-runtime-registry

已收录

WAVE's curated index of the agent-harness plugin ecosystem — measured stars + WAVE verdicts per entry. Public, CI-gated.

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:wave-av/wave-runtime-registry

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 e83b58d同步于 2026年8月18日

WAVE Runtime Registry

WAVE's curated index of the dsh-plugin ecosystem — the governed registry for agent-harness plugins (public, 2026-08-17).

The governed index of the agent-harness plugin ecosystem (repos tagged dsh-plugin). Every entry carries measured stars and a WAVE verdict — HARVEST, TRACK, ABUSE, or NOISE — so adopters see a curated view instead of raw topic results.

What this is

A curated registry of dsh-plugin ecosystem repos. Each entry carries a verdict (HARVEST / TRACK / ABUSE / NOISE) so adopters can route around abuse and toward value. This is not a package manager — it's an index of record. (Feeding WAVE's dispatch routing is on the roadmap, not yet wired.)

Verdict rubric

VerdictMeaning
HARVESTHigh-value repo — actively mine for patterns, APIs, and reusable ideas
TRACKWorth monitoring — signals may become harvestable over time
ABUSEKnown abuse vector — route away, do not auto-integrate
NOISELow signal — default for newly discovered repos until human review

How sweep works

node bin/sweep.mjs          # live sweep — merges top-30 into registry.json
node bin/sweep.mjs --dry-run # preview without writing
  • Queries GitHub API: topic:dsh-plugin, sorted by stars, top 30
  • Idempotent: existing entries keep their verdict; new entries default to NOISE
  • Updates starsMeasuredAt for all entries on each sweep

How verify works

node bin/verify.mjs
  • Validates schema: verdict enum, repo format (owner/name), signedBy === "wave"
  • Spot-checks 3 repos resolve via gh api repos/<owner>/<repo>
  • Exits non-zero on any violation — runs in CI on push/PR

CI

GitHub Actions runs node bin/verify.mjs on every push and PR to main.

Status: PUBLIC (2026-08-17, operator-approved)

The index is public. Entries carry measured stars + WAVE verdicts (HARVEST / TRACK / ABUSE / NOISE). Metered serving via WAVE's x402 rail and signed-verification listings are the roadmap; until they ship, this repo is the index of record — sweep (top-30 merge) + CI verify on every push.

File structure

registry.json              # the index (schema v1)
bin/sweep.mjs              # idempotent GitHub API sweep
bin/verify.mjs             # schema + spot-check validator
.github/workflows/verify.yml  # CI gate
README.md                  # this file

仓库信息

开发语言
JavaScript
许可证
Apache-2.0
最后更新
2026年8月18日 03:19

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。