Four new verified plugins: dependency audit, llms.txt, CN bootstrap, timesheet #3123
Replies: 6 comments
|
"## Update — 5th plugin: dsh-discussions-radar\n\nSince the original post, one more landed in the same family: a radar for these very official discussions.\n\n- Lists/filters/searches the official boards (Ideas / Q&A / Show Your Plugins! / General / Announcements / Polls) from inside dsh or the CLI\n- Agent tool |
|
"## Update — 8th plugin: dsh-disk-audit\n\n- Disk-usage audit for dsh data directories: total size, per-directory breakdown, largest files, oversized-file warnings (session logs grow append-only and can hit hundreds of MB — the ecosystem has seen the ~512 MB stringify cap), cleanup suggestions\n- Agent tool |
|
"## Write-up is now live — the full pipeline, not just the plugins\n\nI published the complete playbook behind the 8 plugins so anyone can copy the pipeline:\n\n- 中文(掘金/知乎可转载): zh-24-pipeline — 插件骨架、质量基线(三件套 CI)、8 插件空位表、5 个真实踩坑、社区闭环\n- English (dev.to/Reddit/HN ready): en-24-pipeline\n\nHighlights from the write-up:\n\n- The quality gate that every plugin passes: |
|
"## Update — quality scorecard published + full-registry leaderboard v1\n\nTwo more pieces of the ecosystem data story are live:\n\n1. dsh-quality-score (npm 0.1.2) — plugin quality scorecard: 0-100 + grade + six components (manifest 30 / peer-resolvable 20 / dist-tag 15 / dead-ranges 15 / freshness 10 / dsh-tools peer 10), with per-deduction fix suggestions. CLI + agent-callable |
|
"## The complete ecosystem-health data story (consolidated)\n\nThe scorecard + leaderboard have now produced a full, quantified narrative for the registry:\n\n- Impact: 78/101 plugins declaring a dsh-tools peer are hit by the broken |
|
Week in review (2026-08-18 → 08-19) — 套件周更 9 个验证插件全部线上(npm + GitHub + CI 绿),收录 PR 正在等 awesome-dsh-plugin 的 repo 年龄 gate(08-19 10:26 UTC 起陆续转绿;官方 regate.yml 也会自动兜底):
#2763 仍未修复(latest 停 0.0.1-rc.1);修复日验证器与评论模板已就绪。 |
Uh oh!
There was an error while loading. Please reload this page.
"## Four new verified plugins, one supply-chain → time story\n\nSince today I shipped four dsh plugins that cover the trust → readability → connectivity → time chain. All four: MIT, zero runtime dependencies, CI-verified (dsh-plugin-doctor preflight + unit tests + packed-artifact integration + fresh-profile
dsh webboot smoke on Windows), published on npm, and installable withdsh plugin add.\n\n### 1. dsh-dep-audit — dependency supply-chain hygiene audit\n8 checks: peer-range resolvability against the registry, broken dist-tag detection (the #2763 class — it flags@deepseek-ai/dsh-tools'slatest=0.0.1-rc.1vs declared^0.1.0-rc.6on a live run), stale/missing-license/non-registry deps, and installed-vs-declared drift. CLI + agent-callabledep_audit,dsh-dep-audit/v1reports.\n\n### 2. dsh-llms-forge — llms.txt generator\nAI agents look forllms.txtfirst; most dsh plugins don't have one. Generates it deterministically frompackage.json+README.md(install command, license, homepage, keywords, entry, CLI). Read-only by default,--write/--overwriteexplicit. CLI + agent-callablellms_forge.\n\n### 3. dsh-cn-boot — China-network bootstrap\nProbes npm/npmmirror/GitHub/raw/HuggingFace/Gitee + local proxy ports (7897/10809), reads current npm/pnpm registry config, recommends mirrors/proxy, generates a PowerShell + bash bootstrap script. Read-only by default;--applyonly sets the registry to npmmirror. Local run: 6/8 reachable, HuggingFace timeout flagged correctly.\n\n### 4. dsh-timesheet — turn-based time tracking\nToken dashboards tell you cost; this one tells you wall-clock time from*.jsonlsession logs — totals, per-day/project/provider/source rollups, tool-call counts, failure rates, TTFT. Verified on real session logs: 52 turns / 4h56m / 1315 tool calls. CLI + agent-callabletimesheet,dsh-timesheet/v1reports.\n\nAll four are already listed in dsh-subscribe (verified) and the dsh-ecosystem catalog, with awesome-list PRs open. Happy to take feedback — especially on the dependency-audit check set, since plugin trust is the ecosystem's real bottleneck right now."All reactions