modify documents

This commit is contained in:
김경종
2026-06-05 16:58:13 +09:00
parent 5a23502570
commit 92a5cb19c0
38 changed files with 268 additions and 45 deletions
+2 -2
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/SOLVER_AGENT_DESIGN.md, failure reports, implementation reports, and implementation plans.
- Keep the output aligned with AGENTS.md, docs/AGENT_RULES.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.
@@ -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/SOLVER_AGENT_DESIGN.md.
6. AGENTS.md and docs/AGENT_RULES.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.