You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `.hive.toml` config file exists per-repo, which is a natural place for repo-specific settings
The distinction matters: project = GitHub Project board (work source), repository = code target (work destination). One project may span multiple repos.
Scope
This is likely an incremental change rather than a big rewrite — the architecture already has the right seams. But it needs explicit support in the config, poll loop, and CLI.
Context
Currently Hive is implicitly single-project. It polls one GitHub Project board and works with repos found by convention at `~/src/github.com///`.
What might be needed
Multiple projects
Multiple repositories with different backends
Relationship to existing design
Scope
This is likely an incremental change rather than a big rewrite — the architecture already has the right seams. But it needs explicit support in the config, poll loop, and CLI.