sync-horizon
Installation
SKILL.md
Sync Horizon
Synchronize eve-skillpacks with the latest state of the eve-horizon repository.
Core Insight
System docs often lag behind implementation. Features ship via feat commits with plans marked "Implemented" — but docs/system/ may not update for weeks. This sync goes to the source: plans, code changes, and commit messages tell us what actually shipped. System docs are one signal among many, not the primary driver.
Prerequisites
- The eve-horizon repo must be at
../eve-horizon(sibling directory) .sync-state.jsonmust exist in the repo root (create from template if missing).sync-map.jsonmust exist in the repo root
Architecture: Orchestrator + Parallel Workers
You (the orchestrator) discover what shipped and dispatch focused workers. Each worker handles one update in isolation with its own context budget.
The orchestrator reads lightweight signals (commit log, plan headers, file stats, CLI module list). Workers read the heavy content (plan bodies, code diffs, source docs, target files).