-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Claude/merge familyos docs ps vhx #2175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Claude/merge familyos docs ps vhx #2175
Conversation
Complete Game Plan Output Pack for FamilyOS project: Planning Documents: - PRD.md: Product requirements, features, constraints - SPEC.md: Technical architecture, data model, routes - TOOLING_PLAN.md: Claude Code configuration and guardrails - TOKEN_ECONOMICS.md: Context management strategy - SETUP_PACK.md: Development environment setup guide - HANDOFF_PROMPT.md: Step-by-step implementation plan - README.md: Documentation index and quick start This documentation ensures clean Vercel deployment, prevents scope creep, and provides explicit contracts for development. All planning completed per Checkpoint 6 approval. Key decisions: - Framework: Next.js 15+ App Router - Database: Vercel Postgres - Auth: NextAuth.js v5 (Google) - ORM: Drizzle - Styling: Tailwind + shadcn/ui Deployment contract formalized - no Docker, no localhost assumptions, deterministic builds, graceful env var failures.
Add detailed deployment documentation covering: - Vercel deployment step-by-step - Database setup (Vercel Postgres & Supabase) - Google OAuth configuration for production - Environment variable setup - Database migration instructions - Complete verification checklist - Troubleshooting guide - Security checklist - Post-deployment maintenance This guide ensures FamilyOS deployment contract compliance and provides a complete resource for deploying to production.
Update README.md to include: - DEPLOYMENT.md in documentation index - New "For Deployment" quick start section - Updated document versions table - Reference to deployment guide for production Ensures users can easily find the deployment documentation after completing implementation.
Add comprehensive documentation for FamilyOS project: - PRD, SPEC, and TOOLING_PLAN for planning phase - SETUP_PACK and HANDOFF_PROMPT for implementation - TOKEN_ECONOMICS for context management - DEPLOYMENT.md for production deployment to Vercel All documentation ensures deployment contract compliance and provides complete guidance from planning through production deployment.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add root vercel.json to resolve deployment issues where Vercel was incorrectly detecting cli/template/base as the build target. This configuration: - Points to www directory (Astro documentation site) - Uses pnpm build:www command - Specifies correct output directory (www/dist) Fixes: routes-manifest.json not found error
Closes #
✅ Checklist
Changelog
[Short description of what has changed]
Screenshots
[Screenshots]
💯