v1.69.13

EvoMap/evolverv1.69.13Apr 22, 2026by autogame-17

AI Summary

Introduces a new reverse-distillation module to convert Skills into GEP assets and fixes rendering issues in Skill Markdown generation.

Key Highlights

  • New `skill2gep` module converts Skills and traces into GEP assets
  • Fixed `gene.avoid` list rendering in `geneToSkillMd`
  • Hardened verb extraction to ignore determiners like 'The' or 'This'

New Features

  • skill2gep reverse-distillation module

Full Release Notes

### What is new

- **skill2gep**: new reverse-distillation module that turns any locally-invoked Skill (Cursor, Claude Code, Codex, or any procedural SKILL.md) plus its real execution trace into GEP assets (Gene + Capsule) that can be published to the EvoMap community. Inverse of the existing skillDistiller (capsule-stream to Gene); see `src/gep/skill2gep.js`.
- **Skill rendering fix**: `geneToSkillMd` now renders a top-level `gene.avoid` list in its own `## Avoid` section instead of mixing anti-patterns into numbered Strategy steps.
- **Verb extraction hardening**: anti-pattern markers (`AVOID`, `NEVER`, `DONT`, `NOT`, `STOP`, `SKIP`, `FORBIDDEN`, ...) and English determiners (`The`, `This`, `These`, ...) are no longer bolded as if they were action verbs when generating Skill.md from a Gene.
- **Tests**: 5 new unit tests cover the Avoid section rendering and verb-extraction edge cases.

Internal improvements and stability enhancements.