You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct branch protection status and the frontend CI steps (#24)
The repository is public and main carries an active 'protect main' ruleset, so
both CLAUDE.md and README.md were describing a state that no longer exists.
Both said protection could not be enforced because a private repo on the Free
plan cannot have required status checks.
The CI table also listed 'tsc -b --noEmit' as a distinct frontend step. No such
step exists: the job runs 'pnpm --filter frontend build', which is 'tsc -b'
followed by 'vite build', and no --noEmit is involved.
Adds the consequence of strict_required_status_checks_policy to CLAUDE.md,
since it is not obvious that requiring an up to date branch means every merge
invalidates every other open PR.
0 commit comments