Conversation
…ain README - Add README.md to each platform package (@agent-rdp/darwin-arm64, darwin-x64, linux-arm64, linux-x64, win32-arm64, win32-x64) that points users to the main agent-rdp package - Update package.json files to include README.md in published files - Fix relative doc links in root README.md to use absolute GitHub URLs so they work when the README is copied to packages/agent-rdp during npm publish https://claude.ai/code/session_01X9GrLX4PVdbbpcQ8pATH4Q
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
This PR adds README files to all platform-specific binary packages and updates documentation links in the main README to use absolute GitHub URLs instead of relative paths.
Key Changes
Added README.md files to all 6 platform-specific packages:
@agent-rdp/darwin-arm64@agent-rdp/darwin-x64@agent-rdp/linux-arm64@agent-rdp/linux-x64@agent-rdp/win32-arm64@agent-rdp/win32-x64Updated package.json files for all platform packages to include
README.mdin thefilesarray for distributionFixed documentation links in main README.md:
docs/AUTOMATION.mdto absolute GitHub URLdocs/WEBSOCKET.mdto absolute GitHub URLImplementation Details
Each platform-specific package README includes:
agent-rdppackage insteadThis improves the user experience when viewing these packages on npm.org, as they will now see helpful information instead of a missing README, and the main README links will work correctly regardless of where the documentation is viewed from.
https://claude.ai/code/session_01X9GrLX4PVdbbpcQ8pATH4Q