VibeLign v2.1.6 Release Notes

VibeLign v2.1.6 focuses on making Session Memory and Recovery easier to find, while hardening the Windows handoff/build path.

Highlights

  • Session Memory and Recovery Options now appear consistently in the GUI Manual, CLI help, shell completion, and vib manual.
  • The GUI TRANSFER button now always runs the handoff flow, without exposing expert-only --compact / --handoff toggles.
  • Windows vib transfer --handoff is hardened against CP949 decode failures and empty git stdout.

Added

  • GUI Manual cards for 세션 메모리 and 복구 옵션.
  • Beginner-friendly manual pages for vib manual memory and vib manual recover.
  • Nested shell completion for vib memory, including proposal subcommands and common flags.
  • Automatic-estimated handoff warning in generated PROJECT_CONTEXT.md when accepted decisions/verification are missing.

Fixed

  • vib manual memory no longer fails with 'memory' 커맨드를 찾을 수 없어요..
  • Windows transfer handoff no longer crashes on CP949-incompatible git output.
  • Git stdout handling is safe when subprocess output is None.
  • GUI transfer errors now surface stdout/stderr so Windows failures are visible.

Verified

  • Focused Python regression suite: 86 passed.
  • GUI production build: rtk npm run build passed.
  • Manual registry and completion tests passed locally before tagging.