yatagarasu
v0.0.6
Published
An orchestrator for agentic coding
Readme
Yatagarasu
An orchestrator for agentic coding powered by Claude AI.
Installation
npm install -g yatagarasuUsage
Serve Command
Start the Slack bot server to integrate Claude AI with your Slack workspace:
yatagarasu serveEnvironment Variables
The serve command requires the following environment variables:
SLACK_BOT_TOKEN- Slack bot user OAuth tokenSLACK_APP_TOKEN- Slack app-level token (for socket mode)YATAGARASU_PROMPTER- (Optional) Slack member ID allowed to use the bot
Development
Prerequisites
- Node.js 18 or higher
- npm
Setup
- Clone the repository
- Install dependencies:
npm install
Running Tests
npm testBuilding
npm run buildLicense
MIT
