feat: Phase 2 polish — fish, rc validation, multi-lang, IDE detection#59
Open
feat: Phase 2 polish — fish, rc validation, multi-lang, IDE detection#59
Conversation
…DE detection - Add fish shell completions (#38): print_fish_completions(), auto-detect from $SHELL, updated --completions handler and help text - Add .scaffoldrc validation (#48): validate_scaffoldrc() warns on unknown keys with typo suggestions, validates LANGUAGE/ARCHETYPE/boolean values - Multi-language detection for --migrate (#49): detect_language() returns all matches, interactive prompt for primary selection, non-interactive picks first - Ralph Wiggum explanation (#54): added "best for" / "skip if" guidance to step_ralph() prompt - IDE detection (#55): detect_ide() checks PATH for cursor/windsurf/codium/code, step_vscode() shows detected IDE name in prompt - 16 new test assertions (748/748 passing) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 2 of v1.1.0 — five small, independent features:
print_fish_completions(), auto-detect from$SHELL, updated--completionshandler and help text.scaffoldrcvalidation (Validate .scaffoldrc keys and warn on typos #48):validate_scaffoldrc()warns on unknown keys with typo suggestions (character-level similarity), validates LANGUAGE/ARCHETYPE/boolean values--migrate(Improve --migrate multi-language detection #49):detect_language()returns all matches; interactive prompts user to pick primary, non-interactive picks firststep_ralph()promptdetect_ide()checks PATH for Cursor/Windsurf/VSCodium/VS Code, shows detected name in promptTest plan
completions-fish: 6 assertions — fish syntax, no bash/zsh leakagescaffoldrc-validate: 5 assertions — unknown key warns, typo suggests, invalid value warns, valid silentmigrate-multi: 3 assertions — detects multiple languages, picks first in non-interactiveide-detection: 2 assertions — section shows in dry-run, detected IDE shown if availableCloses #38, closes #48, closes #49, closes #54, closes #55
🤖 Generated with Claude Code