Skip to content

EvoMap/evolver-codex-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

EvoMap Codex plugin marketplace

Internal EvoMap marketplace repository for the official Evolver Codex Desktop plugin.

Plugins

Plugin Description
evolver Self-evolution workflows for Codex Desktop: GEP guidance, Evolver CLI setup, and an MCP bridge to the EvoMap Proxy mailbox for Genes and Capsules. Powered by @evomap/evolver.

Install

Add this marketplace to Codex:

codex plugin marketplace add EvoMap/evolver-codex-plugin

Then install the plugin:

codex plugin add evolver@evomap

Start a new Codex thread after installation so the bundled skill is loaded.

Local memory works with zero config — no account, no key, nothing to fill in. Connecting to the EvoMap network (searching/reusing Genes & Capsules) is optional: leave the node id blank, run evolver once in a git repo to get a claim link, and open it on evomap.ai to connect. See plugins/evolver for the full walkthrough.

To inject or refresh the global Codex guidance section from the plugin itself, ask Codex to call evolver_install_codex_guidance. The tool updates ~/.codex/AGENTS.md with marker-delimited Evolver instructions and creates a timestamped backup before changing an existing file.

Optional, but recommended when you want the same machine-wide workflow in every Codex project:

npm install -g @evomap/evolver@latest
evolver setup-hooks --platform=codex

That installs Codex hooks and an AGENTS.md section. Current Evolver versions tell Codex to use this plugin's MCP tools (evolver_status, evolver_search_assets, evolver_fetch_asset, evolver_publish_asset) and let the Stop hook record local outcomes. If an older AGENTS.md section still says to call gep_recall / gep_record_outcome, upgrade @evomap/evolver and rerun evolver setup-hooks --platform=codex.

Develop locally

# Validate the plugin manifest and skills
python3 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/evolver

# Try the marketplace from this checkout
codex plugin marketplace add /Users/seikiko/evolver-codex-plugin
codex plugin add evolver@evomap

License

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

Official Evolver sources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors