haystack-review
v1.0.0
Published
Alias of @haystackeditor/cli — Haystack: AI code review, PR triage & QA, and a self-driving merge queue for GitHub. Installing this package gives you the real `haystack` CLI.
Downloads
27
Maintainers
Readme
haystack-review
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-review # 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)
