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
+5 -5
View File
@@ -11,14 +11,14 @@
- `/AGENTS.md`
- `/docs/SOLVER_AGENT_DESIGN.md`
- `/docs/numerical-reviews/README.md`
- `/docs/requirements/linear-static-3d-euler-beam.md`
- `/docs/research/linear-static-3d-euler-beam-research.md`
- `/docs/formulations/3d-isoparametric-euler-beam-formulation.md`
- `/docs/linear-static-3d-euler-beam/requirements.md`
- `/docs/linear-static-3d-euler-beam/research.md`
- `/docs/linear-static-3d-euler-beam/formulation.md`
- `/docs/superpowers/specs/2026-08-08-linear-static-3d-euler-beam-design.md`
## 작업
`docs/numerical-reviews/linear-static-3d-euler-beam-review.md`를 생성해 구현 전 수치
`docs/linear-static-3d-euler-beam/numerical-review.md`를 생성해 구현 전 수치
검토를 수행하라.
- Metadata와 `Review Verdict`를 포함하고 통과 시
@@ -41,7 +41,7 @@
## Acceptance Criteria
```powershell
$path = 'docs/numerical-reviews/linear-static-3d-euler-beam-review.md'
$path = 'docs/linear-static-3d-euler-beam/numerical-review.md'
if (-not (Test-Path $path)) { throw "Missing $path" }
$required = @(
'status: `pass-for-implementation-planning`',