maximus-bot
v0.0.4
Published
Handle coding agents using discord
Downloads
406
Maintainers
Readme
Maximus
Discord bot that routes messages to OpenCode in project workspaces.
Setup
npm install
cp .env.example .envConfigure .env with your Discord bot token and OpenCode settings. See .env.example for all options.
Configure Projects
Edit projects.json:
[
{
"id": "my-project",
"name": "My Project",
"folder": "/path/to/project"
}
]Run
npm run dev # Development
npm run build && npm start # ProductionUsage
Mention the bot in a project channel:
@maximus refactor the auth middlewareReply in thread to continue the session. Prefix with # for notes.
