At least on linux + Claude Code there is an issue where lumen binary could not be found. The plugin should add the following to $PATH:
~/.claude/plugins/cache/ory/lumen/$LUMEN_VERSION/bin/
I don't know if $LUMEN_VERSION version is a thing, but I think you get the point...
Also, the binary there is lumen-linux-amd64 which should get renamed to lumen after install.
At least on linux + Claude Code there is an issue where lumen binary could not be found. The plugin should add the following to
$PATH:~/.claude/plugins/cache/ory/lumen/$LUMEN_VERSION/bin/I don't know if
$LUMEN_VERSIONversion is a thing, but I think you get the point...Also, the binary there is
lumen-linux-amd64which should get renamed tolumenafter install.