Sprint 4 closed: GitHub Integration

작성자

카테고리:

← 피드로
DEV Community · Meronq · 2026-07-02 개발(SW)

Meronq

Sprint 4 is closed.

The goal was to connect Meronq to GitHub as the first external engineering system — reading metadata, issues, and pull requests, then translating that data into CEM and local memory.

What Sprint 4 delivered

Every item on the roadmap is checked off:

  • Repository metadata — stars, branch, description
  • Issues and PRs — GitHub REST API
  • CEM translationissue:owner/repo#N, pull_request:owner/repo#N
  • Summaries — issue and PR text summaries
  • Doc draft — markdown from git log + GitHub

Local MCP v1.13.0github_sync, github_status, github_summarize, github_doc_draft.

New package: @meronq/github

scanProject → CEM → fetchGitHubSnapshot → appendGithubToCem → SQLite memory

Enter fullscreen mode Exit fullscreen mode

Auth: GITHUB_TOKEN (PAT). Cache: .meronq/local/github-snapshot.json.

CLI

meronq github sync
meronq github status
meronq github summarize issue 3
meronq github doc

Enter fullscreen mode Exit fullscreen mode

Sprint 5 — MCP Server

Expose Meronq as a product MCP surface with handshake, memory search, and permissions.

Follow along

Read the full post on meronq.pages.dev · Source on GitHub

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다