Fixed
- Doc discovery scans wrong directory — Reflex was using the agent's current working directory instead of the project root (
CLAUDE_PROJECT_DIR). When the agentcds into subdirectories (e.g.,projects/meridian/), all docs and skills at the top level were invisible to routing. Now usesCLAUDE_PROJECT_DIRfirst, falling back tocwd.
Upgrade
curl -fsSL https://raw.githubusercontent.com/markmdev/reflex/main/install.sh | bashThen update the plugin:
/plugin update reflex@markmdev
Full Changelog: v0.1.4...v0.1.5