export_rules
Export high-confidence behavioral patterns as structured JSON for integration with analytics pipelines, dashboards, or other systems.
Instructions
Export rule-level patterns (confidence >= 10) as structured JSON.
Use this to hand off validated instincts to another system — an
analytics pipeline, a dashboard, or a sibling agent. Returns the
raw records without any formatting.
For human-readable or platform-specific output (CLAUDE.md,
.cursorrules, SKILL.md), use export_claude_md(), export_platform(),
or export_skill() instead.
Returns:
Dict with keys: "rules" (list of pattern records with full
metadata), "count" (int). Empty list if no patterns have
reached rule level yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||