Hive
refactor(domains): rename meadows to domains
GitHub issue · Closed
Source
tuist/hive #59
Updated
Jun 24, 2026
Domains
Hive
Summary
- Rename the Meadow context, schemas, LiveViews, routes, CSS, Slack unfurls, webhooks, drop classification, forage associations, MCP arguments, seeds, and tests to Domain terminology so the code and UI use the new product taxonomy consistently.
- Add a reversible migration that renames the
meadowstables, join tables, webhook tables, foreign keys, indexes, and constraints todomainswhile preserving historical migrations. - Update README, self-hosting docs, in-repo guidance, feed URLs, and subscription parameters from
/meadowsandmeadow_idsto/domainsanddomain_ids. - Kept the change as a rename-focused refactor instead of adding compatibility aliases, because the request was to rename the concept across the project and the test suite covers the renamed runtime paths.
Testing
mix formatmix compile --warnings-as-errorsMIX_ENV=test mix ecto.rollback -n 1 && MIX_ENV=test mix ecto.migratemix test
No GitHub comments yet.