Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1007 Bytes

File metadata and controls

23 lines (15 loc) · 1007 Bytes

Helm 0.5.10

Helm 0.5.10 is a hardening patch release focused on keeping context and query inspection usable when local workspace state is partially malformed.

Highlights

  • hardened context source loading so malformed .helm/context_sources.json data degrades safely
  • hardened query readers so corrupted local memory or state artifacts do not abort inspection paths
  • expanded regression coverage around malformed context and query-state handling

Why this release matters

Helm is most useful when it can still inspect a workspace that is not perfectly clean. This release keeps the operator-facing context and query paths available even when a saved artifact is damaged or only partially written.

The focus is narrow and practical:

  • treat malformed state as localized damage
  • preserve visibility into the rest of the workspace
  • avoid requiring manual state cleanup before inspection can continue

This is a patch release. The main change is safer degradation under imperfect local state.