feat: install improvements - dynamic detection, Windows, cursor docs, cross-platform#327
Open
toukanno wants to merge 1 commit intomsitarzewski:mainfrom
Open
feat: install improvements - dynamic detection, Windows, cursor docs, cross-platform#327toukanno wants to merge 1 commit intomsitarzewski:mainfrom
toukanno wants to merge 1 commit intomsitarzewski:mainfrom
Conversation
…tform commands - install.sh: add resolve_tool_path() for dynamic binary detection via command -v / which, store and display resolved paths in tool labels - install.sh: add platform detection (linux/macos/wsl/windows-gitbash) with WSL/Git Bash warnings and install.ps1 guidance - scripts/install.ps1: add PowerShell install script for Windows-native support (claude-code, copilot, cursor, aider, windsurf) - integrations/cursor/README.md: align with standard integration README format, add Rule Format section with frontmatter documentation - engineering agents (devops-automator, security-engineer, sre, git-workflow-master): add cross-platform command reference tables with Linux/macOS/Windows equivalents Closes msitarzewski#205, Closes msitarzewski#179, Closes msitarzewski#229, Closes msitarzewski#153 Co-Authored-By: Claude Opus 4.6 (1M context) <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
install.shnow usesresolve_tool_path()(viacommand -vwithwhichfallback) to dynamically detect each tool binary and display its resolved path in the install UIintegrations/cursor/README.mdto follow the standard integration README format with proper Rule Format section and frontmatter documentationinstall.shwith guidance messages, plus a newscripts/install.ps1PowerShell script for Windows-native installs (claude-code, copilot, cursor, aider, windsurf)Closes #205, Closes #179, Closes #229, Closes #153
Test plan
bash -n scripts/install.shto verify syntax./scripts/install.sh --no-interactiveon macOS/Linux and verify tool paths are displayedinstall.ps1runs on Windows PowerShell 5.1+integrations/cursor/README.mdmatches standard format🤖 Generated with Claude Code