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
+3 -3
View File
@@ -11,8 +11,8 @@
- `/AGENTS.md`
- `/docs/ARCHITECTURE.md`
- `/docs/ADR.md`
- `/docs/io-definitions/linear-static-3d-euler-beam-io.md`
- `/docs/implementation-plans/linear-static-3d-euler-beam.md`
- `/docs/linear-static-3d-euler-beam/io.md`
- `/docs/linear-static-3d-euler-beam/implementation-plan.md`
- `/include/fesa/core/diagnostic.hpp`
- `/include/fesa/core/status.hpp`
- `/src/fesa/CMakeLists.txt`
@@ -88,7 +88,7 @@ ctest --test-dir .harness/build -C Debug --output-on-failure
1. syntax tests를 먼저 추가하고 reader 부재 RED를 확인한다.
2. semantic 판단이 없는 최소 reader로 GREEN을 만든다.
3. legacy input을 read-only fixture로 읽고 전체 VERIFY를 수행한다.
4. `/docs/implementation-plans/linear-static-3d-euler-beam-implementation-report.md`
4. `/docs/linear-static-3d-euler-beam/implementation-report.md`
Step 11 section에 실제 RED/GREEN/VERIFY command, exit code,
핵심 output과 변경 파일을 기록한다.
5. Step 11을 `completed`로 갱신하고 parsed syntax/source-location evidence를 summary에 기록한다.