perseus_health
Audit workspace health by detecting stale skills, duplicate tasks, and oversized output. Identify drift before starting work.
Instructions
Audit workspace context health: stale skills, duplicate tasks, oversized output. Use before starting work to catch drift. For deep Daedalus heuristics (cache, directive stats), use perseus_get_health. Read-only; returns status enum and metric counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for @health directive |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | ||
| status | No | Overall health: ok, warning, or critical | |
| stale_skills | No | Count of skills past freshness threshold | |
| duplicate_tasks | No | Count of duplicate task entries | |
| oversized_context | No | Whether rendered context exceeds size limits |