# Codeeagle Sync

> Sync the CodeEagle knowledge graph with latest code changes. Supports diff-aware incremental sync and full re-index. Use when this capability is needed.

- Skill: `tomevault-io/codeeagle-sync` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/codeeagle-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/codeeagle-sync/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/codeeagle-sync

---


# CodeEagle Sync

Sync the CodeEagle knowledge graph with the latest code changes.

## Usage

Use the Bash tool to run:
```
codeeagle sync
```

For a full re-index (ignoring incremental state):
```
codeeagle sync --full
```

To export the graph after syncing:
```
codeeagle sync --export
```

## Prerequisites
- CodeEagle must be installed and on PATH
- Project must be initialized (`codeeagle init`)

To run linker phases on an existing graph without re-indexing:
```
codeeagle backpop           # new phases only (implements + tests)
codeeagle backpop --all     # all 7 linker phases
```

## Notes
- By default performs a diff-aware incremental sync (only processes changed files)
- Use `--full` to rebuild the entire knowledge graph from scratch
- Use `--export` to export the graph data after syncing
- Sync automatically runs the cross-service linker (7 phases: services, endpoints, API calls, dependencies, imports, implements, tests)
- Use `backpop` to run linker phases without re-indexing (useful after adding new linker features)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/imyousuf) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

