v0.8.0
v0.8.0 β At-a-glance stats, resilient drift detection, go install fix
A mixed batch of UX polish on the rendered site and meaningful reliability work in the analyzer.
Highlights
- π At-a-glance stats. The site landing page leads with the headline counts (features, gaps, screenshot issues) so reviewers can scan the impact before drilling in. Screenshot cards now also carry their own labels.
- π Drift judge retries. Transient LLM failures during drift detection now retry instead of poisoning the run, and if the judge ultimately fails,
ftgsurfaces a clear restart hint pointing at the cache so you don't lose progress. - π¦
go installnow producesftg. The Go install path was buildingfind-the-gapsinstead of the canonicalftgbinary; fixed. The CLI also now surfaces missing external deps (mdfetch,hugo) up-front forgo installusers.
What's Changed
- feat(site): prioritize at-a-glance stats and label screenshot cards by @britt in #73
- feat(analyzer): retry drift judge LLM call and surface restart hint by @britt in #74
- fix(cli): make
go installproduceftgand surface missing deps by @britt in #75
Full Changelog: v0.7.0...v0.8.0