docs: Fix documentation gaps identified in comprehensive audit#909
Draft
cursor[bot] wants to merge 1 commit intomainfrom
Draft
docs: Fix documentation gaps identified in comprehensive audit#909cursor[bot] wants to merge 1 commit intomainfrom
cursor[bot] wants to merge 1 commit intomainfrom
Conversation
- self-hosted.md: Add --url flag as recommended auth method, add TLS/CA section - getting-started.mdx: Note Node.js 22.12+ requirement for npm installs - README.md: Add yarn to installation methods, note Node.js requirement - AGENTS.md: Add replay/ and explore.ts to architecture tree, add archive to issue commands - agentic-usage.md: Document Claude plugin marketplace and Cursor skill paths - Add comprehensive DOCUMENTATION_GAP_REPORT.md with full audit findings Co-authored-by: Miguel Betegón <miguelbetegongarcia@gmail.com>
Contributor
|
Contributor
Codecov Results 📊✅ 6660 passed | Total: 6660 | Pass Rate: 100% | Execution Time: 0ms 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 13508 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 76.62% 76.62% —%
==========================================
Files 303 303 —
Lines 57782 57784 +2
Branches 0 0 —
==========================================
+ Hits 44276 44276 —
- Misses 13506 13508 +2
- Partials 0 0 —Generated by Codecov Action |
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 addresses documentation gaps found through a comprehensive audit comparing the CLI implementation against its documentation. The audit read all root docs, command fragments, route maps, installation code, auth/config code, and the plugin/skills system.
Changes
Fixes Applied
self-hosted.md: Added--urlflag as the recommended authentication method (more secure than env vars — registers a trust anchor). Added TLS/CA certificate section withsentry cli defaults ca-certandNODE_EXTRA_CA_CERTS.getting-started.mdx: Added Node.js 22.12+ requirement note next to package manager installation commands.README.md: Addedyarnto installation methods (was already in getting-started.mdx). Added Node.js version requirement note.AGENTS.md: Updated architecture tree to includereplay/directory,explore.tscommand, andarchivein issue subcommands — all were missing from the tree.agentic-usage.md: Documented Claude plugin marketplace installation path and Cursor-specific skill location.Gap Report
A full
docs/DOCUMENTATION_GAP_REPORT.mdis included with structured findings across 10 categories:--urlon auth login,--offlineon upgrade, replay sort/period)The top 5 most impactful fixes are implemented in this PR. The report also lists 5 additional lower-priority gaps for future work.