Describe the bug
When I run mache, I noticed get_diagnostics error out
no _lsp table — auto-enrichment failed: discover/start leyline: no ley-line socket found and leyline binary not on PATH
It seems like leyline is not found. I guess this binary is not released?
To Reproduce
Steps to reproduce the behavior:
- Use
get_diagnostics tool
Expected behavior
The LSP feature should be working as expected
Environment (please complete the following information):
- OS: macOs
- Version: ➜ mache version v0.5.6 (commit c67f5a0, built 2026-03-14T14:40:01Z)
- FUSE version: fuse-t 1.0.49
Logs / Output
no _lsp table — auto-enrichment failed: discover/start leyline: no ley-line socket found and leyline binary not on PATH
Additional context
I build mache myself and move it to ~/.local/bin for usage.
Describe the bug
When I run mache, I noticed
get_diagnosticserror outIt seems like
leylineis not found. I guess this binary is not released?To Reproduce
Steps to reproduce the behavior:
get_diagnosticstoolExpected behavior
The LSP feature should be working as expected
Environment (please complete the following information):
Logs / Output
Additional context
I build mache myself and move it to
~/.local/binfor usage.