Frontmatter
| id | 7767 |
| title | Refactor: Remove Relationship Section from Issue Body |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Nov 13, 2025, 11:41 AM |
| updatedAt | Nov 13, 2025, 11:51 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7767 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 13, 2025, 11:51 AM |
The
IssueSyncercurrently generates a## Relationshipssection in the markdown body of local issue files. Since all relationship data (parent, sub-issues, blocking, etc.) is now stored in the YAML frontmatter, this section is redundant.This ticket is to remove the logic that generates this section from the
formatIssueMarkdownmethod, making the frontmatter the single source of truth for relationship metadata and simplifying the markdown content.