Evolution banner
primeline-ai primeline-ai

Evolution

Development community

Description

--- description: Show what the system learned and changed recently --- Show the evolution log - what Evolving Lite has learned, archived, and optimized. ## Process 1. **Read evolution log**: `${CLAUDE_PLUGIN_ROOT}/_memory/analytics/evolution-log.jsonl` 2. **Read session count**: `${CLAUDE_PLUGIN_ROOT}/_memory/.session-count` 3. **Count experiences**: User-created vs pre-warmed ## Display ``` === Evolving Lite Evolution === Sessions: {total} Current tier: {tier} ({name}) Tier 2 unlocks at:

Installation

Installs to ~/.claude/skills/primeline-ai-evolving-lite-evolution/SKILL.md

Terminal
mkdir -p ~/.claude/skills/primeline-ai-evolving-lite-evolution && curl -fsSL https://raw.githubusercontent.com/primeline-ai/evolving-lite/HEAD/commands/evolution.md -o ~/.claude/skills/primeline-ai-evolving-lite-evolution/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository