LearnNewsExamplesServices
Frontmatter
id7767
titleRefactor: Remove Relationship Section from Issue Body
stateClosed
labels
airefactoring
assigneestobiu
createdAtNov 13, 2025, 11:41 AM
updatedAtNov 13, 2025, 11:51 AM
githubUrlhttps://github.com/neomjs/neo/issues/7767
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 13, 2025, 11:51 AM

Refactor: Remove Relationship Section from Issue Body

Closed v11.2.0 airefactoring
tobiu
tobiu commented on Nov 13, 2025, 11:41 AM

The IssueSyncer currently generates a ## Relationships section 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 formatIssueMarkdown method, making the frontmatter the single source of truth for relationship metadata and simplifying the markdown content.

tobiu added the ai label on Nov 13, 2025, 11:41 AM
tobiu added the refactoring label on Nov 13, 2025, 11:41 AM
tobiu assigned to @tobiu on Nov 13, 2025, 11:41 AM
tobiu referenced in commit 46a15f4 - "Refactor: Remove Relationship Section from Issue Body #7767" on Nov 13, 2025, 11:51 AM
tobiu closed this issue on Nov 13, 2025, 11:51 AM