What problem does it solve? Tracking changes across multiple upstream repositories is tedious and noisy, making it hard to decide which updates are worth integrating into your fork or downstream project. ## Core Features & Use Cases - Multi-Repo Update Detection: Scans multiple upstream repositories for the last 30 days of commits and releases using git-native, GitHub API, or releases-only strategies. - Noise Filtering & Relevance Analysis: Filters out chore commits, dependency bumps, and merge noise, then rates each change as high, medium, or low relevance with justification. - Structured Reports: Writes a dated Markdown report with YAML frontmatter, summary tables, and prioritized integration recommendations to docs/sync-reports/. - Use Case: You maintain a fork of several open-source projects. Run the command to get a single report of all relevant upstream changes from the past month, then choose to discuss items, create an integration plan, or merge directly. ## Quick Start Ask the assistant to run /ce:sync-upstream to check all configured upstream repositories for updates from the last 30 days and generate a sync analysis report.