diff --git a/src/v2_optimizer.py b/src/v2_optimizer.py index 00ea7232..ba15523b 100644 --- a/src/v2_optimizer.py +++ b/src/v2_optimizer.py @@ -952,7 +952,7 @@ class V2VisionEngine: "We combat the culture of **Promotion-Driven Development (PDD)**, where complexity is manufactured for personal career visibility rather than business value. \n\n" " - [Promotion-Based Development: A Fast Track to Mediocrity](https://vadimkravcenko.com/shorts/promotion-based-development/) [GUIDE] — Dissects how rewarding \"shiny new things\" over battle-tested stability leads to fragile architectures.\n" " - [Reddit: The Reality of Promotion-Driven Development](https://www.reddit.com/r/ExperiencedDevs/comments/pw6vuv/promotion_driven_development) [COMMUNITY-TOOL] — A raw, evidence-based discussion from senior engineers on the industry's most common misaligned incentives.\n\n" - "### 📊 3. Comparative Maturity Framework\n" + "### 📊 3. Comparative Maturity Framework\n\n" "| Principle | Strategic Focus | Primary Toolset | Architectural Impact |\n" "| :--- | :--- | :--- | :--- |\n" "| **DevOps** | Automation & Frequency | CI/CD Pipelines | Operational Speed |\n" diff --git a/v2-docs/about.md b/v2-docs/about.md index c943f4c1..bfae3647 100644 --- a/v2-docs/about.md +++ b/v2-docs/about.md @@ -30,6 +30,7 @@ We combat the culture of **Promotion-Driven Development (PDD)**, where complexit - [Reddit: The Reality of Promotion-Driven Development](https://www.reddit.com/r/ExperiencedDevs/comments/pw6vuv/promotion_driven_development) [COMMUNITY-TOOL] — A raw, evidence-based discussion from senior engineers on the industry's most common misaligned incentives. ### 📊 3. Comparative Maturity Framework + | Principle | Strategic Focus | Primary Toolset | Architectural Impact | | :--- | :--- | :--- | :--- | | **DevOps** | Automation & Frequency | CI/CD Pipelines | Operational Speed |