Hive
Sign in
Overview
Projects
Domains
Forage
Flights
Specs
Postmortems
Drops
Digests
Drops
Shipped updates from GitHub releases and changelog feeds across every domain.
Subscribe
Activity
Project
Domain
Source
Filter
Published
Title
Project
Domains
Version
Source
May 03, 2026
10:07 UTC
Starlark-based build files and target graph
Fabrik now reads per-package fabrik.star files, walks the workspace to discover them, and provides a glob() helper that expands patterns rel
Once
Once
0.2.0
GitHub
May 03, 2026
10:07 UTC
Unified target command: run, with exec for ad-hoc commands
The CLI verbs have been simplified. The old fabrik build is now fabrik run //pkg:name, which produces the named target's outputs uniformly a
Once
Once
0.2.0
GitHub
May 03, 2026
10:07 UTC
Machine-parseable output with a global
--format
flag
Verbs that emit structured data now accept a global --format flag. human is the default for readable prose; json and toon provide structured
Once
Once
0.2.0
GitHub
May 03, 2026
10:07 UTC
New CLI verbs replace the old build command
fabrik targets lists every declared target in the workspace with its //pkg:name label. fabrik run //pkg:name produces and executes the actio
Once
Once
0.2.0
GitHub
May 03, 2026
10:07 UTC
CLI structured output can be rendered in human, JSON, or TOON formats
Fabrik commands that emit their own structured data now honor a global --format flag. The default human mode stays readable, while json and
Once
Once
0.2.0
GitHub
May 03, 2026
10:07 UTC
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
May 03, 2026
10:07 UTC
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
May 03, 2026
10:07 UTC
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
May 03, 2026
10:07 UTC
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
May 03, 2026
10:07 UTC
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
Prev
Next