Hive
Sign in
Projects
Domains
Forage
Specs
Drops
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
13:28 UTC
Fabrik now dogfoods its own build graph
Fabrik can now build itself through its own build graph. A root //:fabrik target is included, and the project’s CI runs target/release/fabri
Once
Once
0.3.0
GitHub
May 03, 2026
13:28 UTC
Fabrik can build Cargo-backed Rust binaries and dogfoods its own release builds
This release adds a cargo_binary target so you can build Cargo-backed Rust binaries with Fabrik. It also introduces a root //:fabrik target
Once
Once
0.3.0
GitHub
May 03, 2026
13:28 UTC
Fabrik builds itself via dogfood Cargo target
Fabrik can now build itself through its own build graph. Running target/release/fabrik run //:fabrik uses a new cargo_binary target type to
Once
Once
0.3.0
GitHub
May 03, 2026
13:28 UTC
Forward mise environment variables to Cargo builds
Fabrik now forwards mise environment variables (such as MISE_TRUSTED_CONFIG_PATHS and MISE_YES) into cargo_binary build actions. This fixes
Once
Once
0.3.0
GitHub
May 03, 2026
10:07 UTC
Declare targets in fabrik.star files and build them with fabrik run
Fabrik now evaluates per-package fabrik.star build files through a typed Starlark frontend. You can declare targets using built-in helpers l
Once
Once
0.2.0
GitHub
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-readable output with –format
A global --format flag now lets you switch command output between human-readable and machine-readable forms. JSON and TOON are available for
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
Prev
Next