fix: kurucu yonetici yetkisi olmadan calissin - #2
Closed
Ercaner1988 wants to merge 3 commits into
Closed
Ercaner1988 wants to merge 3 commits into
Ercaner1988 wants to merge 3 commits into
Conversation
install-windows.ps1 varsayilan olarak %PROGRAMFILES% altina yaziyordu; bu dizin yonetici yetkisi ister, normal kullanicida "erisim reddedildi" verir. Meslektaslarin tek komutluk kurulumu bu yuzden sessizce dusuyordu. - Hedef: %LOCALAPPDATA%\Programs\ClaudeCodeSetup (yetki gerekmiyor) - Program Files icin gereken icacls adimi kaldirildi Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
CI'in "cargo clippy --all-targets -- -D warnings" adimi uc platformda da duruyordu: error: struct `McpServer` is never constructed error: field `jsonrpc` is never read Ikisi de hicbir yerde kullanilmiyordu. Bu olu kod once de vardi; fmt hatasi giderilince clippy adimi calisabilir hale geldi ve bunlari buldu. - McpServer isaretci struct'i silindi (hic kurulmuyordu) - JsonRpcRequest.jsonrpc alani silindi (hic okunmuyordu; serde bilinmeyen alanlari zaten yok sayar, gelen istekler etkilenmiyor) Dogrulama: cargo fmt --check, cargo clippy --all-targets -D warnings, cargo test (30 gecti) ve canli MCP el sikismasi + tools/call. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
README ve INSTALLATION'in 7'ser dili neredeyse birebir ayni dugumleri uretiyordu: 489 dugumun ~120'si ceviri yinelemesiydi. Kanonik olanlari tutup gerisini .graphifyignore ile disladik. 489 -> 273 dugum, 33 -> 19 topluluk. Kalan topluluklar dosya sinirlarina temiz oturuyor ve hepsi adlandirildi. Not: .graphifyignore yalnizca sifirdan kurulumda etkili. graphify'in artimli yeniden derlemesi degismeyen dosyalarin dugumlerini eski graph.json'dan koruyor, bu yuzden ignore'a yeni desen eklenince graph.json'un silinip yeniden kurulmasi gerekiyor. Co-Authored-By: Claude Opus 5 <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.
install-windows.ps1varsayilan olarak%PROGRAMFILES%altina yaziyordu. Bu dizin yonetici yetkisi ister; normal bir kullanicidaInvoke-WebRequest -OutFile"erisim reddedildi" ile duser. Meslektaslarin tek komutluk kurulumu bu yuzden calismiyordu.%LOCALAPPDATA%\Programs\ClaudeCodeSetupoldu (yetki gerekmiyor)icaclsadimi kaldirildiAyni yol elle dogrulandi: binary oraya kuruldu, kullanici PATH'ine eklendi, temiz bir kabukta
claude-code-setup --version->0.1.5.🤖 Generated with Claude Code