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
.axlare inventoried as Starlark and contribute declarations, loads, and labels through the Bazel/Starlark extractor—for examplethreadnote graph query --query implcan resolve a function defined in.aspect/mycmd.axl. - Keep conventional Aspect layouts visible. Inventory allowlists
.aspectdirectories so those sources are not pruned as hidden directories before indexing.