Skip to content

Release: develop → main#20

Merged
devakone merged 15 commits into
mainfrom
develop
Jan 30, 2026
Merged

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 29, 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 (04b9509)
  • fix: rename root package name to vibe-coding-profiler (5309ed0)
  • fix: update release-please component name to vibe-coding-profiler (1e62857)
  • refactor: rename @vibed scope to @vibe-coding-profiler (d780625)
  • fix: resolve all npm audit vulnerabilities (6d5d2b5)
  • fix: resolve all lint errors and type issues across codebase (78d96a6)
  • chore: release develop (5172b6d)
  • feat: add AI coding tool detection with per-tool metrics and VCP display (f6fa433)
  • feat: add public profile pages with username system and privacy controls (6276317)
  • feat: generate share images with detailed persona metrics (404b273)
  • fix: fix JSON export functionality for profile share data. (02d170c)
  • feat: reorder settings tabs and add shareJson to ShareProps for exporting data. (2622244)

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

@vercel

vercel Bot commented Jan 29, 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 Jan 30, 2026 4:01am
vibe-coding-profiler (develop) Ready Ready Preview, Comment Jan 30, 2026 4:01am

Request Review

@supabase

supabase Bot commented Jan 29, 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 ↗︎.

Add shareable public profile pages at /u/{username} with per-repo VCP
views at /u/{username}/repo/{repoSlug}. Includes a username system
(auto-populated from GitHub, editable), granular privacy settings for
controlling what's visible, server-rendered pages with OG metadata for
social sharing, and a settings page for managing public profile options.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Detect which AI coding tools (Claude, Copilot, Cursor, Aider, etc.) are
used in commits via Co-Authored-By trailer parsing. Compute per-tool
breakdowns, collaboration rates, and confidence levels. Display in repo
VCPs, unified dashboard, and public profiles with a settings toggle.

- Add AI_TOOL_REGISTRY (11 tools) and identifyAITool() to core engine
- Add AIToolMetrics type, extractAIToolMetrics(), and cross-repo aggregation
- Add ai_tools_json column to vibe_insights via migration
- Store AI tool metrics in Inngest worker pipeline
- Add VCPAIToolsSection component for repo, unified, and public VCPs
- Add show_ai_tools toggle to public profile settings (default: on)
- Add architecture doc, update PRD, methodology page, and pipeline docs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove unused imports, variables, and destructured props. Replace
`catch (e: any)` with `catch (e: unknown)` and proper type narrowing.
Add eslint-disable comments for intentional patterns (satori img
elements, hydration guards, mount-only useEffects). Type the OG image
fonts array with exact literal types to satisfy @vercel/og FontOptions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Upgrade next 16.1.2 → 16.1.6 (3 high-severity CVEs: DoS via Image
Optimizer, PPR memory consumption, RSC deserialization). Upgrade
vitest ^1 → ^3 and add vite ^7 to resolve esbuild <=0.24.2 dev
server vulnerability chain. Add root-level next override to ensure
inngest transitive dependency uses patched version.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
devakone and others added 2 commits January 29, 2026 20:49
Rename all internal package scopes from @vibed to @vibe-coding-profiler
across package definitions, dependencies, imports, configs, and docs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Also fixes pre-existing typo "vide-coding" in main config.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
devakone and others added 2 commits January 29, 2026 20:52
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@devakone devakone merged commit e51a00b into main Jan 30, 2026
6 of 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