Skip to content

Commit 95d986a

Browse files
devakoneclaude
andcommitted
docs: rename methodology files to include 'vibe-coding-profile'
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>
1 parent 2c2cf47 commit 95d986a

10 files changed

Lines changed: 16 additions & 16 deletions

Agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document provides instructions for AI agents working on the Vibed Coding co
1818
See `docs/PRD.md` for full product requirements and `docs/architecture/inngest-integration.md` for job processing details.
1919

2020
**Key Reference Docs:**
21-
- [How Vibed Works](docs/how-vibed-works.md) — Product-friendly explanation of analysis
21+
- [How Vibe Coding Profile Works](docs/how-vibe-coding-profile-works.md) — Product-friendly explanation of analysis
2222
- [Vibed Analysis Pipeline](docs/architecture/vibed-analysis-pipeline.md) — Technical architecture with algorithms and data flow
2323

2424
---

docs/architecture/ai-tool-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ Returns `null` when `!detected || tools.length === 0`.
239239
## Related Documentation
240240

241241
- [Multi-Agent Detection PRD](../prd/analysis/multi-agent-detection.md) — Signal extraction phases
242-
- [Vibe Metrics v2](./vibe-metrics-v2.md) — Core axis computation
242+
- [Vibe Coding Profile Metrics v2](./vibe-coding-profile-metrics-v2.md) — Core axis computation
243243
- [Analysis Pipeline](./vibed-analysis-pipeline.md) — End-to-end architecture
244-
- [How VCP Works](../how-vibed-works.md) — Product-facing overview
244+
- [How Vibe Coding Profile Works](../how-vibe-coding-profile-works.md) — Product-facing overview
245245

246246
---
247247

docs/architecture/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document explains how the Vibe Coding Profile stack fits together, how data flows from a logged-in user through Supabase, the worker, and the UI, and which pieces of the codebase (web, worker, packages) own each responsibility. The diagrams use Mermaid syntax so you can paste them into any renderer, but the textual explanations also narrate every interaction.
44

55
> **Related Documentation:**
6-
> - [How Vibe Coding Profile Works](../how-vibed-works.md) — Product-friendly explanation
6+
> - [How Vibe Coding Profile Works](../how-vibe-coding-profile-works.md) — Product-friendly explanation
77
> - [Vibe Coding Profile Analysis Pipeline](./vibed-analysis-pipeline.md) — Detailed analysis algorithms and data flow
88
> - [Inngest Integration](./inngest-integration.md) — Background job processing
99
File renamed without changes.

docs/architecture/vibed-analysis-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ erDiagram
828828

829829
## Related Documentation
830830

831-
- [How Vibe Coding Profile Works (Product Overview)](../how-vibed-works.md)
832-
- [Vibe Metrics v2](./vibe-metrics-v2.md) — Original axis design
831+
- [How Vibe Coding Profile Works (Product Overview)](../how-vibe-coding-profile-works.md)
832+
- [Vibe Coding Profile Metrics v2](./vibe-coding-profile-metrics-v2.md) — Original axis design
833833
- [Inngest Integration](./inngest-integration.md) — Job processing details
834834
- [Architecture Overview](./overview.md) — System components
835835
- [AI Tool Metrics](./ai-tool-metrics.md) — Tool detection pipeline and registry
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Our internal research documents are available in [docs/research/](./research/).
231231
## Related Documentation
232232

233233
- [Technical Architecture](./architecture/vibed-analysis-pipeline.md): Deep dive with Mermaid diagrams
234-
- [Vibe Metrics v2](./architecture/vibe-metrics-v2.md): Axis computation details
234+
- [Vibe Coding Profile Metrics v2](./architecture/vibe-coding-profile-metrics-v2.md): Axis computation details
235235
- [AI Tool Metrics](./architecture/ai-tool-metrics.md): Tool detection pipeline and registry
236236
- [PRD: Vibe Coding Profile Narrative Layer](./PRD-vibed.md): Product requirements
237237
- [PRD: Profile Aggregation](./PRD-profile-aggregation.md): Multi-repo aggregation

docs/prd/analysis/multi-agent-detection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ These are documented but out of scope for this PRD:
258258
2. **Branch topology** - parallel branches, naming conventions
259259
3. **Commit-to-PR mapping** - squash detection, PR hygiene signals
260260

261-
See architecture spec: [vibe-metrics-v2.md](../../architecture/vibe-metrics-v2.md)
261+
See architecture spec: [vibe-coding-profile-metrics-v2.md](../../architecture/vibe-coding-profile-metrics-v2.md)
262262

263263
---
264264

@@ -289,7 +289,7 @@ Ingest enough pull request metadata to strengthen multi-agent orchestration dete
289289
### Proposed Schema
290290
**Primary tables**
291291
- `pull_requests`
292-
- Align with architecture sketch in [vibe-metrics-v2.md](../../architecture/vibe-metrics-v2.md)
292+
- Align with architecture sketch in [vibe-coding-profile-metrics-v2.md](../../architecture/vibe-coding-profile-metrics-v2.md)
293293
- Key columns: `repo_id`, `github_pr_number`, `title`, `body`, `state`, `merged`, `merged_at`, `created_at`, `closed_at`, size and collaboration counts, `merge_method`
294294

295295
**Optional tables**
@@ -309,7 +309,7 @@ See: [PR Metadata Ingestion Tracker](../../implementation-trackers/multi-agent-p
309309
## References
310310

311311
- [Research: Multi-Agent Vibe Coding Patterns](../../research/multi-agent-vibe-coding-patterns.md)
312-
- [Architecture: Vibe Metrics v2](../../architecture/vibe-metrics-v2.md)
312+
- [Architecture: Vibe Metrics v2](../../architecture/vibe-coding-profile-metrics-v2.md)
313313
- [Addy Osmani: The future of agentic coding (conductors to orchestrators)](https://addyosmani.com/blog/future-agentic-coding/)
314314
- [GitHub Copilot Coding Agent](https://docs.github.com/en/copilot/concepts/coding-agent/coding-agent)
315315
- [Git Worktrees for AI Agents](https://nx.dev/blog/git-worktrees-ai-agents)

docs/prd/core/PRD-vibed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Status:** Mostly Implemented — See `docs/implementation-trackers/vibed.md` for details
66

77
> **Reference Documentation:** For technical details on how analysis works, see:
8-
> - [How Vibe Coding Profile Works](./how-vibed-works.md) — Product-friendly overview
8+
> - [How Vibe Coding Profile Works](../../how-vibe-coding-profile-works.md) — Product-friendly overview
99
> - [Vibe Coding Profile Analysis Pipeline](./architecture/vibed-analysis-pipeline.md) — Technical architecture
1010
1111
## 1. Context & Vision

docs/prd/core/PRD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
> **Terminology Note:** This PRD uses the original "Bolokono" terminology. In the codebase and user-facing product, this has been rebranded to **Vibe Coding Profile**. "Bolokono types" are now called **Vibe Personas**, and "Bolokono profiles" are now **Vibe Coding Profiles (VCP)**. See [`PRD-vibed-ux.md`](../ux/PRD-vibed-ux.md) for the current UX direction.
99
1010
> **Reference Documentation:** For a complete explanation of how analysis works, see:
11-
> - [How Vibe Coding Profile Works](../../how-vibed-works.md) — Product-friendly overview
11+
> - [How Vibe Coding Profile Works](../../how-vibe-coding-profile-works.md) — Product-friendly overview
1212
> - [Vibe Coding Profile Analysis Pipeline](../../architecture/vibed-analysis-pipeline.md) — Technical architecture with diagrams
1313
1414
---

docs/research/multi-agent-vibe-coding-patterns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Implementation: [computeVibeFromCommits](file:///Users/devakone/Projects/vibed-c
4848

4949
The architecture doc explicitly calls for PR metadata and commit→PR mapping, but the current worker/pipeline does not populate those tables yet.
5050

51-
Reference: [vibe-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-metrics-v2.md#L13-L122)
51+
Reference: [vibe-coding-profile-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-coding-profile-metrics-v2.md#L13-L122)
5252

5353
---
5454

@@ -134,7 +134,7 @@ Multi-agent orchestration often shows up as:
134134
- consistent PR templates/checklists
135135
- high squash-merge rate (agentic PR hygiene)
136136

137-
We have a clear target schema in [vibe-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-metrics-v2.md#L173-L265), but it’s not currently populated.
137+
We have a clear target schema in [vibe-coding-profile-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-coding-profile-metrics-v2.md#L173-L265), but it’s not currently populated.
138138

139139
### B) Branch topology / parallelism (medium signal)
140140

@@ -152,7 +152,7 @@ Mapping commits to PRs enables:
152152
- “how many commits are squash merges”
153153
- “how chunkiness differs inside PRs vs direct-to-main”
154154

155-
Reference architecture: [vibe-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-metrics-v2.md#L141-L191)
155+
Reference architecture: [vibe-coding-profile-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-coding-profile-metrics-v2.md#L141-L191)
156156

157157
---
158158

@@ -191,7 +191,7 @@ These are “emerging or consolidating” Git-visible patterns that align with v
191191
- [analyze-repo.ts](file:///Users/devakone/Projects/vibed-codingn/apps/web/src/inngest/functions/analyze-repo.ts)
192192
- [packages/core/src/index.ts](file:///Users/devakone/Projects/vibed-codingn/packages/core/src/index.ts)
193193
- [packages/core/src/vibe.ts](file:///Users/devakone/Projects/vibed-codingn/packages/core/src/vibe.ts)
194-
- [vibe-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-metrics-v2.md)
194+
- [vibe-coding-profile-metrics-v2.md](file:///Users/devakone/Projects/vibed-codingn/docs/architecture/vibe-coding-profile-metrics-v2.md)
195195

196196
## Appendix: Sources
197197

0 commit comments

Comments
 (0)