Skip to content

feat: add rumdl markdown linting and publish monitor phase#1

Open
LeTuR wants to merge 1 commit into
mainfrom
feat/markdownlint-and-publish-monitor
Open

feat: add rumdl markdown linting and publish monitor phase#1
LeTuR wants to merge 1 commit into
mainfrom
feat/markdownlint-and-publish-monitor

Conversation

@LeTuR

@LeTuR LeTuR commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add rumdl as default markdown linter via pre-commit hook (local) and CI step (cargo install rumdl + rumdl check .)
  • Add .rumdl.toml config disabling MD041 (false positive on YAML frontmatter files)
  • Enhance /publish skill with Phase 3 — Monitor & Validate: detects project capabilities, monitors CI with exponential backoff, auto-fixes failures (max 3 attempts), confirms merge, and checks deployment status
  • Fix existing markdown violations in README.md and SKILL.md

Test plan

  • Run rumdl check . locally — should pass with no issues
  • Run pre-commit run rumdl-check --all-files — should pass
  • Review Phase 3 logic in SKILL.md for correctness
  • Verify CI workflow syntax is valid

🤖 Generated with Claude Code

Add rumdl as default markdown linter (pre-commit hook + CI) and
enhance the publish skill with a Phase 3 that monitors CI checks,
auto-fixes failures, and validates merge/deployment status.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@LeTuR
LeTuR enabled auto-merge (rebase) April 6, 2026 09:21
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.

1 participant