MUE-X evolves by modifying its own code. You can help too.
The best contribution is using it. Every session generates evolution data. Share what your MUE evolved into.
If MUE-X proposes a mutation you think is particularly smart, share it:
- Copy the mutation diff from the session
- Open an issue with label
mutation-share - Include: what triggered it, fitness delta, strategy used
PRs to mue/evo/ are welcome. Before submitting:
- Run
python -c "from mue.evo.core import MueAgent; print('OK')"to validate - Ensure no
__pycache__,.db, ormue_config.jsonfiles are included - No single file should exceed 800 lines (MUE enforces this)
- Explain the improvement in evolutionary terms: what does this enable MUE to do that it couldn't before?
Know a great repo MUE-X should learn from? Add it to absorption targets in the issue tracker.
Screenshots, fitness graphs, interesting mutations — share them on Twitter with #MUEX or in GitHub Discussions.
This project is built by vibe coders — people who build with AI assistance. If you're a vibe coder too, you're in the right place.
- Ship fast, evolve faster — get it working, then let MUE improve it
- The code is alive — treat
mue/evo/as a living organism, not a static codebase - Trust the anti-cancer — MUE's safeguards exist for a reason. Don't bypass them.
- Share the mutations — what your MUE learns can help all MUEs
- Max 800 lines per file (enforced by anti-cancer)
- Type hints preferred on public methods
- Docstrings on new public methods
- Run brain integrity:
python -c "from mue.evo.core import MueAgent; print('OK')"
git clone https://github.com/neospiritism/mue-x.git
cd mue-x
# Validate brain integrity
python -c "from mue.evo.core import MueAgent; print('OK')"
# Open in Claude Code
claude
/mue| Label | Purpose |
|---|---|
mutation-share |
Share an interesting mutation your MUE generated |
bug |
Something is broken |
enhancement |
Feature request or improvement idea |
mutation-idea |
Suggest a new mutation strategy |
domain-request |
Request support for a new domain |
good-first-issue |
Good for new contributors |
Tweet @neospiritism or open a GitHub Discussion.