Skip to content

chore: normalize marks inside Markdown code-block comments#45

Merged
Shu-Wan merged 1 commit into
mainfrom
chore/codeblock-marks
Jul 17, 2026
Merged

chore: normalize marks inside Markdown code-block comments#45
Shu-Wan merged 1 commit into
mainfrom
chore/codeblock-marks

Conversation

@Shu-Wan

@Shu-Wan Shu-Wan commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Completes the devflow mark sweep. #43 preserved fenced code blocks verbatim (to avoid touching command examples and solx cheatsheet output); this converts the // marks in their # comment/annotation portions only — never command text. Every changed line is a shell comment (verified: no changed line lacks a #). 41 marks across 9 docs.

Safety

  • Commands untouched — only the text after the first # on a fenced-block line is converted.
  • cheatsheet.md is embedded in solx cheatsheet, so its output now shows -> in those annotations (matching the rest of the docs). The committed docs/cheatsheet.pdf is unaffected: only arrows changed there, and build-cheatsheet.sh already rewrites the arrow to -> when building the PDF (no em-dash/ellipsis changed in that file).
  • cheatsheet.rs needle test unaffected (needles are plain words).

Not a release

Docs-only cosmetic change, no version bump. Ships with the next tagged release.

Verification

cargo test 104 + 40 pass (incl. cheatsheet_has_the_key_sections) · a repo-wide scan confirms 0 marks remain in any Markdown file.

🤖 Generated with Claude Code

Completes the devflow mark sweep (#43, #44). #43 preserved fenced code
blocks verbatim; this converts the em-dash / arrow / ellipsis marks in
their `#` comment/annotation portions only - never command text (every
changed line is a shell comment). 41 marks across 9 docs.

`references/cheatsheet.md` is embedded in `solx cheatsheet`, so its output
now shows `->` in those annotations. The committed `docs/cheatsheet.pdf` is
unaffected: only arrows changed there, and `build-cheatsheet.sh` already
rewrites the arrow to `->` for the PDF.

Docs only, no version bump. `cargo test` 104+40 green (incl. the cheatsheet
needle test).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 17, 2026 00:34
@Shu-Wan
Shu-Wan merged commit 63e297e into main Jul 17, 2026
4 checks passed
@Shu-Wan
Shu-Wan deleted the chore/codeblock-marks branch July 17, 2026 00:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR completes the “devflow mark sweep” by normalizing remaining Unicode punctuation (//) that appears inside Markdown fenced code blocks, but only within the # comment/annotation portions (leaving command text untouched).

Changes:

  • Convert to -> in fenced-block comment annotations.
  • Convert to - in fenced-block comment annotations.
  • Convert to ... in fenced-block comment annotations.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills/sol-skill/SKILL.md Normalizes punctuation inside fenced shell-block comment/annotation text.
skills/sol-skill/references/solx.md Normalizes punctuation in fenced examples and inline annotations.
skills/sol-skill/references/slurm.md Normalizes punctuation in fenced examples’ inline comment text.
skills/sol-skill/references/sessions.md Normalizes punctuation in fenced examples’ comment/annotation lines.
skills/sol-skill/references/cheatsheet.md Normalizes punctuation in fenced examples’ comment/annotation lines (cheatsheet source).
evals/README.md Normalizes punctuation in layout/example blocks and inline annotations.
docs/solx.md Normalizes punctuation in fenced examples’ comment/annotation lines.
docs/scratch.md Normalizes punctuation in fenced examples’ comment/annotation lines.
DEVELOPMENT.md Normalizes punctuation in repo layout block and mock-usage example annotation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread skills/sol-skill/SKILL.md
Comment on lines 204 to +206
sacctmgr -n show assoc user=$USER format=Account,Partition,QOS
# e.g. grp_yourpi || debug,htc,private,public
myfairshare # dampened RealFairShare; low prefer a buy-in/preemptible QOS (raw `sshare -U` is undampened)
# -> e.g. grp_yourpi || debug,htc,private,public
myfairshare # dampened RealFairShare; low -> prefer a buy-in/preemptible QOS (raw `sshare -U` is undampened)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants