Skip to content

chore(dx): update to repository standard v0.4.3 - #18

Merged
WillieCubed merged 1 commit into
mainfrom
chore/standard-v0.4.3
Sep 24, 2026
Merged

WillieCubed merged 1 commit into
mainfrom
chore/standard-v0.4.3

Conversation

@WillieCubed

Copy link
Copy Markdown
Contributor

TL;DR

lvwwd.org now uses repository standard v0.4.3, and ACCESS_TEAM_DOMAIN and ACCESS_AUD are marked
as values that are not credentials, so setup asks for them in plain view and shows them back.

Overview of Changes

pnpm standards:update --release v0.4.3 --apply refreshed the vendored copy under
.lvbt/web-platform. Nothing in apps/site changed except platform.json: ACCESS_TEAM_DOMAIN (a
Cloudflare Access team domain) and ACCESS_AUD (an Access application's audience tag) are neither of
them a credential — anyone with dashboard access to the LVBT account can already read both — so each
now carries "sensitive": false, the same treatment the Discord application ID, the Google OAuth
client ID, and the other non-secret platform values already get. pnpm bootstrap --production will
type them visibly and show them back in its report the next time it runs, instead of hiding them like
a real secret.

pnpm check passes.

Follow-ups

None.

🤖 Generated with Claude Code

The vendored web platform preset moves to v0.4.3. ACCESS_TEAM_DOMAIN
and ACCESS_AUD are marked not sensitive: neither is a credential (a
domain and an audience tag anyone with dashboard access can read), so
setup now asks for them in plain view and shows them back in the
report, matching every other non-secret platform value.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@WillieCubed
WillieCubed merged commit b5c3893 into main Sep 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant