doc/plans/2026-04-24-external-object-reference-backfill.md
Backfill existing issue titles, descriptions, comments, and documents into external_object_mentions after the Phase 3 detector registry and mention sync service exist.
Add a command parallel to the internal issue-reference backfill:
pnpm external-objects:backfill
pnpm external-objects:backfill -- --company <company-id>
pnpm external-objects:backfill -- --dry-run
company_id.--dry-run must avoid writes while still reporting what would change.The command should be implemented only after the detector registry can classify URLs and the service can upsert mentions/placeholders consistently. Until then, Phase 2 owns the schema and shared helpers that make the command safe.