docs: refresh README — sharper positioning, drop stale content#87
Merged
Conversation
- Reframe the headline/overview around the real differentiator: a headless, out-of-IDE debugger that a CLI agent (e.g. Claude Code) can drive, including remote/container attach over host/port — now that IDEs expose debuggers via MCP, "not tied to an editor" is the strongest pitch. - Add an "Out-of-IDE & remote attach" feature bullet (verified against the attach_to_process schema: host/port/sourcePaths supported). - Remove the four screenshot placeholders and the demo-GIF block (never existed). - Replace the hardcoded "1266+ tests" (long stale) with a self-maintaining "comprehensive test suite" line linking to live CI status. - Collapse the ~15-line Windows Rust setup walkthrough to a one-line pointer to the existing docs/rust-debugging-windows.md. - Drop the old 0.16/0.17/0.19 version banners; note v0.21.0 + Node 22 once. - Update Project Status to v0.21.0 with all six languages listed evenly. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Refreshes the README to reflect the current state of the project and sharpen its positioning. Docs-only — no code changes.
Positioning
attach_to_processtool schema (host,port,sourcePaths,processId,timeoutare all real params), so the claim reflects what ships today. (Turning this into a documented container/k8s workflow is tracked in [FEATURE] Dose it support remote debugging? #15.)Removed stale / phantom content
docs/rust-debugging-windows.md(it was dwarfing every other language).Updated
Net diff: +14 / −83 lines.
🤖 Generated with Claude Code