Skip to content

Fix site init params for proof-vc-common 0.2.0#19

Merged
frostevent merged 2 commits into
mainfrom
jeremie/fix-site-init-params
Jun 16, 2026
Merged

Fix site init params for proof-vc-common 0.2.0#19
frostevent merged 2 commits into
mainfrom
jeremie/fix-site-init-params

Conversation

@frostevent

Copy link
Copy Markdown
Collaborator

Summary

proof-vc-common@0.2.0 renamed the init params to camelCase (client_idclientId, callback_uricallbackUri). site/src/index.ts still used the old names, breaking the site CI job after #16 landed on main.

  • Update site/src/index.ts to clientId / callbackUri.
  • Document in CLAUDE.md that yarn check-all does not cover site/, so the site's checks must also be run before commit.

Why CI caught what the local gate didn't

yarn check-all runs root tsc, and the root tsconfig.json excludes site/. The site is only typechecked by the separate site CI job. The CLAUDE.md update closes that gap.

Testing

  • yarn check-all passes.
  • cd site && yarn format:check && yarn lint:check && yarn typecheck && yarn build all pass.

🤖 Generated with Claude Code

@frostevent frostevent merged commit 41083b5 into main Jun 16, 2026
6 checks passed
@frostevent frostevent deleted the jeremie/fix-site-init-params branch June 16, 2026 12:44
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