v0.1.17
Deeper skill template
The SKILL.md installed by rust-doctor setup produced shallow scans: agents ran one command and summarized the output. The rewritten template enforces a three-pass pipeline:
- Scan & Capture:
--jsonfor structured data plus--planfor priorities - Triage: P0-P3 classification by severity and category
- Investigate & Fix: mandatory source read before reporting, concrete before/after code for each P0/P1 finding, and a post-fix re-scan
Hard Rules and DO NOT sections explicitly ban shallow-analysis patterns (summary tables without source reads, generic advice without call sites, skipping verification).
Full Changelog: v0.1.16...v0.1.17