Skip to content
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/fix-start-screen-url-validation-539.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@link-assistant/hive-mind": patch
---

Fix start-screen URL validation to accept user and organization GitHub URLs

The `start-screen hive` command was rejecting valid user/org URLs like `https://github.com/konard` with "Invalid GitHub URL: missing owner/repo". This fix updates `start-screen.mjs` to use the shared `parseGitHubUrl` from `github.lib.mjs`, ensuring consistent URL validation across `hive`, `solve`, and `start-screen` commands. Tests for `--dry-run` mode added for both `solve` and `hive` commands.
Loading