AGENTS.md@src/agentfem/templates/static-solid · git:20260819.462afc9 · 2026-08-19 · sha256 c6da58467b8530cc
AGENTS.md@src/agentfem/templates/static-solid git:20260819.462afc9A
Immutable. This exact content is served forever at /api/v1/blob/c6da58467b8530cc.
# AgentFEM Case Instructions
- Keep the finite-element sequence visible in `case.py`.
- Use named mesh regions and existing AgentFEM materials, constraints, loads,
steps, and result helpers before writing UFL directly.
- Run `agentfem doctor`, then `agentfem check`, then `agentfem run`.
- Read `outputs/{{PROJECT_NAME}}/latest.json` and the referenced result manifest
before reporting success.
- Do not describe a completed computation as verified unless the manifest
contains accepted verification evidence.
- Store generated fields, plots, datasets, and reports through the active
`project.RunContext`; do not write into the installed package.