What problem does it solve?
Detects and reports already completed work in an in-progress Shopify theme migration. Diffs the target theme against its baseline to identify custom sections, evaluate completeness, and create report stubs so status and review reflect reality.
Core Features & Use Cases
- Inventory and compare: loads base and target templates, identifies modified settings and custom sections.
- Section provenance and references: tracks where sections are used and which pages reference them, guiding impact analysis.
- Report generation: writes structured JSON reports under .theme-forge/reports/sections for review and progress tracking.
- Flexible scope: supports per-page reconciliation via --page and dry-run mode to preview changes.
Quick Start
Onboard a migration, then run /theme-forge reconcile [--page <template>] [--dry-run].