Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Rust target types defined in the Starlark prelude The built-in rust_binary, rust_library, and rust_test target types are now defined as a bundled Starlark prelude instead of hardcoded Rust f
Once
Once
0.2.0
GitHub
Starlark build files, target discovery, and labeled build command Fabrik's CLI can now load build files named fabrik.star from each package, scan the workspace for them, expose a glob() helper for relative
Once
Once
0.2.0
GitHub
JSON output format for agent and script consumption Fabrik now supports a machine-readable output option. Pass --format json to commands that emit structured data: cache stats become a single
Once
Once
0.2.0
GitHub
TOON structured output format Fabrik now also supports a toon output format alongside human and json. Commands that emit structured data (cache stats, targets, run record
Once
Once
0.2.0
GitHub
Starlark build files and Rust target support You can now define builds in per-package fabrik.star files. Fabrik walks the workspace, discovers these files, and exposes built-in Rust tar
Once
Once
0.2.0
GitHub
Built-in target types exposed as a Starlark prelude Built-in Rust target types are no longer hardcoded in Rust. They are now defined in a bundled prelude/rust.star file that wraps the low-leve
Once
Once
0.2.0
GitHub
Global –format flag with human, json, and toon output options Commands that emit Fabrik's own structured data now honor a global --format flag. Pick json or toon to get machine-parseable output for cach
Once
Once
0.2.0
GitHub
Unified target command: run, and renamed ad-hoc command: exec The CLI surface has been simplified. fabrik run //package:name now produces the outputs for a declared target. The previous ad-hoc cache com
Once
Once
0.2.0
GitHub
List targets and run any target by label Run fabrik targets to list every declared target across the workspace, or fabrik run //package:name to load the workspace, find the matching
Once
Once
0.2.0
GitHub
Documented typed Starlark for build and plugin definitions and a two-mode plugin model The design and roadmap documentation now reflect the project's language and plugin strategy. Build files and plugins are written in typed St
Once
Once
0.1.2
GitHub