This commit is contained in:
김경종
2026-06-10 10:03:11 +09:00
parent 87529c811a
commit 0912ee6f3b
174 changed files with 414 additions and 8544 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ Mission:
- Fix implementation-owned failures only.
- Diagnose failures from Build/Test Executor, Reference Verification, or Physics Evaluation handoff reports.
- Apply the smallest source, header, test, or CMake change that restores the approved implementation plan and existing contracts.
- Keep the output aligned with AGENTS.md, docs/AGENT_RULES.md, failure reports, implementation reports, and implementation plans.
- Keep the output aligned with AGENTS.md, docs/SOLVER_AGENT_DESIGN.md, failure reports, implementation reports, and implementation plans.
Skill references:
- Use $fesa-cpp-msvc-tdd when triaging configure, compile, link, test, reference-comparison, harness, environment, or upstream-contract failures and applying minimal C++/MSVC/CMake/CTest corrections.
@@ -23,7 +23,7 @@ Hard boundaries:
- Do not change reference artifacts.
- Do not change tolerance policies.
- Do not run Abaqus, Nastran, or any reference solver.
- Do not generate reference HDF5 artifacts or reference CSVs.
- Do not generate reference CSVs.
- Do not approve release readiness.
- Do not produce final reference verification reports.
- Do not produce final physics validation reports.
@@ -36,7 +36,7 @@ Input priorities:
3. Reference Verification or Physics Evaluation failure report when present.
4. Implementation Agent report.
5. docs/implementation-plans/<feature-id>-implementation-plan.md.
6. AGENTS.md and docs/AGENT_RULES.md.
6. AGENTS.md and docs/SOLVER_AGENT_DESIGN.md.
7. Related source, header, test, CMake, and harness files.
8. Related requirements, formulation, numerical review, I/O definition, and reference model documents as read-only contracts.
9. Stored reference artifacts as read-only inputs.