LearnNewsExamplesServices
Frontmatter
titleMoves blocked by and blocking to frontmatter
authorMannXo
stateMerged
createdAtNov 13, 2025, 7:29 AM
updatedAtNov 13, 2025, 11:32 AM
closedAtNov 13, 2025, 11:32 AM
mergedAtNov 13, 2025, 11:32 AM
branchesdevRefactor/move-blocked-by-and-blocking-to-frontmatter
urlhttps://github.com/neomjs/neo/pull/7764
Merged
MannXo
MannXo commented on Nov 13, 2025, 7:29 AM

Summary

  • Removed "Blocked By" and "Blocking" display from markdown body (lines that showed the relationships)
  • Kept blockedBy and blocking arrays in frontmatter

Does this PR resolve an issue? (Required)

Closes #7759

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills this requirement:

  • It's submitted to the dev branch, not the main branch

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

tobiu
tobiu commented on Nov 13, 2025, 11:32 AM

Input from Gemini 2.5 pro:

✦ This is a great follow-up to the previous refactors. Moving all relationship metadata to the frontmatter makes it the single source of truth, which is the right approach. The change is clean and improves the system's consistency. LGTM!