Skip to content

chore: correct the documented rumdl invocation and fix its one finding - #185

Merged
st0nefish-ci[bot] merged 1 commit into
masterfrom
chore/fix-rumdl-invocation-and-lint
Aug 29, 2026
Merged

chore: correct the documented rumdl invocation and fix its one finding#185
st0nefish-ci[bot] merged 1 commit into
masterfrom
chore/fix-rumdl-invocation-and-lint

Conversation

@St0nefish

Copy link
Copy Markdown
Owner

Summary

CLAUDE.md told contributors to run rumdl . as the markdown lint step. That is not a valid invocation — it exits with For more information, try '--help' without linting anything. CI has always run rumdl check ., so anyone following the documented workflow got a silent non-run, and CI was the first thing to actually lint their markdown.

Caught while doing a final validation sweep, after running the scoped form (rumdl check <path>) all session without noticing the top-level command in the docs was different.

Changes

  • Align CLAUDE.md with .github/workflows/ci.yml: rumdl check .

  • Fix the one issue that surfaced once the linter actually ran:

    plugins-copilot/session/commands/end.md:27:1: [MD077] Continuation line over-indented (expected 2, found 3)
    

    That line continues a - bullet, which takes a 2-space continuation — not the numbered item above it, which takes 3. That is why it was the only one of the two adjacent continuations to flag.

Pre-existing, last touched by c35a2c7; unrelated to the recent git-tools and meal-planning work.

Test plan

  • rumdl check .89 files, 0 issues (previously 1 issue, and not run at all if you followed CLAUDE.md)
  • validate-plugins.sh 302/0
  • validate-frontmatter.sh 103/0
  • utils/sync.sh --check — no drift

CLAUDE.md told contributors to run `rumdl .`, which is not a valid
invocation — it exits with "For more information, try '--help'" without
linting anything. CI has always run `rumdl check .`, so anyone following
the documented workflow got a silent non-run and CI was the first thing to
actually lint their markdown.

- Align CLAUDE.md with the CI workflow: `rumdl check .`
- Fix the one issue that surfaced once the linter actually ran: MD077
  over-indented continuation in the Copilot session end command. The line
  continues a `-` bullet (2-space continuation), not the numbered item
  above it (3-space), which is why only this one flagged

`rumdl check .` now reports 89 files clean.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EddJxaTMXyj7o4ndrqfCxa
Copilot AI lite review requested due to automatic review settings August 29, 2026 21:43
@St0nefish St0nefish self-assigned this Aug 29, 2026
@st0nefish-ci
st0nefish-ci Bot enabled auto-merge August 29, 2026 21:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changes recommended

The session plugin was modified but its version was not bumped in the plugin manifests, so consumers may not receive the update.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR fixes contributor documentation so the markdown linter is invoked correctly (rumdl check .) and adjusts one Copilot command markdown file to satisfy the markdown linter once it actually runs.

Changes:

  • Update CLAUDE.md to document the correct rumdl invocation used by CI (rumdl check .).
  • Fix a single markdownlint (MD077) indentation finding in plugins-copilot/session/commands/end.md.
File summaries
File Description
CLAUDE.md Corrects the documented markdown lint command to match CI (rumdl check .).
plugins-copilot/session/commands/end.md Adjusts indentation to resolve the MD077 markdownlint finding.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

- otherwise use the equivalent host-native PR listing command if available

If found, extract the PR URL and number, skip steps 3-7, and jump directly to step 8 (CI watch) using the existing PR info.
If found, extract the PR URL and number, skip steps 3-7, and jump directly to step 8 (CI watch) using the existing PR info.
@st0nefish-ci
st0nefish-ci Bot merged commit 651edd7 into master Aug 29, 2026
7 checks passed
@st0nefish-ci
st0nefish-ci Bot deleted the chore/fix-rumdl-invocation-and-lint branch August 29, 2026 21:47
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