One repository of shared context that stays current on its own.
Tares watches commits across your code repos. When a change matters to the team, an agent updates the context repo and opens a pull request. Every teammate and every agent starts from pages that match the code.
Every claim carries the commit it came from, so a reader can check it.
How a commit becomes a pull request.
Point Tares at the repos you work in and the repo where shared context lives. From then on it watches every commit, and when one changes something a teammate must know, a pull request appears. One change, start to finish:
- 14:20
A commit lands
One source per repo ingests every commit with its changed files, onto that repo's timeline.
f8b6cc6 billing-service: add GET /invoices/{id} - 14:22
The trigger fires, once per repo
New commits on the branch you chose, batched by a short window so one push is one run.
trigger context_changes → wakes context_maintainer
- 14:22
The agent reads the diff
Through GitHub's MCP server. It decides whether a teammate must know: interfaces, config, schemas, dependencies, conventions. Refactors and formatting are left alone.
read(billing-service) → 7 commits · 4 files changed
- 14:24
A pull request opens
The context page updated in place, every claim carrying the commit it came from, the commits listed in the body.
PR: billing-service: document GET /invoices/{id} (f8b6cc6) + Interfaces: GET /invoices/{id} returns the invoice (f8b6cc6) - later
A human reviews and merges
Prefer direct commits instead of pull requests? That is a setting.
Set it up in the console. nothing to deploy.
Connect GitHub, choose the repos to watch and the repo to maintain, click Start. Everything this creates is visible in the console and yours to change, from the agent's instructions to which repos it watches.
GitHub access
One fine-grained token, stored once under Settings: Contents and Pull requests read and write, Metadata read. Every source and the agent use it; rotate it in one place.
Source repos
Pick the repos whose commits feed the context, from the list your token can see, or paste owner/name lines. One branch each.
Context repo
Pick the repo the agent maintains. The wizard looks inside it and keeps your existing pages, updating them in place; or choose one page per source repo plus an index.
Trigger and agent
Every commit to the branch, the model, and a first look on start that reads the last week of commits so the repo starts current. Click Start.
- source one per repo, commits with changed files
- view one timeline per repo
- trigger fires when commits land, once per repo
- mcp server GitHub, bound to your token
- agent reads each diff, updates the pages, opens the pull request
Shared context for your agents, built by an agent. you review the pull requests.
One token, a few repos, and Start.
Want the managed version instead? Start on the cloud.