@magic-markdown/cli 0.3.2 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +6 -2
  2. package/dist/index.js +691 -143
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -25,8 +25,12 @@ The package is a single self-contained bundle with no runtime dependencies. It r
25
25
  # Join a shared document and announce presence
26
26
  mdocs join <share-url> --doc <docId> --name "Claude Code" --json
27
27
 
28
- # Read the current document, open comments, and open suggestions
29
- mdocs remote context --json
28
+ # Orient without dumping the whole document
29
+ mdocs remote context --summary --json
30
+
31
+ # Page document text separately from review state
32
+ mdocs remote context --start-line 1 --end-line 120 --no-review --json
33
+ mdocs remote review --json
30
34
 
31
35
  # Leave a comment or propose an edit (ranges are 1-based, inclusive)
32
36
  mdocs remote comment --range 12:14 --body "Tighten this paragraph." --json