## What problem does it solve?
Continuous Learning v2 converts noisy session activity into concise, actionable knowledge by automatically observing tool calls and extracting small, confidence-scored "instincts" so patterns and conventions can be reused without manual curation.
## Core Features & Use Cases
- Project‑scoped learning: Detects project context and stores instincts per-repo to avoid cross-project contamination.
- Deterministic observation: Hooks capture PreToolUse/PostToolUse events reliably; an observer agent analyzes observations to create/update instincts.
- Evolution & governance: CLI and commands support status, evolve (cluster instincts into skills/commands/agents), export/import, and promotion from project to global when patterns are proven.
- Safe, evidence-backed rules: Each instinct carries evidence and confidence scoring, with conservative promotion rules and privacy-preserving storage in the user's homunculus directory.
### Quick Start
Enable the observation hooks and start the observer for the current repository to begin capturing and evolving instincts.