Hive Hive
Sign in

Forage

Feature requests, bug reports, feedback, GitHub issues, and Grafana alerts in one queue.

Items
821
Open signals
195
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
feat: Add dependency sync entries

  • Add fabrik deps sync [name] backed by declarative [[deps]] entries in fabrik.toml.

GitHub issue
Closed
Once
tuist/once #40
feat: add init workflow and command surface listing

  • Add a vendored fabrik init workflow with declarative templates for Rust, Elixir, Go, macOS CLI, and iOS apps

GitHub issue
Closed
Once
tuist/once #42
refactor: architectural review pass and add –quiet flag

Architectural review pass across the workspace, plus a global --quiet flag. Lands in three commits:

GitHub issue
Closed
Once
tuist/once #43
feat: add marketing website and adopt cooperative-model terminology

  • Add Eleventy-based marketing website under website/ with home, blog index, and first post (“Hello, Fabrik”). Vanilla CSS, Nunjucks templates, OG image generator script, RSS fee…

GitHub issue
Closed
Once
tuist/once #44
fix(website): run worker before assets

  • Default Cloudflare behavior with assets + main is asset-first: static files are served before the Worker runs, which silently bypasses the content negotiation, `Content-Signa…

GitHub issue
Closed
Once
tuist/once #45
feat(script): align script rules with annotated files

  • make rule = "script" the canonical script model, with [target.script] and shared field names across inline scripts and annotated script files

GitHub issue
Closed
Once
tuist/once #46
feat: add pluggable cache provider with Tuist backend

  • Add a CacheProvider abstraction in fabrik-cas wrapping the local CAS, with Tuist as the first remote backend (writes mirror to the remote while a local CAS stays in front).

GitHub issue
Closed
Once
tuist/once #47
fix(release): package supported microsandbox targets

  • Installs libcap-ng-dev in the Linux release packaging job so once-cli can link the embedded Microsandbox provider.

GitHub issue
Closed
Once
tuist/once #58
Remove TOML script targets

  • Remove TOML-backed script target parsing so once.toml is reserved for workspace configuration.

GitHub issue
Closed
Once
tuist/once #52
feat: Add remotely executable scripts

  • Add remotely executable scripts through FABRIK remote, [target.script].remote, and fabrik run/exec --remote --compute.

GitHub issue
Closed
Once
tuist/once #48