Everything for agentic software development.
Start by installing opencode or claudecode, and then:
git clone git@github.com:GET-E/dev-bot.git && cd dev-botThe default configuration is in .devbot.global.dist.jsonc, and when installing it will be copied to .devbot.global.jsonc.
If you want a different configuration, you can create the .devbot.global.jsonc yourself and change it as you wish.
Configs you might want to change:
disabled_modules: list of modules and tools to skip during install/update/initguards: add or remove guards for commands that the LLM might want to runmodules: add external git repos with extraagents,commandsorskillsthat you might want to import
Then you can install:
make installThis is done automatically when opencode starts. Brings up DevBot docker containers, at least Ollama.
devbot upcd path/to/my/project
devbot initor
devbot init path/to/my/projectopencodeOr to continue the last session
opencode -cThis grants agents the essential context from the start.
This is only needed if the report doesn't exist yet at .agents/memory/active/project.md
After starting opencode, run the command.
/create-codebase-reportBrings down DevBot docker containers.
devbot downdevbot update