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
docs(readme): point at docs.hive.tuist.dev and drop duplicated content

  • Trim README.md from 182 lines to 50: keep the pitch, badges, live-instance + self-host one-liner, and license. Drop the duplicated Self-hosting / Authentication / Object storag…

GitHub issue
Closed
Hive
tuist/hive #27
refactor(meadows): rename products to meadows

  • Renames the Products data model to Meadows end to end to reflect that each record represents a domain boundary rather than a product. Module namespace Hive.Products.* becom…

GitHub issue
Closed
Hive
tuist/hive #28
feat(agents): scaffold Condukt-backed agentic workflow infrastructure

I want Hive to be the place where Tuist’s agentic meadow workflows live, and right now there’s no agent infrastructure here at all. Atlas already runs a production Condukt setup th…

GitHub issue
Closed
Hive
tuist/hive #30
fix(forage): render inline markdown in GitHub issue titles and excerpts

  • HiveWeb.Markdown.inline/1 renders a single line through MDEx with the same options + sanitize policy as render/1, then strips the wrapping <p> so the result can sit inside …

GitHub issue
Closed
Hive
tuist/hive #31
feat(meadows): add danger-zone delete action to the meadow detail page

  • Meadow detail page lacked any way to remove a meadow; the only path was direct DB access. This PR closes that gap with a destructive, confirmation-gated action restricted to orga…

GitHub issue
Closed
Hive
tuist/hive #32
GitHub issue
Closed
Hive
tuist/hive #34
feat(meadows): evolve meadows from forage signals

  • Add a Condukt meadow evolution agent that proposes structured meadow create and update changes from recent work signals.

GitHub issue
Closed
Hive
tuist/hive #35
style(specs): polish spec list preview and markdown chrome

Three small polish fixes to the spec UI noticed while browsing the section:

GitHub issue
Closed
Hive
tuist/hive #36
feat(specs): summarize spec revisions with a Condukt agent

Spec revision summaries used to read “This revision updated the proposal body with X additions and Y removals,” which is true but uninformative. This PR replaces that line with a o…

GitHub issue
Closed
Hive
tuist/hive #37
fix(specs): raise comment body limit to 20k

Raise the spec comment body length limit from 4,000 to 20,000 characters in Hive.Specs.Comment.

GitHub issue
Closed
Hive
tuist/hive #40