Scaffold Cookbook application - #3
Draft
iPior wants to merge 1 commit into
Draft
Conversation
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
service-authconfiguration contract and exact trusted-client registration requirements without introducing a second auth systemDATABASE_URL_FILE, shared platform networks, and the static-only web Caddy runtimeValidation
pnpm install --frozen-lockfilepnpm typecheckpnpm buildpnpm db:generate(zero tables; no migration generated)pnpm db:migrate(expected no-op without a migration journal)/health,/api, and 404 behaviordocker compose ... config --quietgit diff --check.ts.szarans.cahostnames, and common credential patternsThe repository does not currently define lint or test commands, so there were no lint or test suites to run.
External follow-up
Before authenticated feature work or production deployment:
cookbookclient inservice-authwith production URIhttps://cookbook.szarans.ca, production callbackhttps://cookbook.szarans.ca/api/auth/oauth2/callback/auth-pior, local callbackhttp://localhost:5175/api/auth/oauth2/callback/auth-pior, and scopesopenid profile email offline_access.cookbook.szarans.casplit-horizon DNS inplatform-deploy.APP_ENVsecret, andDEPLOY_DIRvariable before enabling automatic deployment.Intentionally deferred
The Phase 1 domain schema, auth/session implementation, image storage, search, validation rules, and API boundaries remain unresolved in the unapproved technical design. This PR does not implement recipe features, later product phases, or MCP.