You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI workflow (GitHub Actions): lint, test, and build on every push and PR.
Pre-commit hooks: Husky with lint-staged for ESLint, Prettier, and commitlint.
Fixed
Session files now written BEFORE echoing to conversation in learn:practice and learn:explain workflows, eliminating drift between saved content and chat output.
Test path assertions made cross-platform compatible (Windows vs Unix path separators).