From 846bf4dcb933a50960e5ad12a7c04ec51e55f51d Mon Sep 17 00:00:00 2001 From: Serhii Date: Wed, 1 Oct 2025 23:00:36 +0300 Subject: [PATCH] docs(bmvcs): remove reference to development docs Remove link to DEVELOPMENT_APPROACH.md which is internal development documentation not needed in production release. Prepares module for clean PR submission. --- src/modules/bmvcs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/bmvcs/README.md b/src/modules/bmvcs/README.md index 2207ed08..67e658cf 100644 --- a/src/modules/bmvcs/README.md +++ b/src/modules/bmvcs/README.md @@ -193,7 +193,6 @@ src/modules/bmvcs/ - **[VCS Agnostic Proposal](./docs/VCS_AGNOSTIC_PROPOSAL.md)** - Detailed implementation design - **[VCS Detection Confidence](./docs/VCS_DETECTION_CONFIDENCE.md)** - How discovery scoring works - **[Usage Examples](./examples/vcs-adaptation-examples.md)** - Practical examples -- **[Development Approach](./docs/DEVELOPMENT_APPROACH.md)** - Module creation strategy and BMB comparison ---