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.
This commit is contained in:
Serhii 2025-10-01 23:00:36 +03:00
parent 2ad49efd1e
commit 846bf4dcb9
No known key found for this signature in database
GPG Key ID: 84A22AF415BE7704
1 changed files with 0 additions and 1 deletions

View File

@ -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
---