Skip to content

Fix init flow: ask for repo URL and skip Docker for existing projects#28

Merged
jonathonbyrdziak merged 1 commit intomasterfrom
fix/init-existing-repo-url-prompts
Mar 20, 2026
Merged

Fix init flow: ask for repo URL and skip Docker for existing projects#28
jonathonbyrdziak merged 1 commit intomasterfrom
fix/init-existing-repo-url-prompts

Conversation

@jonathonbyrdziak
Copy link
Copy Markdown
Contributor

Summary

  • Existing repo flow now asks for GitHub URL immediately after selection, instead of skipping straight to project type
  • Skips Docker container/project type step when docker-compose.yml already exists in the repo — existing projects already have their container defined
  • Clearer config repo URL prompt with descriptive label instead of ambiguous "(optional)" text

Test plan

  • Run protocol init in an existing git repo with a docker-compose.yml — should ask for GitHub URL first, skip project type selection
  • Run protocol init in an existing git repo without docker-compose.yml — should ask for GitHub URL, then ask for project type
  • Say yes to config repo setup — should clearly prompt for config repo GitHub URL

🤖 Generated with Claude Code

When selecting "Connect an existing repository", the init wizard now
immediately prompts for the GitHub URL instead of jumping straight to
project type selection. Existing projects with a docker-compose.yml
skip the container/project-type step entirely since the container is
already defined in the repo. Config repo URL prompt is also clearer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jonathonbyrdziak jonathonbyrdziak merged commit efcf5c6 into master Mar 20, 2026
8 checks passed
@jonathonbyrdziak jonathonbyrdziak deleted the fix/init-existing-repo-url-prompts branch March 20, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant