Skip to content

Release: develop → main#29

Merged
devakone merged 15 commits into
mainfrom
develop
Feb 1, 2026
Merged

Release: develop → main#29
devakone merged 15 commits into
mainfrom
develop

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📚 Documentation update
  • 🔧 Configuration/infrastructure change
  • ♻️ Refactor (no functional changes)

Changes

  • chore: release develop (8589c70)
  • fix: enable share image generation for repo analysis pages (01a4d0c)
  • fix: use maybeSingle for profile share route to avoid PGRST116 crash (6193cea)
  • style: update color and accent values for the Rapid Risk-Taker archetype. (564198f)
  • style: update Rapid Risk-Taker archetype colors and extend vibe-echo animation durations and delays. (6a103ae)
  • fix: restore rounded corners on analysis cards after overflow-hidden removal (6416a65)
  • style: refine vibe echo to subtle pulsing keyframe animation (f4608be)
  • feat: replace Montoya slash with vibe echo effect (f3d869d)
  • docs: add supabase/.env.example for local OAuth credentials (8ceda78)
  • style: shift Montoya slash from violet to indigo (885da71)
  • style: make Montoya slash more visible (993781e)
  • style: center-align login page header and text (9290130)
  • feat: unify brand colors and add Montoya slash flourish (e699083)
  • fix: remove old vibed.dev fallbacks and update branding references (0954d0b)

Testing

  • Tested locally
  • Tested on Preview deployment

Database Migrations

  • No migrations
  • Migration: 00XXX_name.sql

Checklist

  • Code follows project conventions
  • Self-reviewed my own code
  • Lint passes (npm run lint)
  • Type check passes (npm run type-check)
  • Build passes (npm run build)
  • Updated documentation (if needed)

Screenshots

Related Issues

Replace hardcoded "vibed.dev" fallbacks with "Vibe Coding Profiler"
or "localhost" as appropriate. Update share story headline from
"My Vibed Profile" to "My Vibe Coding Profile".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jan 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
vibe-coding-profiler Building Building Feb 1, 2026 11:13pm
vibe-coding-profiler (develop) Ready Ready Preview, Comment Feb 1, 2026 11:13pm

Request Review

@supabase

supabase Bot commented Jan 31, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project idjewtwnfrufbxoxulmq because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

Replace off-brand blue, fuchsia, and cyan colors with violet/indigo
equivalents across all components. Add signature diagonal gradient
slash accent (montoya-slash) to cards and login buttons. Update
login page copy to emphasize vibe coding.

Color changes:
- blue → indigo: running status badges, progress bars, insight boxes
- fuchsia → violet: spinners, rebuild UI, focus rings, AI badges
- cyan → indigo: orchestrator workflow badges

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
devakone and others added 2 commits January 30, 2026 23:25
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Increase slash from 1.5px thin line to a 4px-wide diagonal gradient
in a 48x48px corner area. More visible at rest, brightens on hover.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use indigo-500 (#6366f1) → indigo-600 (#4f46e5) instead of
violet-600 which reads as fuchsia on screen.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Provides a template so developers know which env vars are needed
for local Supabase OAuth. The actual supabase/.env is gitignored.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Cards now show vibration echoes on hover — two offset ghost borders
(violet and indigo) that shift in opposite directions, creating a
visual resonance effect. Buttons get a smaller single-echo variant.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace static translate-on-hover with slow, muted keyframe rings that
scale outward and fade. Apply the effect to the analysis detail card and
timeline section. Remove overflow-hidden so rings aren't clipped.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…removal

Add rounded-[inherit] to gradient overlay divs so they clip to the
parent's border-radius without needing overflow-hidden.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When no unified profile exists yet, .single() throws instead of
returning null. Switch to .maybeSingle() so the existing 404 handler
responds gracefully.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
devakone and others added 2 commits February 1, 2026 15:46
ShareActions was passing jobId as the userId path param, causing 404s.
Now passes userId separately and appends ?jobId= to API URLs. The OG
share route supports jobId by fetching from vibe_insights and
analysis_jobs instead of user_profiles.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@devakone devakone merged commit 8304c8e into main Feb 1, 2026
9 checks passed
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.

1 participant