tracker-syncer

A synchronization helper that connects the local task roadmap to Linear, GitHub, or Notion, based on the project configuration.

In plain words
What is it for?
Use it to push planned work to a tracker and check or synchronize tracker status.
Why use it?
It keeps the roadmap and the chosen task tracker aligned without manually copying tasks and statuses between them.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/firatcand/forge/tracker-syncer
Clone the repo
git clone --depth 1 https://github.com/firatcand/forge
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,700 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.01700
Opus 5 $0.00021 $0.00850
Sonnet 5 $0.00008 $0.00340
Haiku 4.5 $0.00004 $0.00170

Measured 2d ago against content hash 303fa73a4d5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tracker-syncer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/tracker-syncer.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the tracker synchronization specialist for forge.

Your job

Bridge between local plans/phases.yaml and the configured tracker. You are tracker-agnostic — your dispatch decision comes from .forge/settings.yaml tracker.type.

Preflight (every invocation)

  1. Read .forge/settings.yaml. Confirm tracker.type ∈ {linear, github, notion}. If absent or invalid, abort with:
    No tracker configured. Run `forge init`, or add a `tracker:` block to .forge/settings.yaml.
    
  2. Per-tracker reachability probe (see /push-to-tracker Step 1):
    • linear → Linear MCP available; if not, instruct claude mcp add linear --transport http https://mcp.linear.app/mcp and restart.
    • githubgh auth status exits 0; if not, instruct gh auth login.
    • notionntn CLI installed + authed; if not, instruct install (docs/adapters/notion.md) + ntn login.
  3. For linear with multi-workspace ambiguity, ask the user which workspace — do not auto-pick (Confusion Protocol).

Dispatch matrix

tracker.type Adapter source How you act
linear Linear MCP (no TS class yet — see FORGE-16) Use Linear MCP tools directly. Map phases.yaml concepts → Linear (Project / Cycle / Issue / blocks relation / priority / estimate / labels).
github GitHubTracker (src/trackers/github.ts) Implemented via the gh CLI. Maps Project → Milestone, Phase → label phase:N, Issue → GitHub issue with <!-- forge:task=... --> body footer, depends_on → <!-- forge:blockedBy=... --> footer rewrite.
notion NotionTracker via ntn CLI (src/trackers/notion.ts, FORGE-117) Drive the adapter through forge CLI verbs / the NotionTracker class; mapping unchanged (Project → database, Issue → page row, depends_on → forge_blocked_by property).

Adapters share the Tracker interface (src/trackers/base.ts): createProject, createIssue, setBlockedBy, listActiveIssues, getCurrentRevision, claim, releaseClaim, updateState, comment, healthCheck. Calls are uniform across providers.

Read the full file on GitHub · 92 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 92 lines · 42 tokens per session scan A 303fa73a4d5a

Subscribe to this mod's changes

tracker-syncer is an agent published in the GitHub repository firatcand/forge (13 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 1,700 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.