# Source notes

## Editorial opportunity

- `docs/research/localflux-seo-content-opportunities-2026-08.md`
  - Inventories current English posts and supported routes.
  - Ranks a Windows 11 right-click workflow article as the top next topic.
  - Separates observed competitor/SERP evidence from inferred demand.
  - Used for topic choice, search intent, and coverage gaps only. Competitor names and unsupported demand claims are excluded from the article body.

## First-party LocalFlux implementation

- `src/LocalFlux.ExplorerHost/LocalFluxExplorerCommand.cs`
  - Supplies the Explorer command structure and action identifiers.
  - Supports the claim that LocalFlux groups Convert, Compress, Optimize for sharing, and Convert to WebP under one Explorer menu.
- `src/LocalFlux.ExplorerHost/Services/ExplorerSelectionDispatcher.cs`
  - Resolves local selection paths and dispatches commands to the packaged app.
  - Supports the selection-aware wording: general actions skip unsupported/non-local items; Convert to WebP admits compatible non-WebP images; sharing optimization applies stricter family handling.
- `README.md` and the retained package evidence under `artifacts/releases/1.0.8.0/20260806-formal-3fc34ab/`
  - Used for product terminology, version scope, and exact artifact identity.

Code behavior was not used as a substitute for UI testing. The actions, queue contents, output names, sizes, original hashes, and unsupported-only menu state were verified with the exact package documented in `test-record.md`.

## Windows platform source

- Microsoft Learn: [Add a File Explorer context menu command to a packaged desktop app](https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/integrate-packaged-app-with-file-explorer)
  - Accessed `2026-08-19`.
  - Supports the platform explanation that Windows 11 packaged apps can implement `IExplorerCommand`, register `windows.fileExplorerContextMenus`, receive the selected items, expose grouped child commands, and control command state.
  - Supports troubleshooting guidance that Explorer may need a restart or a sign-out/sign-in after install or update.
  - Supports the distinction between the modern Windows 11 context menu and legacy extensions under Show more options.

## Internal content links

- `/user-guide/`
- `/formats/`
- `/trust/`
- `/blog/batch-compress-images-windows/`
- `/blog/compress-pdf-windows-offline/`
- `/blog/convert-jpg-to-webp-windows-offline/`
- `/blog/remove-photo-metadata-windows-11/`

These routes were selected to connect the broad Explorer workflow to format discovery, trust language, and deeper task-specific guides. The publisher should re-check route availability during integration.
