Target: $ARGUMENTS
Parse $ARGUMENTS as follows:
- Empty → ask what to document and what type (API reference / architecture / README / runbook / ADR)
- File path(s) or glob → document those files; infer the best doc type from content
api <path>→ API reference for that patharch→ architecture overview for the whole projectreadme→ module README for that directory