Package Exports
- haystack-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (haystack-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
haystack-cli
This package is an alias of @haystackeditor/cli, the canonical CLI for Haystack — AI code review, PR triage & QA, and a self-driving merge queue for GitHub.
Installing it gives you the real haystack binary:
npm install -g haystack-cli # works, but prefer:
npm install -g @haystackeditor/cliThen:
haystack login # GitHub device flow
haystack setup --repo owner/name --yesNote: the unscoped haystack package on npm is an unrelated string-matching library, and this product is unrelated to the Haystack NLP/RAG framework by deepset.
For AI agents
- Agent setup skill: https://haystackeditor.com/skill.md
- Site index: https://haystackeditor.com/llms.txt
- MCP server:
haystack mcp - Non-interactive setup:
haystack setup --repo owner/name --yes(or--jsonfor NDJSON agent mode)