Skip to content

changed#3

Open
brucelikeeat wants to merge 41 commits into
feature/dev-timeline-uifrom
main
Open

changed#3
brucelikeeat wants to merge 41 commits into
feature/dev-timeline-uifrom
main

Conversation

@brucelikeeat

Copy link
Copy Markdown
Owner

No description provided.

Potential integration of deepwiki
added milestone definitions for different versions (subject to change)
updated read me for workflow
updated docs for agent reading purposes
initial project structure.
basic web structure setup
Bring the timeline UI, restored app shell, landing page polish, and updated project documentation together on main so the app has a clean, working baseline for the next implementation phase.

Made-with: Cursor
brucelikeeat added a commit that referenced this pull request Mar 19, 2026
…tate

README.md:
- Fix tech stack table (remove ShadCN/Framer Motion, add actual deps)
- Replace false MVP checkboxes with accurate "Current Build Status" table
- Keep MVP scope as forward-looking unchecked list

devlog.md:
- Add Day 2 entry (app shell scaffold, Mar 17)
- Add Day 3 entry (Sidebar + Topbar + PR #3 merged, Mar 18)
- Add Day 4 entry (timeline componentization + .gitignore fix, Mar 19)

docs/architecture.md:
- Annotate timeline domain as implemented, list actual files and types

docs/agent-worklog.md:
- Mark feature/dev-timeline-ui as done with full file list
- Add Completed table for feature/app-shell and feature/landing-page

docs/api-contracts.md, docs/architecture.md:
- Restored from main (were missing on this branch)

Made-with: Cursor
brucelikeeat and others added 9 commits May 4, 2026 18:36
* docs: add AGENTS.md with Cursor Cloud dev environment notes

Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>

* chore: refresh package-lock after install and ignore local SQLite db

Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>
- Change datasource provider to 'postgresql' with directUrl support
- Add @db.Text to Account.refresh_token, access_token, id_token
- Update .env.example with PostgreSQL URL format and DIRECT_URL entry
- Create docs/launch-log.md with Phase 1 status and agent log

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>
- Guard [ENV CHECK] debug log in [...nextauth]/route.ts behind NODE_ENV !== 'production'
- Guard [NextAuth signIn] event log in lib/auth.ts behind NODE_ENV !== 'production' (prevents OAuth access_token/refresh_token from reaching production logs)
- Replace detail: String(error) in generate route catch block with NODE_ENV-conditional (dev: raw error string, prod: safe message)
- Update docs/launch-log.md with full Phase 2 audit results (A-G) and fix log

Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>
Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>
* feat: apply PostgreSQL migration to Supabase (Phase 1 steps 1.4-1.5)

- Remove old SQLite migration history (20260326051942_init)
- Create new PostgreSQL migration (20260530210226_init_postgres)
  - All 4 NextAuth tables: Account, Session, User, VerificationToken
  - refresh_token, access_token, id_token correctly typed as TEXT
  - All unique indexes and foreign keys applied
- DATABASE_URL: transaction pooler (port 6543, IPv4 compatible)
- DIRECT_URL: session pooler (port 5432, IPv4 compatible)
  - Note: direct connection not used — not IPv4 compatible without add-on
- Update docs/launch-log.md: steps 1.4 and 1.5 marked done

Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>

* docs: add Phase 3 checklist to launch log (env & auth verification)

Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>
- Update root metadata: title as plain string, new description, add openGraph block
- Add 10 s per-user in-memory rate limit to POST /api/posts/generate (HTTP 429)
- Fix hero CTA href: /dashboard → /login (Check 5)
- Fix disabled sidebar nav hrefs (/content, /calendar, /analytics → #) (Check 6)
- Update docs/launch-log.md: Phase 4 steps checked off, agent log appended

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: brucelikeeat <brucelikeeat@users.noreply.github.com>
@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
devlog Ready Ready Preview, Comment Jun 14, 2026 12:03am

brucelikeeat and others added 3 commits June 13, 2026 17:02
- Remove GitGraphBackground canvas from landing page (visual noise on load)
- Fix AnimatedTerminal post typewriter speed (18ms → 25ms) and fade easing
- Fix PricingSection toggle/price-span transitions to cubic-bezier with proper timing
- Bump reveal-scale animation duration to 0.7s minimum

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

2 participants