Skip to content

v0.11.0 — Installed DSH graphs

Choose a tag to compare

@MicroMilo MicroMilo released this 15 Aug 17:46
· 24 commits to main since this release
09bac69

What's new

  • DSH initialization now builds the default dependency graph from the profile's installed node_modules resolution tree.
  • Duplicate versions, profile-local overrides, and package-manager choices are preserved instead of being replaced by a fresh npm resolution.
  • Unresolved dependency declarations remain visible as incomplete coverage in the generated config and radar status.
  • Bundle and dependency manifests whose symlinks escape the DSH profile are rejected.
  • --registry <url> remains available when a public npm graph comparison is intentional.

Validation

  • 77 tests passed on Node.js 22 and 24 in GitHub Actions.
  • Deterministic Radar showcase passed.
  • Real DSH headless handoff and live OSV/npm proof passed.
  • Real DSH profile init proof reported source: installed-node-modules and preserved unresolved host peers.
  • Packed npm artifact contains the new installed-graph module.