Release · 2026-08-06T12:45:47+02:00 · By Threadnote

Threadnote 4.0.9

Threadnote 4.0.9 indexes Aspect CLI .axl files (typed Starlark) in the native code graph the same way it already handles .bzl.

What's new

Threadnote 4.0.9 indexes Aspect CLI .axl files (typed Starlark) in the native code graph the same way it already handles .bzl.

  • Search Aspect command sources. Files ending in .axl are inventoried as Starlark and contribute declarations, loads, and labels through the Bazel/Starlark extractor—for example threadnote graph query --query impl can resolve a function defined in .aspect/mycmd.axl.
  • Keep conventional Aspect layouts visible. Inventory allowlists .aspect directories so those sources are not pruned as hidden directories before indexing.