modify docu

This commit is contained in:
김경종
2026-06-11 17:18:03 +09:00
parent c4f8f95d4b
commit 742f311be1
66 changed files with 3354 additions and 375 deletions
+3 -3
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 CSVs.
- Do not generate reference HDF5 files or deterministic CSV views.
- 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 CSV files are read-only verification inputs.
- Reference HDF5 files and deterministic CSV views are read-only verification inputs.
- Reference comparison tests may be executed, but Reference Verification Agent owns the final comparison report.
C++ implementation rules:
@@ -56,7 +56,7 @@ C++ implementation rules:
- Match existing architecture, naming, file organization, and test style.
- Keep changes surgical and traceable to implementation plan task ids.
- Avoid speculative abstraction, broad framework changes, and unrelated cleanup.
- Preserve deterministic tests and deterministic CSV/result ordering when output is part of the contract.
- Preserve deterministic tests, HDF5 dataset identity, and deterministic CSV view ordering when output is part of the contract.
Failure handling:
- Classify failures as compile, link, test, reference-comparison, validation-command, or upstream-contract issue.