Skip to content

Release: develop → main#32

Merged
devakone merged 8 commits into
mainfrom
develop
Feb 12, 2026
Merged

Release: develop → main#32
devakone merged 8 commits into
mainfrom
develop

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 12, 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

  • fix: add disconnect button to repos settings page (a349c67)
  • docs: rename methodology files to include 'vibe-coding-profile' (95d986a)
  • feat(analysis): dampen initial/bulk commits in Automation axis (2c2cf47)
  • chore: release develop (c1b17e8)
  • feat: add Sentry error tracking (71d09da)

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

Configure Sentry for client, server, and edge runtime error monitoring.
Files placed in apps/web/ for monorepo compatibility.

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

vercel Bot commented Feb 12, 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 12, 2026 2:00pm
vibe-coding-profiler (develop) Ready Ready Preview, Comment Feb 12, 2026 2:00pm

Request Review

@supabase

supabase Bot commented Feb 12, 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 weighted averaging for the Automation Heaviness axis to prevent
initial project commits and bulk operations from skewing results:

- First commit: weight = 0.25 (likely scaffolding)
- Bulk commits (>50% of max files, when max > 20): weight = 0.5
- Normal commits: weight = 1.0

This addresses feedback where users with small repos got high Automation
scores due to a single large initial commit.

Documentation updated:
- docs/how-vibed-works.md
- docs/architecture/vibe-metrics-v2.md
- apps/web/src/app/methodology/page.tsx

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Renamed for clarity:
- how-vibed-works.md → how-vibe-coding-profile-works.md
- vibe-metrics-v2.md → vibe-coding-profile-metrics-v2.md

Updated all internal references across documentation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
devakone and others added 2 commits February 12, 2026 08:56
The API endpoint existed but the UI had no button to call it.
Added a "Remove" button in settings mode that calls /api/repos/disconnect.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@devakone devakone merged commit 01c2978 into main Feb 12, 2026
4 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