Skip to content

chore(main): release 4.0.0-dev.8 - #108

Merged
Arenukvern merged 3 commits into
mainfrom
release-please--branches--main--components--flutter-mcp-toolkit
Jul 31, 2026
Merged

chore(main): release 4.0.0-dev.8#108
Arenukvern merged 3 commits into
mainfrom
release-please--branches--main--components--flutter-mcp-toolkit

Conversation

@Arenukvern

@Arenukvern Arenukvern commented Jul 26, 2026

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

4.0.0-dev.8 (2026-07-31)

Features

  • mcp_toolkit: pump frames manually while the host window is backgrounded (729519e)
  • mcp_toolkit: pump frames manually while the host window is backgrounded. Contributed by https://github.com/dipsy (thank you!) (8264cde)

Bug Fixes

  • mcp_toolkit: preserve mid-frame microtask phase in suspended pump (3d6ee73)
  • server: return capture_ui_snapshot images as ImageContent (043dc7a)
  • server: return capture_ui_snapshot images as ImageContent. Made by https://github.com/dipsy (3667891)
  • tool: detect repo root from a linked worktree in build_skill_assets (87c5cc8)
  • tool: detect repo root from a linked worktree in build_skill_assets (3ea5433)

Documentation

  • Add Ask DeepWiki badge to README (6975f88)
  • add chrstphe as a contributor for doc, and platform (9b6fd6b)
  • add dipsy as a contributor for code, maintenance, and bug (99d669e)
  • add wenyue as a contributor for code, and maintenance (41fc0e6)
  • update .all-contributorsrc (35101e0)
  • update .all-contributorsrc (1ccbbce)
  • update .all-contributorsrc (57e2178)
  • update README.md (3d4399f)
  • update README.md (c055f5a)
  • update README.md (a15e2bc)

This PR was generated with Release Please. See documentation.

@github-actions

Copy link
Copy Markdown
Contributor

Release PR — skill assets

release-please bumps plugin/*-plugin/plugin.json but not the generated skill_assets.g.dart bundle.

Automatic: Release PR — sync skill assets commits skill_assets.g.dart when drift is detected on this PR.

Manual (if automation did not run):

make sync-skills
git add mcp_server_dart/lib/src/skill_assets.g.dart
git commit -m "chore: sync skill_assets.g.dart for release PR"
git push

Required check: skill-assets-drift must pass before merge.

@github-actions

Copy link
Copy Markdown
Contributor

Release PR — version sync

release-please updates VERSION; all package/plugin/runtime
touchpoints must be derived from that value.

Automatic: Release PR — sync versions runs tool/release/sync_version.sh and commits drift fixes.

Manual (if automation did not run):

make sync-version
bash tool/contracts/check_version_sync.sh
git add VERSION .release-please-manifest.json plugin mcp_server_dart/pubspec.yaml mcp_toolkit/pubspec.yaml packages
git commit -m "chore: sync release version touchpoints"
git push

Required check: check_version_sync.sh must pass before merge.

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@github-actions[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 30 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f787406c-f6ae-44b9-a34d-67ee102cc7c8

📥 Commits

Reviewing files that changed from the base of the PR and between edf4352 and cb0c411.

📒 Files selected for processing (23)
  • .claude-plugin/marketplace.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • VERSION
  • mcp_server_dart/lib/src/skill_assets.g.dart
  • mcp_server_dart/pubspec.yaml
  • mcp_toolkit/CHANGELOG.md
  • mcp_toolkit/pubspec.yaml
  • packages/core/CHANGELOG.md
  • packages/core/README.md
  • packages/core/lib/src/runtime_version.dart
  • packages/core/pubspec.yaml
  • packages/server_capability_core/CHANGELOG.md
  • packages/server_capability_core/README.md
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • packages/server_capability_core/pubspec.yaml
  • packages/server_capability_kernel/CHANGELOG.md
  • packages/server_capability_kernel/README.md
  • packages/server_capability_kernel/pubspec.yaml
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • plugin/.cursor-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION
📝 Walkthrough

Walkthrough

The release version advances from 4.0.0-dev.7 to 4.0.0-dev.8 across runtime constants, package manifests, dependency constraints, plugin metadata, documentation, and changelogs.

Changes

Release version alignment

Layer / File(s) Summary
Version sources and package contracts
VERSION, mcp_server_dart/pubspec.yaml, mcp_toolkit/pubspec.yaml, packages/*/pubspec.yaml, packages/core/lib/src/runtime_version.dart, packages/server_capability_core/lib/src/fmt_capability.dart
Repository and package versions, runtime constants, capability versions, and sibling dependency constraints now use 4.0.0-dev.8.
Package release guidance
mcp_toolkit/CHANGELOG.md, packages/*/CHANGELOG.md, packages/*/README.md
Package changelogs, installation snippets, and publishing checklists reference 4.0.0-dev.8.
Plugin and release metadata
.claude-plugin/marketplace.json, .release-please-manifest.json, CHANGELOG.md, plugin/...
Plugin manifests, marketplace metadata, the release manifest, expected server version, and root release notes are updated to 4.0.0-dev.8.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides detailed release notes but omits the required Summary, Validation, Contributor Checklist, and Notes sections. Add the template sections and record validation results, checklist status, documentation updates, and relevant contributor or security notes.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies this pull request as a release of version 4.0.0-dev.8.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--flutter-mcp-toolkit

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

skill-assets-drift failed

skill_assets.g.dart is out of sync with plugin/ (common after release-please bumps plugin manifests).

  1. Wait for Release PR — sync skill assets to push a fix commit on this branch, or
  2. Run locally: make sync-skills, commit mcp_server_dart/lib/src/skill_assets.g.dart, and push.

Re-run the skill-assets-drift check after the sync commit lands.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/core/CHANGELOG.md`:
- Line 17: Configure markdownlint MD024 to allow repeated changelog subsection
headings while still checking sibling duplicates, applying the same
configuration or scoped exception to packages/core/CHANGELOG.md (17-17),
packages/server_capability_core/CHANGELOG.md (9-9), and
packages/server_capability_kernel/CHANGELOG.md (9-9).

In `@packages/core/lib/src/runtime_version.dart`:
- Line 6: Update the kFlutterMcpVersion constant declaration to explicitly use
the String type while preserving its const modifier, value, and release marker.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b136acaf-c8a9-4baa-9808-ded54875037b

📥 Commits

Reviewing files that changed from the base of the PR and between 8264cde and 34d7552.

📒 Files selected for processing (22)
  • .claude-plugin/marketplace.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • VERSION
  • mcp_server_dart/pubspec.yaml
  • mcp_toolkit/CHANGELOG.md
  • mcp_toolkit/pubspec.yaml
  • packages/core/CHANGELOG.md
  • packages/core/README.md
  • packages/core/lib/src/runtime_version.dart
  • packages/core/pubspec.yaml
  • packages/server_capability_core/CHANGELOG.md
  • packages/server_capability_core/README.md
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • packages/server_capability_core/pubspec.yaml
  • packages/server_capability_kernel/CHANGELOG.md
  • packages/server_capability_kernel/README.md
  • packages/server_capability_kernel/pubspec.yaml
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • plugin/.cursor-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION


## [4.0.0-dev.8] - 2026-07-26

### Changed

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Configure markdownlint for repeated changelog subsections.

The new release sections in all three changelogs trigger MD024 because each repeats the standard ### Changed heading.

  • packages/core/CHANGELOG.md#L17-L17: configure sibling-only duplicate-heading checking or add a scoped exception.
  • packages/server_capability_core/CHANGELOG.md#L9-L9: apply the same MD024 configuration or exception.
  • packages/server_capability_kernel/CHANGELOG.md#L9-L9: apply the same MD024 configuration or exception.
🧰 Tools
🪛 markdownlint-cli2 (0.23.0)

[warning] 17-17: Multiple headings with the same content

(MD024, no-duplicate-heading)

📍 Affects 3 files
  • packages/core/CHANGELOG.md#L17-L17 (this comment)
  • packages/server_capability_core/CHANGELOG.md#L9-L9
  • packages/server_capability_kernel/CHANGELOG.md#L9-L9
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/core/CHANGELOG.md` at line 17, Configure markdownlint MD024 to allow
repeated changelog subsection headings while still checking sibling duplicates,
applying the same configuration or scoped exception to
packages/core/CHANGELOG.md (17-17), packages/server_capability_core/CHANGELOG.md
(9-9), and packages/server_capability_kernel/CHANGELOG.md (9-9).

Source: Linters/SAST tools


/// Single source of truth for runtime and protocol version metadata.
const kFlutterMcpVersion = '4.0.0-dev.7'; // x-release-please-version
const kFlutterMcpVersion = '4.0.0-dev.8'; // x-release-please-version

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Declare the runtime version with an explicit type.

Use const String kFlutterMcpVersion = '4.0.0-dev.8'; to comply with the Dart guideline requiring explicit type declarations. As per coding guidelines, explicit type declarations must be used.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/core/lib/src/runtime_version.dart` at line 6, Update the
kFlutterMcpVersion constant declaration to explicitly use the String type while
preserving its const modifier, value, and release marker.

Source: Coding guidelines

@Arenukvern
Arenukvern force-pushed the release-please--branches--main--components--flutter-mcp-toolkit branch from 34d7552 to 4157d0a Compare July 26, 2026 01:16

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/server_capability_kernel/CHANGELOG.md`:
- Line 9: Update the markdownlint configuration for MD024 to use siblings_only:
true, or exclude changelog files from MD024 validation. Preserve the existing
historical “### Changed” headings and do not rename them.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 20dc326a-ef84-4371-8b91-069d154332bf

📥 Commits

Reviewing files that changed from the base of the PR and between 34d7552 and acc5bde.

📒 Files selected for processing (22)
  • .claude-plugin/marketplace.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • VERSION
  • mcp_server_dart/pubspec.yaml
  • mcp_toolkit/CHANGELOG.md
  • mcp_toolkit/pubspec.yaml
  • packages/core/CHANGELOG.md
  • packages/core/README.md
  • packages/core/lib/src/runtime_version.dart
  • packages/core/pubspec.yaml
  • packages/server_capability_core/CHANGELOG.md
  • packages/server_capability_core/README.md
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • packages/server_capability_core/pubspec.yaml
  • packages/server_capability_kernel/CHANGELOG.md
  • packages/server_capability_kernel/README.md
  • packages/server_capability_kernel/pubspec.yaml
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • plugin/.cursor-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION
🚧 Files skipped from review as they are similar to previous changes (18)
  • .release-please-manifest.json
  • plugin/.cursor-plugin/plugin.json
  • packages/core/pubspec.yaml
  • packages/core/README.md
  • VERSION
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • plugin/.codex-plugin/plugin.json
  • packages/server_capability_kernel/README.md
  • packages/server_capability_core/README.md
  • packages/server_capability_kernel/pubspec.yaml
  • packages/server_capability_core/pubspec.yaml
  • mcp_toolkit/pubspec.yaml
  • mcp_server_dart/pubspec.yaml
  • .claude-plugin/marketplace.json
  • packages/core/lib/src/runtime_version.dart
  • plugin/.claude-plugin/plugin.json
  • CHANGELOG.md
  • mcp_toolkit/CHANGELOG.md

Comment thread packages/server_capability_kernel/CHANGELOG.md
@Arenukvern
Arenukvern force-pushed the release-please--branches--main--components--flutter-mcp-toolkit branch 4 times, most recently from 23dda8e to 3ec54e0 Compare July 31, 2026 20:26

@coderabbitai coderabbitai Bot 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.

🧹 Nitpick comments (1)
packages/server_capability_core/CHANGELOG.md (1)

7-9: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Configure MD024 for repeated changelog headings.

The new ### Changed heading at Line [9] repeats the heading used by each release section. Configure MD024 with siblings_only: true, or exclude changelog files from this rule. Preserve the historical headings.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/server_capability_core/CHANGELOG.md` around lines 7 - 9, Update the
Markdown lint configuration for MD024 to use siblings_only: true, or exclude
changelog files from MD024 validation, so repeated headings across release
sections remain valid. Preserve all existing historical changelog headings,
including the Changed heading under version 4.0.0-dev.8.

Source: Linters/SAST tools

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@packages/server_capability_core/CHANGELOG.md`:
- Around line 7-9: Update the Markdown lint configuration for MD024 to use
siblings_only: true, or exclude changelog files from MD024 validation, so
repeated headings across release sections remain valid. Preserve all existing
historical changelog headings, including the Changed heading under version
4.0.0-dev.8.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f873b329-4c25-463b-9f6a-d4afc9ba2440

📥 Commits

Reviewing files that changed from the base of the PR and between acc5bde and 1b681ad.

📒 Files selected for processing (22)
  • .claude-plugin/marketplace.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • VERSION
  • mcp_server_dart/pubspec.yaml
  • mcp_toolkit/CHANGELOG.md
  • mcp_toolkit/pubspec.yaml
  • packages/core/CHANGELOG.md
  • packages/core/README.md
  • packages/core/lib/src/runtime_version.dart
  • packages/core/pubspec.yaml
  • packages/server_capability_core/CHANGELOG.md
  • packages/server_capability_core/README.md
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • packages/server_capability_core/pubspec.yaml
  • packages/server_capability_kernel/CHANGELOG.md
  • packages/server_capability_kernel/README.md
  • packages/server_capability_kernel/pubspec.yaml
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • plugin/.cursor-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION
🚧 Files skipped from review as they are similar to previous changes (19)
  • plugin/.claude-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION
  • mcp_toolkit/pubspec.yaml
  • VERSION
  • .claude-plugin/marketplace.json
  • packages/server_capability_core/README.md
  • mcp_toolkit/CHANGELOG.md
  • packages/core/README.md
  • plugin/.codex-plugin/plugin.json
  • packages/server_capability_core/pubspec.yaml
  • packages/server_capability_kernel/README.md
  • CHANGELOG.md
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • .release-please-manifest.json
  • packages/core/pubspec.yaml
  • packages/core/lib/src/runtime_version.dart
  • packages/server_capability_kernel/pubspec.yaml
  • plugin/.cursor-plugin/plugin.json
  • mcp_server_dart/pubspec.yaml

@Arenukvern
Arenukvern force-pushed the release-please--branches--main--components--flutter-mcp-toolkit branch from 1b681ad to a710d90 Compare July 31, 2026 20:39

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/core/CHANGELOG.md`:
- Line 17: Configure Markdownlint rule MD024 to use siblings_only: true, or add
a scoped exception for changelog files, so repeated hierarchical headings remain
valid without renaming historical headings. Apply this consistently for
packages/core/CHANGELOG.md lines 17-17,
packages/server_capability_core/CHANGELOG.md lines 9-9, and
packages/server_capability_kernel/CHANGELOG.md lines 9-9.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 28d35cb7-796e-457a-993b-2addd6aa3d01

📥 Commits

Reviewing files that changed from the base of the PR and between 1b681ad and edf4352.

📒 Files selected for processing (22)
  • .claude-plugin/marketplace.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • VERSION
  • mcp_server_dart/pubspec.yaml
  • mcp_toolkit/CHANGELOG.md
  • mcp_toolkit/pubspec.yaml
  • packages/core/CHANGELOG.md
  • packages/core/README.md
  • packages/core/lib/src/runtime_version.dart
  • packages/core/pubspec.yaml
  • packages/server_capability_core/CHANGELOG.md
  • packages/server_capability_core/README.md
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • packages/server_capability_core/pubspec.yaml
  • packages/server_capability_kernel/CHANGELOG.md
  • packages/server_capability_kernel/README.md
  • packages/server_capability_kernel/pubspec.yaml
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • plugin/.cursor-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION
🚧 Files skipped from review as they are similar to previous changes (19)
  • plugin/.claude-plugin/plugin.json
  • mcp_toolkit/pubspec.yaml
  • .release-please-manifest.json
  • packages/server_capability_kernel/pubspec.yaml
  • packages/core/lib/src/runtime_version.dart
  • packages/server_capability_core/lib/src/fmt_capability.dart
  • mcp_server_dart/pubspec.yaml
  • VERSION
  • plugin/.codex-plugin/plugin.json
  • plugin/EXPECTED_SERVER_VERSION
  • packages/core/pubspec.yaml
  • plugin/.cursor-plugin/plugin.json
  • packages/core/README.md
  • packages/server_capability_kernel/README.md
  • CHANGELOG.md
  • packages/server_capability_core/pubspec.yaml
  • mcp_toolkit/CHANGELOG.md
  • packages/server_capability_core/README.md
  • .claude-plugin/marketplace.json


## [4.0.0-dev.8] - 2026-07-31

### Changed

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Configure MD024 for hierarchical changelog headings.

### Changed is intentionally repeated under separate version headings. Configure MD024 with siblings_only: true or exclude changelog files. Do not rename historical headings.

  • packages/core/CHANGELOG.md#L17-L17: apply the MD024 configuration or scoped exception.
  • packages/server_capability_core/CHANGELOG.md#L9-L9: apply the same configuration or exception.
  • packages/server_capability_kernel/CHANGELOG.md#L9-L9: apply the same configuration or exception.
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 17-17: Multiple headings with the same content

(MD024, no-duplicate-heading)

📍 Affects 3 files
  • packages/core/CHANGELOG.md#L17-L17 (this comment)
  • packages/server_capability_core/CHANGELOG.md#L9-L9
  • packages/server_capability_kernel/CHANGELOG.md#L9-L9
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/core/CHANGELOG.md` at line 17, Configure Markdownlint rule MD024 to
use siblings_only: true, or add a scoped exception for changelog files, so
repeated hierarchical headings remain valid without renaming historical
headings. Apply this consistently for packages/core/CHANGELOG.md lines 17-17,
packages/server_capability_core/CHANGELOG.md lines 9-9, and
packages/server_capability_kernel/CHANGELOG.md lines 9-9.

Source: Linters/SAST tools

@Arenukvern
Arenukvern force-pushed the release-please--branches--main--components--flutter-mcp-toolkit branch from edf4352 to 09546a3 Compare July 31, 2026 20:45
@Arenukvern
Arenukvern force-pushed the release-please--branches--main--components--flutter-mcp-toolkit branch from a523f19 to 0338470 Compare July 31, 2026 20:47
@Arenukvern
Arenukvern merged commit 9adac01 into main Jul 31, 2026
13 checks passed
@Arenukvern
Arenukvern deleted the release-please--branches--main--components--flutter-mcp-toolkit branch July 31, 2026 21:20
@Arenukvern

Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant