Skip to content

Commit 35b92d1

Browse files
authored
Merge branch 'main' into develop
2 parents fa9a484 + 3173306 commit 35b92d1

8 files changed

Lines changed: 140 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.1.2",
3-
"apps/web": "0.1.2",
4-
"apps/worker": "0.1.1"
2+
".": "0.2.0",
3+
"apps/web": "0.2.0",
4+
"apps/worker": "0.2.0"
55
}

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/devakone/vibe-coding-profiler/compare/vide-coding-v0.1.4...vide-coding-v0.2.0) (2026-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `github_accounts` table has been renamed to `platform_connections`. All queries referencing `github_accounts` must be updated to use `platform_connections` with the additional `platform` column filter.
9+
10+
### Features
11+
12+
* Add a new section outlining the code review protocol and checklist. ([069337c](https://github.com/devakone/vibe-coding-profiler/commit/069337c486c97d08a1f031a442c67851453ed712))
13+
* add foundational documentation and security measures ([d10c5c4](https://github.com/devakone/vibe-coding-profiler/commit/d10c5c4ca46a36bf006deee23776ae9b5a8ad7c6))
14+
* add GitHub Actions workflow for security checks ([686ea44](https://github.com/devakone/vibe-coding-profiler/commit/686ea445bb53cce8e95f1e2c8ee3edeb08b2d6b0))
15+
* add multi-platform support for repositories and connections ([266a717](https://github.com/devakone/vibe-coding-profiler/commit/266a71713c6ab96865d170fd70bbdc9dee87ef27))
16+
* **core:** add platform client abstraction for multi-platform support ([1b8c152](https://github.com/devakone/vibe-coding-profiler/commit/1b8c15274ab5316dd1fce21a64b6472984124519))
17+
* **db:** add platform support and LLM usage tracking ([a82acb7](https://github.com/devakone/vibe-coding-profiler/commit/a82acb7ed4e4abb925d8d8fa7de8b065669c7cdb))
18+
* multi-platform repository integration ([ff0a993](https://github.com/devakone/vibe-coding-profiler/commit/ff0a99388238d02e246553559e96bb655324a939))
19+
* **oauth:** add GitLab and Bitbucket OAuth support ([75a5009](https://github.com/devakone/vibe-coding-profiler/commit/75a500931dafcd5780acf9b4376a471d4e5d7c2e))
20+
* **platforms:** add API endpoints and UI for managing platform connections ([b8a2948](https://github.com/devakone/vibe-coding-profiler/commit/b8a294825156a7954f815408cf297ce530f54007))
21+
* **platforms:** implement Bitbucket and GitLab API clients ([0692731](https://github.com/devakone/vibe-coding-profiler/commit/06927315459b77397b11acffc4d6d2f3f1a6a7a5))
22+
* **settings/repos:** improve UX with platform filtering and simplified view ([61db163](https://github.com/devakone/vibe-coding-profiler/commit/61db163a2006046a0fe99d9a3b57fa66b6eec480))
23+
* **settings:** add platforms page and extract settings tabs component ([29f9082](https://github.com/devakone/vibe-coding-profiler/commit/29f9082110f790e84d6995c7d1781f5fc63797cb))
24+
* **supabase:** enable GitLab and Bitbucket OAuth providers locally ([36229c8](https://github.com/devakone/vibe-coding-profiler/commit/36229c8ac875c28d87eebc9d33396ad0be5e1055))
25+
* unify repo management for multiple platforms ([d22dd27](https://github.com/devakone/vibe-coding-profiler/commit/d22dd279be5011deb00aaf6126dbe8ea01f9c14c))
26+
* **worker:** support multiple git platforms in fallback worker ([7fc5b95](https://github.com/devakone/vibe-coding-profiler/commit/7fc5b951a2f337e33376ee8ae5b1b4cf0585b7e5))
27+
28+
29+
### Bug Fixes
30+
31+
* address code review observations for multi-platform integration ([3d67b0f](https://github.com/devakone/vibe-coding-profiler/commit/3d67b0f93dbddeab5c4ca176401d0f4b3a5d0f38))
32+
* handle object format for narrative highlights in UnifiedInsightSection ([bc9686a](https://github.com/devakone/vibe-coding-profiler/commit/bc9686aac4ae5b7adca1b725d63e227549fef4d0))
33+
* resolve hydration mismatch in NotificationDropdown ([f987526](https://github.com/devakone/vibe-coding-profiler/commit/f98752674e1e81f9f5a43e173a01d4b42ff67017))
34+
35+
## [0.1.4](https://github.com/devakone/vibe-coding-profiler/compare/vide-coding-v0.1.3...vide-coding-v0.1.4) (2026-01-22)
36+
37+
38+
### Bug Fixes
39+
40+
* **web:** update branding from "vibed.app" to "vibe-coding-profiler.com" ([852cfc5](https://github.com/devakone/vibe-coding-profiler/commit/852cfc511c21b1c40ba29a310668d7686e9af533))
41+
42+
## [0.1.3](https://github.com/devakone/vibe-coding-profiler/compare/vide-coding-v0.1.2...vide-coding-v0.1.3) (2026-01-22)
43+
44+
45+
### Features
46+
47+
* add implementation tracker for Information Architecture Restructure ([15f99fb](https://github.com/devakone/vibe-coding-profiler/commit/15f99fb9928399ff9dc2e88f1f2447e28dc8d1d2))
48+
* add new persona aura images and update theme colors ([4ca44f2](https://github.com/devakone/vibe-coding-profiler/commit/4ca44f2d7613031b3af8d319d5d423586d40bed1))
49+
* add Open Source Preparedness documentation ([6c1c40a](https://github.com/devakone/vibe-coding-profiler/commit/6c1c40a49b0eae29977aa1b71f1cde75b2be9231))
50+
* implement VCP component system with primitives, blocks, and utilities ([bc6abdd](https://github.com/devakone/vibe-coding-profiler/commit/bc6abdd8c577ecd9f4c3c2955fa421b4e182fddc))
51+
* introduce new PRDs for information architecture, multi-agent detection, and LLM provider abstraction ([7929886](https://github.com/devakone/vibe-coding-profiler/commit/792988698317c87beb07a30eb7fce1e5b126ffe6))
52+
* **notifications:** add notification dropdown to header ([aadc064](https://github.com/devakone/vibe-coding-profiler/commit/aadc064c2e26ae654e228f1e69912282863a8061))
53+
* update ShareCard component to incorporate persona aura backgrounds and icons ([ad2d4a0](https://github.com/devakone/vibe-coding-profiler/commit/ad2d4a0db7b50a8f1299a05734e5ad93c58a5a68))
54+
* **vcp:** add unified and repo VCP display components (P3) ([b6a6179](https://github.com/devakone/vibe-coding-profiler/commit/b6a617948ff68601f7b468edaa374cfd79c88004))
55+
* **web:** add tooltip component and integrate into VCP sections ([699433c](https://github.com/devakone/vibe-coding-profiler/commit/699433c0f1a3fcae572d58133594d1e9223f6ebb))
56+
* **web:** enhance sharing features with LLM-generated taglines ([ef3b589](https://github.com/devakone/vibe-coding-profiler/commit/ef3b589a6cdf71485c2ebef11f20a4692a49be13))
57+
* **web:** enhance user profile sharing and navigation updates ([85ed9a2](https://github.com/devakone/vibe-coding-profiler/commit/85ed9a215cc9bd7b2a4a466a586a093614a33638))
58+
* **web:** implement P2 navigation & routes restructure ([9ad5734](https://github.com/devakone/vibe-coding-profiler/commit/9ad5734ab6b462e576e81aba39051fb438b4484f))
59+
* **web:** implement redirects and update internal links for improved navigation ([a4ce715](https://github.com/devakone/vibe-coding-profiler/commit/a4ce7153c638383b2949601052877d7aef111784))
60+
* **web:** integrate QR code generation and vertical story download feature ([975239d](https://github.com/devakone/vibe-coding-profiler/commit/975239d3b4c683c64a4c083658289ac1840d6c0f))
61+
* **web:** refactor AnalysisClient to integrate new VCP components ([f2d2621](https://github.com/devakone/vibe-coding-profiler/commit/f2d26211218a4f5d5b17b038db29bfde009edb3b))
62+
* **web:** refactor layout to improve component structure and user experience ([eb88fec](https://github.com/devakone/vibe-coding-profiler/commit/eb88fecfa519b1e9b203c7d1b28d701f0c331a21))
63+
* **web:** update navigation labels and enhance analysis insights ([17af33d](https://github.com/devakone/vibe-coding-profiler/commit/17af33d3a0a7adfa16210a6c8118dd448aded274))
64+
365
## [0.1.2](https://github.com/devakone/vibed-coding/compare/vide-coding-v0.1.1...vide-coding-v0.1.2) (2026-01-21)
466

567

apps/web/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.4...web-v0.2.0) (2026-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `github_accounts` table has been renamed to `platform_connections`. All queries referencing `github_accounts` must be updated to use `platform_connections` with the additional `platform` column filter.
9+
10+
### Features
11+
12+
* multi-platform repository integration ([ff0a993](https://github.com/devakone/vibe-coding-profiler/commit/ff0a99388238d02e246553559e96bb655324a939))
13+
* **oauth:** add GitLab and Bitbucket OAuth support ([75a5009](https://github.com/devakone/vibe-coding-profiler/commit/75a500931dafcd5780acf9b4376a471d4e5d7c2e))
14+
* **platforms:** add API endpoints and UI for managing platform connections ([b8a2948](https://github.com/devakone/vibe-coding-profiler/commit/b8a294825156a7954f815408cf297ce530f54007))
15+
* **settings/repos:** improve UX with platform filtering and simplified view ([61db163](https://github.com/devakone/vibe-coding-profiler/commit/61db163a2006046a0fe99d9a3b57fa66b6eec480))
16+
* **settings:** add platforms page and extract settings tabs component ([29f9082](https://github.com/devakone/vibe-coding-profiler/commit/29f9082110f790e84d6995c7d1781f5fc63797cb))
17+
* unify repo management for multiple platforms ([d22dd27](https://github.com/devakone/vibe-coding-profiler/commit/d22dd279be5011deb00aaf6126dbe8ea01f9c14c))
18+
* **worker:** support multiple git platforms in fallback worker ([7fc5b95](https://github.com/devakone/vibe-coding-profiler/commit/7fc5b951a2f337e33376ee8ae5b1b4cf0585b7e5))
19+
20+
21+
### Bug Fixes
22+
23+
* address code review observations for multi-platform integration ([3d67b0f](https://github.com/devakone/vibe-coding-profiler/commit/3d67b0f93dbddeab5c4ca176401d0f4b3a5d0f38))
24+
* handle object format for narrative highlights in UnifiedInsightSection ([bc9686a](https://github.com/devakone/vibe-coding-profiler/commit/bc9686aac4ae5b7adca1b725d63e227549fef4d0))
25+
* resolve hydration mismatch in NotificationDropdown ([f987526](https://github.com/devakone/vibe-coding-profiler/commit/f98752674e1e81f9f5a43e173a01d4b42ff67017))
26+
27+
## [0.1.4](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.3...web-v0.1.4) (2026-01-22)
28+
29+
30+
### Bug Fixes
31+
32+
* **web:** update branding from "vibed.app" to "vibe-coding-profiler.com" ([852cfc5](https://github.com/devakone/vibe-coding-profiler/commit/852cfc511c21b1c40ba29a310668d7686e9af533))
33+
34+
## [0.1.3](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.2...web-v0.1.3) (2026-01-22)
35+
36+
37+
### Features
38+
39+
* add new persona aura images and update theme colors ([4ca44f2](https://github.com/devakone/vibe-coding-profiler/commit/4ca44f2d7613031b3af8d319d5d423586d40bed1))
40+
* implement VCP component system with primitives, blocks, and utilities ([bc6abdd](https://github.com/devakone/vibe-coding-profiler/commit/bc6abdd8c577ecd9f4c3c2955fa421b4e182fddc))
41+
* **notifications:** add notification dropdown to header ([aadc064](https://github.com/devakone/vibe-coding-profiler/commit/aadc064c2e26ae654e228f1e69912282863a8061))
42+
* update ShareCard component to incorporate persona aura backgrounds and icons ([ad2d4a0](https://github.com/devakone/vibe-coding-profiler/commit/ad2d4a0db7b50a8f1299a05734e5ad93c58a5a68))
43+
* **vcp:** add unified and repo VCP display components (P3) ([b6a6179](https://github.com/devakone/vibe-coding-profiler/commit/b6a617948ff68601f7b468edaa374cfd79c88004))
44+
* **web:** add tooltip component and integrate into VCP sections ([699433c](https://github.com/devakone/vibe-coding-profiler/commit/699433c0f1a3fcae572d58133594d1e9223f6ebb))
45+
* **web:** enhance sharing features with LLM-generated taglines ([ef3b589](https://github.com/devakone/vibe-coding-profiler/commit/ef3b589a6cdf71485c2ebef11f20a4692a49be13))
46+
* **web:** enhance user profile sharing and navigation updates ([85ed9a2](https://github.com/devakone/vibe-coding-profiler/commit/85ed9a215cc9bd7b2a4a466a586a093614a33638))
47+
* **web:** implement P2 navigation & routes restructure ([9ad5734](https://github.com/devakone/vibe-coding-profiler/commit/9ad5734ab6b462e576e81aba39051fb438b4484f))
48+
* **web:** implement redirects and update internal links for improved navigation ([a4ce715](https://github.com/devakone/vibe-coding-profiler/commit/a4ce7153c638383b2949601052877d7aef111784))
49+
* **web:** integrate QR code generation and vertical story download feature ([975239d](https://github.com/devakone/vibe-coding-profiler/commit/975239d3b4c683c64a4c083658289ac1840d6c0f))
50+
* **web:** refactor AnalysisClient to integrate new VCP components ([f2d2621](https://github.com/devakone/vibe-coding-profiler/commit/f2d26211218a4f5d5b17b038db29bfde009edb3b))
51+
* **web:** refactor layout to improve component structure and user experience ([eb88fec](https://github.com/devakone/vibe-coding-profiler/commit/eb88fecfa519b1e9b203c7d1b28d701f0c331a21))
52+
* **web:** update navigation labels and enhance analysis insights ([17af33d](https://github.com/devakone/vibe-coding-profiler/commit/17af33d3a0a7adfa16210a6c8118dd448aded274))
53+
354
## [0.1.2](https://github.com/devakone/vibed-coding/compare/web-v0.1.1...web-v0.1.2) (2026-01-21)
455

556

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-coding-profiler/web",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 8108",

apps/worker/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/devakone/vibe-coding-profiler/compare/worker-v0.1.2...worker-v0.2.0) (2026-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `github_accounts` table has been renamed to `platform_connections`. All queries referencing `github_accounts` must be updated to use `platform_connections` with the additional `platform` column filter.
9+
10+
### Features
11+
12+
* multi-platform repository integration ([ff0a993](https://github.com/devakone/vibe-coding-profiler/commit/ff0a99388238d02e246553559e96bb655324a939))
13+
* **worker:** support multiple git platforms in fallback worker ([7fc5b95](https://github.com/devakone/vibe-coding-profiler/commit/7fc5b951a2f337e33376ee8ae5b1b4cf0585b7e5))
14+
15+
## [0.1.2](https://github.com/devakone/vibe-coding-profiler/compare/worker-v0.1.1...worker-v0.1.2) (2026-01-22)
16+
17+
18+
### Features
19+
20+
* **web:** enhance sharing features with LLM-generated taglines ([ef3b589](https://github.com/devakone/vibe-coding-profiler/commit/ef3b589a6cdf71485c2ebef11f20a4692a49be13))
21+
322
## [0.1.1](https://github.com/devakone/vibed-coding/compare/worker-v0.1.0...worker-v0.1.1) (2026-01-20)
423

524

apps/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-coding-profiler/worker",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.2.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"dev": "tsx watch src/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibe-coding-profiler",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)