docs(agents): handoff — corrected env facts, isAuthenticated bug, next steps - #13
Merged
Merged
Conversation
…t steps - CORRECTION: Development/Preview/Production share the SAME Railway DB and the SAME Privy app (cmpke74en...). There is no dev/prod data isolation — local dev runs against live production data. Documented the risks + how 'prod on localhost' works, and that a real isolated dev env is the recommended next step. - Documented the cross-site Privy auth iframe (privy.castora.social) + the third-party-cookie gotcha that drops clean browser profiles to 'guest'. - Flagged the top-priority bug: isAuthenticated treats DB/infra errors as 'not authenticated' (→401 / guest onboarding), which was the root cause of the 'timeline not showing' incident. Needs to distinguish 401 vs 503. - Added a session handoff: shipped PRs #7-#12, prioritized next steps, and how to drive Chrome via CDP for live debugging. - .gitignore: ignore .specstory/ and .history/ (editor chat-log artifacts).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
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.
Session handoff for the next agents/humans (chat is closing).
Key corrections & findings captured in AGENTS.md:
cmpke74en…). Local dev runs on live production data. Documented risks, the 'prod on localhost' procedure, and the recommendation to build a real isolated dev env.privy.castora.social) + the third-party-cookie gotcha that silently drops clean browser profiles to 'guest'.isAuthenticatedtreats DB/infra errors as 'not authenticated' (→ 401 / guest onboarding) — root cause of the 'timeline not showing' incident. Needs 401-vs-503 distinction.Docs-only; also gitignores editor chat-log artifacts (
.specstory/,.history/).