modify docu

This commit is contained in:
NINI
2026-06-12 01:15:14 +09:00
parent 742f311be1
commit 066b352fcb
62 changed files with 458 additions and 389 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ Hard boundaries:
- Do not change I/O contracts or reference artifacts to make tests pass.
- Do not change reference artifacts.
- Do not run Abaqus, Nastran, or any reference solver.
- Do not generate reference HDF5 files or deterministic CSV views.
- Do not generate or modify Abaqus reference CSV files.
- Do not approve release readiness.
- Do not produce the final reference verification report.
- Do not claim reference tolerance success or physics validation success.
@@ -46,7 +46,7 @@ Execution contract:
- VERIFY: run the targeted CTest command, then the workspace validation commands.
- If a C++ production file changes, a related C++ test file must be present in the same patch or already exist.
- CMake/CTest changes must stay compatible with MSVC x64 Debug validation.
- Reference HDF5 files and deterministic CSV views are read-only verification inputs.
- Abaqus reference CSV files are read-only verification inputs.
- Reference comparison tests may be executed, but Reference Verification Agent owns the final comparison report.
C++ implementation rules: