What problem does it solve?
Keeping project-specific Claude infrastructure synchronized with a central template is tedious and error-prone; CODEvolution automates evaluation and propagation so maintainers don't have to manually generalize and copy infra files across repositories.
Core Features & Use Cases
- Automatic Triggering: Runs after creation or substantive modification of files in .claude/agents/, .claude/skills/, or .claude/rules/.
- Universalization Protocol: Applies a deterministic set of rules to remove study-specific details and replace paths/parameters with generic variables before propagation.
- Decision Thresholds & Safety: Uses a confidence threshold to decide between automatic propagation, asking the user, or skipping, and prevents recursive triggers.
- Background Agent Orchestration: Spawns a dedicated CODEvolution subagent to produce the generalized file and produces a concise report of actions taken.
- Use Case: Maintain a canonical econ-paper-template by automatically propagating generic infra updates from individual project repos while preserving project-specific exceptions.
Quick Start
Ask the orchestrator to run CODEvolution after updating a .claude agent, skill, or rule so it can evaluate, universalize, and propagate the change to the template repository.