docs(drive): close out R6 + next-session brief - #15
Merged
Conversation
…ssion brief R6 (typed RPC contracts) merged via PR #13. plan.md: R6 slice -> [x] merged (the two .poc.ts files folded into contract-satisfaction.test-d.ts; no-bare-cast machinery landed alongside), a current-position update line, and two deferred items — the E2E bundling rule (noExternal must inline the app own hex packages) and the @makerkit/node naming nit. Adds next-session-brief.md as the fresh-session handoff. Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
wmadden
approved these changes
Jul 9, 2026
wmadden-electric
added a commit
that referenced
this pull request
Jul 23, 2026
Credentials for an off-by-default feature (open-chat social sign-in)
cannot live on the service node: secrets() resolves every slot eagerly
and one unbound slot fails the whole call, so the four OAuth variables
stay plain process.env reads. Recommendation: secret({ optional: true })
resolving to undefined, with absent optional slots reported by the
deploy.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
wmadden-electric
added a commit
that referenced
this pull request
Jul 23, 2026
Credentials for an off-by-default feature (open-chat social sign-in)
cannot live on the service node: secrets() resolves every slot eagerly
and one unbound slot fails the whole call, so the four OAuth variables
stay plain process.env reads. Recommendation: secret({ optional: true })
resolving to undefined, with absent optional slots reported by the
deploy.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
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.
Docs-only bookkeeping after R6 (typed RPC contracts) merged in #13.
plan.md: R6 slice →[x]merged (the two.poc.tsproofs folded intocontract-satisfaction.test-d.ts; no-bare-cast enforcement landed alongside); a "Current position" update line; two new deferred items — the E2E bundling rule (noExternalmust inline the app's own hex packages) and the@makerkit/nodenaming nit.next-session-brief.md: a self-contained handoff prompt for a fresh session (state, what-to-read, next work, process, environment footguns).No code changes. E2E deploy will run (it's on
pull_request) but nothing runtime changed.🤖 Generated with Claude Code