docs: CLAUDE.md after the second agent round (#92–#111) - #113
Merged
Merged
Conversation
- Launcher: with KiCadSharp 0.3.1 an importer started by hand reaches a running KiCad over the default socket; the project directory still comes only from KiCad's environment. - Providers: tri-state CAD availability and Octopart's public cad field (#107). - Import flow: the Part Explorer routes (#100), the download handler's refusal, accepted-only and thread rules (#106, #111), and the .zip path's two KiCadSharp 0.3.1 workarounds with the upstream fixes that retire them (#99). Re-import replaces (#92); an unloadable library is never overwritten (#101). - Logging: NLog only, the log folder set in code (#104), and MCP mode's allowlist (#95). - Configuration: SpecialFolders.GetPath instead of GetFolderPath (#93). - Running the app: missing XDG dirs are fine; TMPDIR must be short for CEF's socket path. - Tracked work: what is still open, and what each item waits on. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHQsqcKVEiAKvCS98Hn4Yh
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.
Brings CLAUDE.md up to date with everything merged since #91. I checked each statement against the merged code or the PR's own verification.
KiCadImportEngine→KiCadEnvironment.GetProjectDirectory()).cadfield (Show CAD availability as the provider reports it, Unknown distinct from none (#48) #107)..zippath's two KiCadSharp 0.3.1 workarounds (Bump KiCadSharp to 0.3.1 and port to its view-based document API #99), and the kicad-sharp#48 and EasyEDA → KiCad conversion: decide how to handle the AGPL #53 releases that retire them.SpecialFolders.GetPath, neverEnvironment.GetFolderPathdirectly (Resolve special folders to absolute paths even when they do not exist yet (#70) #93).TMPDIRmust be short, because CEF'sSingletonSocketpath is limited to 108 bytes and a long one aborts startup with exit 133.Docs only.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DHQsqcKVEiAKvCS98Hn4Yh