Hive
feat: Add TOML build plugins and examples
GitHub issue · Closed
Source
tuist/once #11
Updated
Jun 24, 2026
Domains
Once
Summary
Adds the first TOML-based Fabrik workflow with first-party plugin implementations and executable examples.
- Adds
fabrik.tomlmanifest parsing alongside the existing Starlark path. - Adds granular Rust build, test, vendor, and runtime integration through
fabrik-rust. - Adds an Apple/iOS simulator app plugin that can build and launch a Swift iOS app.
- Adds checked-in runtime task targets with cacheable and uncached execution modes.
- Adds resource-bounded scheduling primitives for local execution.
- Adds Rust and iOS example projects with Shellspec coverage.
- Adds docs for supported ecosystems, cache and execution behavior, tasks, and the agent-native product thesis.
Validation
Run locally on this branch:
mise exec -- cargo check --workspacemise exec -- cargo fmt --all -- --checkmise exec -- cargo test --workspacemise exec -- cargo clippy --workspace --all-targets -- -D warningsmise exec -- cargo build --releasemise exec -- shellspecgit diff --check
Also verified the iOS example can build and launch in an available simulator with xcrun simctl.
No GitHub comments yet.