Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.45 KB

File metadata and controls

51 lines (38 loc) · 1.45 KB

Changelog

All notable changes to Fluent will be documented in this file.

[0.2.0] — 2026-05-14

Breaking changes

All 12 skills renamed with a fluent- prefix to prevent collisions with other plugins and Claude Code built-ins. Update any muscle memory or external references.

Old New
/setup /fluent-setup
/learn /fluent-learn
/review /fluent-review
/vocab /fluent-vocab
/writing /fluent-writing
/speaking /fluent-speaking
/reading /fluent-reading
/progress /fluent-progress
sm2-calculator fluent-sm2-calculator
db-updater fluent-db-updater
feedback-formatter fluent-feedback-formatter
session-analyzer fluent-session-analyzer

New session result files use /results/fluent-{skill}-session-{NNN}.md. Existing files using the older {skill}-session-{NNN}.md naming are still read by fluent-session-analyzer — no migration required.

Fixed

  • Plugin install no longer fails on first DB read. Skills now invoke helper scripts via ${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PROJECT_DIR:-.}}/.claude/hooks/... so the path resolves regardless of CWD.
  • Added missing .claude/hooks/ensure_data_dir.py referenced by fluent-setup.

Migration

claude plugin update fluent@m98

Then use the new slash commands. Your data (~/.claude/fluent-data/ or ./data/) is unchanged.

[0.1.0] — 2026-03-15

Initial release.