fix: mark VDE-025 as Fixed (MeshData→Assembly batch API), fix VDE-022 YAML formatting

VDE-025 (MeshData→Assembly batch build API):
- mesh_to_brep_model() and build_assembly_from_meshes() fully implemented
  in src/brep/assembly.cpp with PartInput struct declared in assembly.h
- 7 tests in tests/brep/test_assembly.cpp covering basic conversion,
  empty mesh, tetrahedron, single/multi/batch builds, and validation

VDE-022: fix broken YAML closing markdown bold syntax on status line
This commit is contained in:
茂之钳
2026-07-28 18:10:36 +08:00
parent 4a83780e62
commit cc20369ff5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
- **ID**: VDE-022
- **Date**: 2026-07-28
- **Status: Fixed
- **Status**: Fixed
- **Severity**: High
- **Category**: API Design
- **Source**: ViewDesign feat/viewdesign-engine branch
+1 -1
View File
@@ -2,7 +2,7 @@
- **ID**: VDE-025
- **Date**: 2026-07-28
- **Status**: Acknowledged
- **Status**: Fixed
- **Severity**: Medium
- **Category**: API Gap
- **Source**: ViewDesign feat/viewdesign-engine branch