Hive Hive
Sign in

Forage

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

Items
632
Open signals
159
Domains
11
Forage items
Item Type Status Domains Source Updated Actions
feat(web): add Phoenix marketing site

  • Add a Phoenix 1.8 app under web/ for the Once marketing site.

GitHub issue
Closed
Once
tuist/once #81
feat(graph): compile apple_library through starlark rule impl

  • Move apple_library build logic out of Rust shell-script placeholders into a starlark rule impl declared in crates/once-frontend/prelude/apple.star. The impl composes a real `…

GitHub issue
Closed
Once
tuist/once #86
feat(mcp): make Once self-describing for coding agents

  • A coding agent can now go from “create me an iOS library” to a built target without reading docs: once_list_rules advertises every rule kind with example slugs, `once_query_sch…

GitHub issue
Closed
Once
tuist/once #87
feat(graph/apple): multi-arch, swift_macro, .hmap, and select() for apple_library

  • Build out the four “Not yet implemented” features the Apple graph guide previously listed: multi-arch + lipo fan-out, a swift_macro rule plus auto-loaded compiler plugins on …

GitHub issue
Closed
Once
tuist/once #88
feat(cli): add per-session internal logging

  • Adds a per-invocation internal tracing session with a UUIDv7 log file, using non-blocking JSONL writes so diagnostic logging stays off stdout and stderr.

GitHub issue
Closed
Once
tuist/once #90
perf(cache): split Swift actions and prefetch output restore

  • Split apple_library Swift compilation into separate module/header and static archive actions so cache keys can track Swift interface outputs independently from archive packagin…

GitHub issue
Closed
Once
tuist/once #91
feat(test): add agent-native test capability

This adds an agent-native test capability to Once so coding agents can discover test targets, choose the tests affected by a set of changed files, run them, and read normalized res…

GitHub issue
Closed
Once
tuist/once #89
feat(runtime): add supervised run sessions

  • Adds supervised target sessions through once runtime start/status/logs/stop, returning a session id while stdout, stderr, and status persist under .once/runtime/.

GitHub issue
Closed
Once
tuist/once #96
Add Rust graph toolchain support

  • Adds Rust graph rules for Cargo-backed dependency sets, first-party libraries and binaries, resolved crates, and proc macros.

GitHub issue
Closed
Once
tuist/once #104
feat: Support workspace rule paths

  • Add root-level [rules] paths support for checked-in Starlark rule files.

GitHub issue
Closed
Once
tuist/once #110