Problem
Five redistributed Agent icons only record a website favicon URL and have no auditable copyright license or written redistribution permission: Claude, Cursor, Hermes, Kilo, and Aider. The files are inlined by Vite and embedded in the desktop binary, so this is redistribution rather than a remote reference.
Required change
Remove the five unaudited image files from release output and replace them with OneAgent-owned generic marks. Add a machine-checked asset-rights manifest so future third-party images cannot enter a release with only a source URL.
Acceptance criteria
Evidence
frontend/src/components/icons/agents.tsx:31-40 records only src and source.
frontend/src/components/icons/agents.test.tsx:27-32 accepts any .svg or .png URL as provenance.
frontend/vite.config.ts:15-18 inlines all image assets.
Problem
Five redistributed Agent icons only record a website favicon URL and have no auditable copyright license or written redistribution permission: Claude, Cursor, Hermes, Kilo, and Aider. The files are inlined by Vite and embedded in the desktop binary, so this is redistribution rather than a remote reference.
Required change
Remove the five unaudited image files from release output and replace them with OneAgent-owned generic marks. Add a machine-checked asset-rights manifest so future third-party images cannot enter a release with only a source URL.
Acceptance criteria
NOTICEno longer claims that provenance alone makes the five assets safe to ship.Evidence
frontend/src/components/icons/agents.tsx:31-40records onlysrcandsource.frontend/src/components/icons/agents.test.tsx:27-32accepts any.svgor.pngURL as provenance.frontend/vite.config.ts:15-18inlines all image assets.