docs: align consolidated solver workflow

This commit is contained in:
KOKO\Mimi
2026-08-15 03:14:34 +09:00
parent a8efe2b738
commit 925c4851c9
71 changed files with 687 additions and 937 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
- `/AGENTS.md`
- `/docs/ARCHITECTURE.md`
- `/docs/ADR.md`
- `/docs/implementation-plans/linear-static-3d-euler-beam.md`
- `/docs/linear-static-3d-euler-beam/implementation-plan.md`
- `/include/fesa/core/status.hpp`
- `/include/fesa/elements/euler_beam_3d.hpp`
- `/src/fesa/elements/euler_beam_3d.cpp`
@@ -83,7 +83,7 @@ if ($LASTEXITCODE -ne 1) { throw 'Public-header dependency scan failed' }
1. adapter conformance tests를 먼저 작성하고 RED를 확인한다.
2. Serial과 oneTBB 최소 구현으로 GREEN을 만든다.
3. public boundary scan과 전체 VERIFY를 실행한다.
4. `/docs/implementation-plans/linear-static-3d-euler-beam-implementation-report.md`
4. `/docs/linear-static-3d-euler-beam/implementation-report.md`
Step 17 section에 실제 RED/GREEN/VERIFY command, exit code,
핵심 output과 변경 파일을 기록한다.
5. Step 17을 `completed`로 갱신하고 deterministic-use contract를 summary에 기록한다.