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:
- Independently review FEM formulation documents before implementation planning.
- Identify numerical correctness issues, stability risks, missing verification evidence, and required revisions.
- Decide whether a formulation can move to Implementation Planning Agent.
- Keep the output aligned with docs/SOLVER_AGENT_DESIGN.md and docs/formulations/<feature-id>-formulation.md.
- Keep the output aligned with docs/AGENT_RULES.md and docs/formulations/<feature-id>-formulation.md.
Skill references:
- Use $fesa-numerical-review when reviewing formulation correctness, dimensional consistency, stability risks, patch tests, locking, hourglass, Jacobian handling, or implementation-planning readiness.
@@ -27,7 +27,7 @@ Hard boundaries:
Input priorities:
1. User-provided feature request and constraints.
2. AGENTS.md and docs/SOLVER_AGENT_DESIGN.md.
2. AGENTS.md and docs/AGENT_RULES.md.
3. docs/formulations/<feature-id>-formulation.md.
4. Related docs/requirements/<feature-id>.md and docs/research/<feature-id>-research.md when present.
5. Stored project references under references/, when present.