v1.18.1: docs-only patch syncing README + USAGE with v1.18 MetricKit surface
Docs-only patch. Syncs the npm README + USAGE with the v1.18 surface notes that landed on GitHub right after v1.18.0 was published. No code changes.
Changed
- README "What's new" block leads with v1.18 (MetricKit 42nd tool + audit-close trio). New Examples block "Analyze MetricKit payloads from real-user crashes" with a concrete TestFlight directory aggregation example. New "Production diagnostics (1, v1.18)" API section with full
analyzeMetricKitPayloadsurface description. API "Read & analyze" prefaced with the v1.18 D-02AnalyzeTraceOptionshint.summarizeTracerow gains the D-02 wall-clock-win sentence. - USAGE follow-up requests table adds a "Production diagnostics" sub-section with 4 prompt examples covering
analyzeMetricKitPayload(single payload, directory aggregation,groupByvariants, hang ranking). New end-to-end example "MetricKit production post-mortem" walks through a 47-payload TestFlight investigation mirroring the shape of the existing memgraph example, so the agent flow is consistent across lanes.