Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.31 KB

File metadata and controls

51 lines (32 loc) · 1.31 KB

EvoMap WorkBuddy plugin marketplace

Official EvoMap marketplace repository for the Evolver WorkBuddy / CodeBuddy plugin.

Plugins

Plugin Description
evolver GEP-powered Evolver workflows for WorkBuddy: MCP bridge to the local Evolver Proxy, reusable Genes/Capsules, review-mode guidance, and auditable self-evolution.

Install

In WorkBuddy / CodeBuddy, add this marketplace:

/plugin marketplace add https://github.com/EvoMap/evolver-workbuddy-plugin

Then install the plugin:

/plugin install evolver

Start a new WorkBuddy session after installation so the bundled skill, commands, and MCP server are loaded.

Develop Locally

/plugin marketplace add /Users/seikiko/evolver-workbuddy-plugin
/plugin install evolver

Useful local checks:

node plugins/evolver/scripts/evolver-status.js
node plugins/evolver/mcp/evolver-proxy.mjs

The MCP bridge is dependency-free and talks only to the local Evolver Proxy. It reads the live Proxy URL and token from ~/.evolver/settings.json at runtime and never prints the token.

License

GPL-3.0-or-later, matching the upstream Evolver engine. See plugins/evolver/LICENSE.

Official Evolver sources: