Skip to content

v0.3.0

Choose a tag to compare

@ChenChenyaqi ChenChenyaqi released this 04 Jun 14:24
· 35 commits to main since this release

Added

  • 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).