chore: PR-9 - loud bookingUrl warning + portal audit fully green - #9
Merged
Merged
Conversation
Two debts from the live day, both paid: - pages.ts: warn ONCE per process when the anchor salon has no valid https bookingUrl — the booking button hiding silently is how the live-site incident stayed invisible for minutes. Conversion-critical absence is now loud in journalctl. - routes/index.page.tsx: <Head> description + "aveda salon" keyword woven honestly into the shell copy and intent — portal audit now reports "All checks passed — no issues found." First fully-clean audit in the repo's history; the CI gate now guards a zero-warning baseline. Verified: tsc clean · unit 30/30 · live 4/4 vs nedbd 2.6.1 · portal audit CLEAN · build clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
PR-9 pays two debts from the live day: the booking-button incident gets its loud render-time warning, and the two standing
portal auditwarnings die — the audit is fully green for the first time.What's inside
console.warnwhen the anchor salon lacks a validhttpsbookingUrl — the button never hides silently again (journalctl-visible, incident-derived)<Head>description on the shell page + the primary keyword woven honestly into copy and intent.portal audit→ "All checks passed — no issues found." The CI gate now protects a zero-warning baseline.Tests run (locally, real engine)
tscclean · unit 30/30 · live 4/4 vs nedbd 2.6.1 · portal audit CLEAN ·portal buildcleanDeploy note
Code-only (no seed changes):
git pull && pnpm run build && restart. No re-seed needed.