Merge stable into develop - #1148
Closed
infrahub-github-bot-app[bot] wants to merge 10 commits into
Closed
Conversation
Swap markdownlint-cli2 (run via npx) for rumdl, a Rust-based markdown linter installable from PyPI. This removes the Node.js dependency for the dedicated markdown-lint check, speeds up linting, and consolidates the configuration into pyproject.toml under [tool.rumdl]. Closes #1138 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Rename the `lint_rumdl` invoke task to `lint_markdown` so it no longer names the underlying tool, and remove the `dev/commands` rumdl exclude since that directory no longer exists. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore(ci): replace markdownlint with rumdl for markdown linting
Deploying infrahub-sdk-python with
|
| Latest commit: |
ff7937a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://13d2213f.infrahub-sdk-python.pages.dev |
Re-point the .claude/rules adapter at the canonical .agents/ source of truth so it matches the skills and commands convention. The rule content moves from the dev/ reference layout into .agents/rules/. Closes #1147 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Re-vendor the opsmill dev skills under the opsmill-dev- namespace and add newly published skills (analyzing-bugs, fixing-bugs, test-driving-bugs, backporting-fixes, merging-branches, analyzing-dependency-bumps, pruning-residues). Refresh skills-lock.json entry names and hashes to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…asne chore: ignore .specify/feature.json
chore(skills): sync opsmill dev skills to opsmill-dev- namespace
chore(agents): move dev/rules to .agents/rules
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #1148 +/- ##
========================================
Coverage 82.32% 82.32%
========================================
Files 138 138
Lines 12042 12042
Branches 1805 1805
========================================
Hits 9913 9913
Misses 1573 1573
Partials 556 556
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
|
Superseded by #1162, which resolves the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging stable into develop after merging pull request #1143.
Summary by cubic
Replaced markdown linting with
rumdland synced OpsMill dev skills under theopsmill-dev-namespace to simplify tooling and expand built-in workflows.Dependencies
rumdl==0.2.28with[tool.rumdl]inpyproject.toml; removedmarkdownlint-cli2and its configs; pruned docs npm deps.rumdlviauv; invoke task renamed tolint_markdown..specify/feature.jsonto.gitignore.New Features
opsmill-dev-and added:opsmill-dev-analyzing-bugs,opsmill-dev-test-driving-bugs,opsmill-dev-fixing-bugs,opsmill-dev-backporting-fixes,opsmill-dev-merging-branches,opsmill-dev-analyzing-dependency-bumps,opsmill-dev-pruning-residues; updatedskills-lock.json.Written for commit b369644. Summary will update on new commits.