Skip to content

v0.1.5 — Fix Doc Discovery

Latest

Choose a tag to compare

@markmdev markmdev released this 04 Mar 16:11
· 1 commit to master since this release

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 agent cds into subdirectories (e.g., projects/meridian/), all docs and skills at the top level were invisible to routing. Now uses CLAUDE_PROJECT_DIR first, falling back to cwd.

Upgrade

curl -fsSL https://raw.githubusercontent.com/markmdev/reflex/main/install.sh | bash

Then update the plugin:

/plugin update reflex@markmdev

Full Changelog: v0.1.4...v0.1.5