stats
Analyze learning patterns and project health by summarizing counts, maturity levels, category distributions, and project activity for AI coding agents.
Instructions
Summarize the instinct store: counts, levels, categories, projects.
Use this for a quick health check — how many patterns exist, how
many have matured, which categories dominate, which projects have
the most learning. Read-only; no side effects.
Returns:
Dict with keys: "total" (int), "by_level" ({seedling, mature,
rule}), "by_category" ({sequence, preference, fix_pattern,
combo}), "by_project" (dict of fingerprint -> count), "oldest"
and "newest" ISO timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||