Implement identified parity gaps
parity-fixcommandsetup L2★0
livingkurt/Glow-LEDs ↗What it does
Port MERN component gaps to Next.js by reading original source and implementing equivalent
Best for
MERN-to-Next.js migrations when you need exact parity with original implementation (not simplified rewrites).
Inputs
- · [object Object]
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
- · [object Object]
Requires
- · Bash (git, build tools)
- · Read (MERN source inspection)
- · Write (Next.js component)
Preconditions
MERN source is readable; gap list exists (from audit or provided); Next.js project structure in place
Failure modes
- · MERN source not read (assumption-based port creates divergence)
- · Simplified version written (feature loss)
- · Component works in isolation but breaks in integration
- · Gap audit not re-run (stale list)
- · Behavior differs from original (edge cases missed)
Trust signals
- · Golden Rule: read MERN source first (never guess)
- · Gap list is explicit (not aspirational)
- · Test integration after port (not just unit tests)
- · Re-audit gap list after each fix (track progress)