fix: infer source fetch metrics #35
Reference in New Issue
Block a user
Delete Branch "codex/issue-22-source-fetch-instrumentation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses #22.\n\nChanges:\n- Adds inferFetchSource() mapping common provider hosts to stable source/provider names.\n- Makes safeFetch and safeFetchText default to inferred source attribution when source is omitted.\n- Keeps unknown hosts attributed by host instead of grouping under unknown.\n- Documents raw-fetch exceptions and source instrumentation rules.\n- Adds regression coverage for provider inference and unlabelled safeFetch attribution.\n\nValidation:\n- git diff --check (only Windows CRLF warnings).\n- Runner-only constraint honored; no local npm/node tests executed.
Anpassen.