-
Notifications
You must be signed in to change notification settings - Fork 1
docs: Add language-specific README.md files for JavaScript and Rust #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: #117
- Create js/README.md with npm-specific documentation (installation, development, publishing, project structure) - Create rust/README.md with cargo-specific documentation (build, development, implemented features, status) - Update root README.md to be common for both implementations with links to language-specific docs - Update js/package.json to include js/README.md for npm package Fixes #117 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This reverts commit 919c448.
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
Now working session is ended, feel free to review and add any feedback on the solution draft. |
|
Lots of docs content was deleted, we cannot just delete docs content, we can move it, but not totally delete it. It contains accumulated knowledge. |
|
🤖 AI Work Session Started Starting automated work session at 2026-01-11T00:41:17.638Z The PR has been converted to draft mode while work is in progress. This comment marks the beginning of an AI work session. Please wait working session to finish, and provide your feedback. |
Address feedback that documentation content was deleted: all previously existing docs content has been moved to js/README.md instead of being removed. The js/README.md now includes: - Full security warning with emojis - Complete feature list with checkmarks - All usage examples (model selection, session resume, etc.) - Full CLI options reference - JSON output standards (OpenCode and Claude formats) - Input formats documentation - Complete MCP documentation (Playwright tools, configuration) - Key Features section (No Config Required, OpenCode 100% Compatible) - JSON Event Streaming Output examples - Development, Testing, and Publishing sections - Why Bun-only explanation - Architecture details The root README.md serves as a common entry point with links to language-specific documentation, while preserving all essential information about the project. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Addressed FeedbackThank you for the feedback about the deleted documentation content. I've updated the PR to address this concern: All documentation content has been preserved - nothing was deleted, just moved to the appropriate location: What changed:
Summary of additions:
All CI checks pass (JS lint, format, Rust checks). |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
Now working session is ended, feel free to review and add any feedback on the solution draft. |
Summary
This PR adds separate language-specific README.md files for the JavaScript and Rust implementations, while updating the root README.md to serve as a common entry point for both.
Key Change (addressing feedback)
No documentation content was deleted - all previously existing docs have been preserved by moving them to the appropriate language-specific README:
js/README.mdnow contains all the detailed documentation that was in the original root READMErust/README.mdcontains Rust-specific documentationREADME.md(root) serves as a common entry point with links to both implementationsChanges
js/README.md - Comprehensive npm-specific documentation including:
rust/README.md - Cargo-specific documentation including:
README.md (root) - Updated to be a common entry point:
js/package.json - Updated
filesarray to includejs/README.mdinstead of../README.mdso npm package gets the JavaScript-specific READMEjs/.changeset/language-specific-readme.md - Changeset for version bump
Test Plan
npm run lint)npm run format:check)Related
Fixes #117
🤖 Generated with Claude Code