Fix Mid-Sentence Line Wraps Copilot Caught on the Promotion PR - #1084
Conversation
CLAUDE.md's intro paragraph and resync-a-repo/SKILL.md's step 1 both had a sentence hard-wrapped across physical lines instead of kept unwrapped or split at a sentence boundary, against this repo's established prose convention. Pure re-flow, no wording changed.
Warning Review limit reachedNext included review available in 13 minutes. View limit detailsLimit details: You’ve used all 10 included reviews currently available. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Comment |
PR Summary by QodoNormalize Markdown sentence line wrapping
AI Description
Diagram
High-Level Assessment
Files changed (5) |
Code Review by Qodo
1. |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
🟡 Changes recommended
The updated resync-a-repo skill paragraph remains hard-wrapped across multiple physical lines, conflicting with the repo’s “one logical paragraph per line” Markdown prose convention.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR is a documentation-only reflow fix intended to remove mid-sentence hard wraps that were flagged in the promotion PR’s full-diff review, without changing wording.
Changes:
- Reflow
CLAUDE.md’s introductory paragraph onto a single physical line. - Reflow the
resync-a-reposkill’s “Apply, in this order” step 1 paragraph(s) in each distributed copy. - Update the fleet-skills
.source-digestto reflect the content change.
File summaries
| File | Description |
|---|---|
CLAUDE.md | Collapses the intro paragraph to a single physical line. |
.github/skills/resync-a-repo/SKILL.md | Reflows step-1 prose for the GitHub skill distribution copy. |
.agents/skills/resync-a-repo/SKILL.md | Reflows step-1 prose for the source skill copy. |
.claude-plugin/fleet-skills/skills/resync-a-repo/SKILL.md | Reflows step-1 prose for the Claude plugin distribution copy. |
.claude-plugin/fleet-skills/.source-digest | Updates the digest to match the distribution content. |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…llow-up The prior fix split the bold clause from its continuation but the continuation itself was still hard-wrapped mid-sentence across several lines, matching this repo's genuine sentence-per-line rule only in the loosest sense. Joined the whole numbered item into one physical line, matching CLAUDE.md's already-passing fix and this file's own line 45-style precedent. Pure reflow, verified with git diff -w --word-diff: zero word-level changes.
There was a problem hiding this comment.
🟢 Approval recommended
The changes are pure prose reflow across the relevant distributions and are internally consistent, with no functional or behavioral impact.
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 0 new
- Review effort level: Lite
ptr727
commented
Aug 29, 2026
Qodo finding "Wrapped resync prose sentences": fixed in 1cd40b5, collapsed the whole numbered item into one unwrapped physical line. Already replied+resolved on the corresponding review thread; this comment answers Qodo's own summary listing directly per its own guidance. |
Uh oh!
There was an error while loading. Please reload this page.
Acknowledged. finding 1 is addressed by commit |
Fix-up to #1081, found by the develop -> main promotion PR (#1077)'s fresh full-diff review.
CLAUDE.md's intro paragraph and resync-a-repo/SKILL.md's step 1 both had a sentence hard-wrapped across physical lines mid-sentence, against this repo's prose convention (paragraphs and sentences stay on one unwrapped physical line, per .markdownlint-cli2.jsonc disabling MD013 for exactly this). Pure re-flow, no wording changed (verified:
git diff -w --word-diffshows zero word-level differences).Ran local-strict-review before pushing: confirmed no wording changed, both new sentence/line joins read correctly, mirrors byte-identical. One informational note surfaced (not fixed here, correctly out of scope): the same wrap pattern is pervasive fleet-wide and deliberately unenforced (the sentence-split prose_lint rule is opt-in, same rationale as sentence-length) - not a regression this branch introduced.