Frontmatter
| id | 7759 |
| title | Move "blocked by" and "blocking" relationship information to frontmatter in `IssueSyncer.mjs` |
| state | Closed |
| labels | enhancementai |
| assignees | [] |
| createdAt | Nov 12, 2025, 3:18 PM |
| updatedAt | Nov 13, 2025, 11:32 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7759 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 13, 2025, 11:32 AM |
The
IssueSyncer.mjscurrently adds "blocked by" and "blocking" relationship information directly into the markdown body of the issue. To ensure consistency and better structured data, this information should be moved into the frontmatter of the markdown file. This aligns with how other structured metadata is handled and improves machine readability.