Comment rules deep clean - #182
Conversation
Drop the repeated @param verseBook/@param delta/@returns boilerplate across the segmentation transforms, and condense how-narration in the identity helpers while keeping the normalization and dedupe rationale.
Drop @param/@returns that restate the signature, keeping only the tags that carry real constraints (pre-sort order, axis-aligned waypoints, radius clamping), and trim how-narration from the arc-routing docs.
Drop @param/@returns that restate the signature, including the args-destructuring blocks that duplicated the args interfaces' own field docs. Keep the tags whose values carry semantics the types don't (force/isVerify, deps, edge).
Remove the @param state/@param action boilerplate repeated across every reducer and selector, and the @returns that restated the summary directly above them. Fold the few real details (stable empty array, blank-clears-gloss, per-morpheme writing system) into the prose. Keep every @throws and the storage tags carrying ENOENT, ordering, and null-to-clear semantics.
Drop the '@param props - Component props' umbrella repeated across 47 component docs and the @returns that only restated the rendered markup, keeping the ones that express conditional absence or real semantics. Delete the single-line @file banners and fold the substantive multi-line ones (Alt-context isolation, the strip context's deliberate exclusions, the dropdown's portaling, editor-vs-display for morphemes) into the symbols they describe.
Drop the '@param page The Playwright Page' boilerplate repeated across 19 helpers and the '@returns Nothing.' tags, and normalize the remaining @param tags to TSDoc dash form to match the rest of the repo. Keep the @returns that define each helper's postcondition, since 'resolved' is not obvious from Promise<void>.
|
Important Review skippedToo many files! This PR contains 144 files, which is 44 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (144)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This change is