chore: setup boilerplate to github - #97
Merged
Merged
Conversation
lukasbrzobohaty
requested review from
VaclavMiculka,
filipkoukal and
michal-vlcek
as code owners
August 5, 2026 19:00
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filipkoukal
requested changes
Aug 6, 2026
- restore __PROJECT__ placeholders prettier mangled in boilerplate/README.md and boilerplate/CLAUDE.md - run enableAnalytics before generateLockfile so the pre-generated lockfile includes @vercel/analytics - guard the injected analytics call with typeof window instead of import.meta.env.SSR, and throw if the theme anchor doesn't match - realpath both sides of path.relative in detectHostRepo so a symlinked cwd (e.g. macOS tmpdir) resolves the correct subdir; memoize per cwd - drop the package.json "link:." self-dependency workaround; rename boilerplate/tsconfig.json to _tsconfig.json following the existing underscore-rename convention, and drop the now-unneeded esbuild.tsconfigRaw in vitest.config.ts - move the README migration guides into docs/MIGRATIONS.md - rewrite the ana-docs template's stale GCP/Cloud Run deployment blurb for Vercel - harden the generated CI workflow: add permissions, pin actions to a SHA, run docs:print before docs:build, and fix a grep pattern that let a dotted folder name match a neighboring one Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Rest of the fixes for the boilerplate/_tsconfig.json rename split out into its own commit above: the package.json/vitest.config.ts side of that change, plus every other review item (placeholders, lockfile ordering, analytics wiring, git-context realpath, docs restructure, CI hardening). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
filipkoukal
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.