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,9 +11,9 @@
- `/AGENTS.md`
- `/docs/SOLVER_AGENT_DESIGN.md`
- `/docs/io-definitions/README.md`
- `/docs/requirements/linear-static-3d-euler-beam.md`
- `/docs/formulations/3d-isoparametric-euler-beam-formulation.md`
- `/docs/numerical-reviews/linear-static-3d-euler-beam-review.md`
- `/docs/linear-static-3d-euler-beam/requirements.md`
- `/docs/linear-static-3d-euler-beam/formulation.md`
- `/docs/linear-static-3d-euler-beam/numerical-review.md`
- `/docs/superpowers/specs/2026-08-08-linear-static-3d-euler-beam-design.md`
- `/reference/cantilever beam/cantilever beam.inp`
- `/reference/cantilever beam/cantilever beam displacements.csv`
@@ -22,7 +22,7 @@
## 작업
`docs/io-definitions/linear-static-3d-euler-beam-io.md`를 생성하라. Metadata status는
`docs/linear-static-3d-euler-beam/io.md`를 생성하라. Metadata status는
`ready-for-implementation-planning`으로 둔다.
- 지원 keyword별 위치, parameter, data grammar, case policy, source-location 보존,
@@ -57,7 +57,7 @@
## Acceptance Criteria
```powershell
$path = 'docs/io-definitions/linear-static-3d-euler-beam-io.md'
$path = 'docs/linear-static-3d-euler-beam/io.md'
if (-not (Test-Path $path)) { throw "Missing $path" }
$required = @(
'status: `ready-for-implementation-planning`',