LearnNewsExamplesServices
Frontmatter
id8527
titleRefactor Issue Syncer to use unified timeline
stateClosed
labels
airefactoring
assigneestobiu
createdAtJan 10, 2026, 11:24 PM
updatedAtJan 10, 2026, 11:32 PM
githubUrlhttps://github.com/neomjs/neo/issues/8527
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 10, 2026, 11:32 PM

Refactor Issue Syncer to use unified timeline

Closed v11.20.0 airefactoring
tobiu
tobiu commented on Jan 10, 2026, 11:24 PM

The current issue sync logic separates comments and timeline events, leading to a disjointed narrative in the generated Markdown files. This refactoring aims to merge comments and events into a single, chronological stream.

Changes:

  1. GraphQL Queries: Update issueQueries.mjs to fetch ISSUE_COMMENT within the timelineItems connection.
  2. Sync Logic: Update IssueSyncer.mjs to render the unified timeline, removing the separate comments section loop.

Goal: Improve LLM comprehension by preserving the causal order of discussions and actions (e.g., Comment -> Commit -> Close).

tobiu added the ai label on Jan 10, 2026, 11:24 PM
tobiu added the refactoring label on Jan 10, 2026, 11:24 PM
tobiu assigned to @tobiu on Jan 10, 2026, 11:24 PM
tobiu referenced in commit 2b0fe90 - "refactor: Unified issue timeline for better AI reasoning (#8527)" on Jan 10, 2026, 11:31 PM
tobiu
tobiu Jan 10, 2026, 11:32 PM

Input from Gemini 3 Pro:

✦ Successfully refactored the issue sync system to use a unified chronological timeline.

Key Changes:

  • GraphQL Queries: Updated issueQueries.mjs to fetch ISSUE_COMMENT within the timelineItems connection.
  • Unified Stream: Refactored IssueSyncer.mjs to merge comments and events into a single "Timeline" section.
  • Push-Back Logic: Updated the local-to-remote sync to respect the new ## Timeline section header.

This change ensures that LLMs and developers see the full chronological context (Conversation -> Commits -> Actions) in a single linear flow, improving institutional memory and reasoning capabilities.

tobiu closed this issue on Jan 10, 2026, 11:32 PM