feat: Sync with upstream GSD v1.22.4 and update model profile system#85
Merged
feat: Sync with upstream GSD v1.22.4 and update model profile system#85
Conversation
…ers/roki paths - Updated expandPath() to include special handling for /Users/roki paths - Added isRokiUser() function to detect /Users/roki home directory - Added validatePathWithRokiSupport() with enhanced validation for /Users/roki environment - Modified ScopeManager constructor to apply special validation for /Users/roki environment - Added getTargetDirForRoki() method for /Users/roki-specific directory targeting - Added isInRokiEnvironment() helper method
…Users/roki paths with $HOME placeholder - Replaced hardcoded "/Users/roki" references with "/Users/roki" literal string in path-resolver.js - Replaced "isRokiUser()" function logic to check "/Users/roki" pattern instead of hardcoded paths - Updated all related JSDoc comments and functionality in scope-manager.js - Updated CHANGELOG.md to use "/Users/roki/.config/opencode/get-shit-done/" pattern - Added explanatory comments about $HOME being an environment variable placeholder
… manager" This reverts commit c9fdc7a.
…dcoded /Users/roki paths with $HOME placeholder" This reverts commit 1fa7e40.
…nager" This reverts commit cf8d2b5.
…port /Users/roki paths" This reverts commit a547cc6.
- Add homeConfigReference pattern to PATH_PATTERNS in constants.js - Update file-ops.js to detect and replace $HOME/.config/opencode/ references - Replace with ./.opencode/ when installing locally - Preserve references when installing globally - Add comprehensive unit tests for local and global install scenarios
- Extract capture groups from replace callback args - Substitute $1, $2, etc. with actual captured values before case preservation - Update config with tools list regex rule - Apply translations to nyquist-auditor agent file
- Copy files from original/get-shit-done submodule (v1.22.4) - Translate allowed-tools to permissions in command frontmatter - Fix recursive translation rule in assets/configs/config.json - All forbidden strings validation passed
- Document sync with GSD v1.22.4 in CHANGELOG.md - Update model profile references (simple/smart/genius) - Fix config paths and translation rules - Update discuss-phase and discovery-phase workflows
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:
Stats: 144 files changed, +5,245/-4,509 lines | 21 commits ahead of main