Showcase: an exact dependency alert reaches a real DSH Agent #11
MicroMilo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Upstream Radar is a DSH bundle for monitoring the dependencies that are actually installed inside a DSH plugin.
The reproducible proof in this repository starts a real DSH headless profile with the packed bundle and a deterministic local DeepSeek-compatible model stub. It verifies four things:
Run it from a clone:
corepack enable pnpm install --frozen-lockfile pnpm run try:dshFor a real profile, install the bundle and generate an inventory from the profile instead of hand-writing the dependency graph:
The model is used for project-specific judgment only. Exact versions, installed paths, vulnerability matches, and compatibility signals are calculated by code. If you are running DSH plugins, what dependency or release signal would you want Radar to explain first?
All reactions