Justin
Justin
reuse the existing bootstore path borrow instead of cloning twice, keep cloning only for the BootStoreFile::Custom conversion, add Path import to support the borrow-based formatting
drop the temporary `key` variable in `Map.Keys`, rely on the range variable `k`, which is already an independent copy, keep the method behavior intact while trimming an unnecessary allocation
drop the `if false` debug guard in polygon/bridge/snapshot_integrity.go, simplify the `db.View` callback to its effective no-op
drop ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md from the site exclude list, keep the Jekyll config aligned with the current file layout (templates live only under .github)
drop the duplicate `bundle exec jekyll build` invocation from the HTMLProofer job, keep the remaining build running with `JEKYLL_ENV=production` after `jekyll doctor`