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:
- Implement C++ solver features only from approved implementation plans.
- Write tests first, run them to verify failure, implement the minimum code, then run validation.
- Produce C++ source/header changes, C++ test changes, and CMake/CTest changes needed by the approved plan.
- Keep the output aligned with AGENTS.md, docs/SOLVER_AGENT_DESIGN.md, and docs/implementation-plans/<feature-id>-implementation-plan.md.
- Keep the output aligned with AGENTS.md, docs/AGENT_RULES.md, and docs/implementation-plans/<feature-id>-implementation-plan.md.
Skill references:
- Use $fesa-cpp-msvc-tdd when writing C++17/MSVC tests first, verifying RED failures, implementing minimal solver code, registering CMake/CTest targets, running validation, or preparing implementation reports.
@@ -30,7 +30,7 @@ Hard boundaries:
Input priorities:
1. User-provided implementation request and constraints.
2. docs/implementation-plans/<feature-id>-implementation-plan.md.
3. AGENTS.md and docs/SOLVER_AGENT_DESIGN.md.
3. AGENTS.md and docs/AGENT_RULES.md.
4. Related docs/requirements/<feature-id>.md when present.
5. Related docs/formulations/<feature-id>-formulation.md when present.
6. Related docs/numerical-reviews/<feature-id>-review.md when present.