Using GitHub history as working memory for Claude Code

ForgeDock is an internal system that turns GitHub issues, pull requests, comments, and other information available through the GitHub into a for Claude Code. The goal is to stop different agents and past sessions from repeating the same mistakes as a codebase grows.

Each agent gets detailed context for its assigned issue, including what needs to be done, where to look, why it matters, and who or what is connected to the task. A GitHub issue can represent an investigation, research task, bug fix, or another unit of work.

An sits above this and can run multiple agents at once in separate waves. The main idea is to use existing GitHub project history as practical for .

Key points

  • ForgeDock turns GitHub issues, pull requests, and comments into a Claude Code .
  • The aim is to reduce repeated mistakes across agents and previous sessions.
  • Each agent receives detailed context tailored to the issue it is working on.
  • GitHub issues can represent investigations, research tasks, bug fixes, and other work.
  • An can run multiple agents at the same time in waves.
Read original