Release
crawlie v0.4.1
· by Sean Ryan
Polishes 0.4.0: streamed crawls are now inspectable, and you can compare crawls right in the desktop app.
Added
crawlie store <db>— inspect a streamed crawl from the command line.crawl --storenow writes a complete, self-contained database (pages, findings, and summary), andcrawlie storerenders it in any format (pretty,json,csv,html) with the same--severity/--outputflags asreport.- Compare crawls in the desktop app — a new Compare mode in Saved Reports: pick two crawls and see health/GEO score deltas, pages added and removed, and the issues that were resolved or newly appeared — the same crawl-over-crawl diff available via
crawlie diffand the MCPdiff_reportstool.
Changed
crawl --storetogether with--saveno longer writes an empty entry to report history — the streamed database is the artifact (inspect it withcrawlie store).- Docs: added pages for
crawlie diff, streaming crawls /crawlie store, thediff_reportsMCP tool, and structured-data validation.