PageUser Interface
frontend/src/routes/projects/[id]/analyze/+page.svelte
The DiscoveryFlow component is intended to be added and used in the /projects/[id]/analyze page file. DiscoveryFlow component was integrated into the frontend analysis page to enable discovery UI. IronClaw agent UI button was added to the analysis page frontend to provide navigation to the IronClaw agent feature. The page projects > :id > analyze is part of the projects > :id page. The frontend page at /frontend/src/routes/projects/[id]/analyze/+page.svelte uses the POST /api/v1/analysis/ask-stream endpoint for streaming analysis queries. project analyze page is implemented as a SvelteKit page.