modify documents

This commit is contained in:
김경종
2026-06-08 15:45:12 +09:00
parent bbed607e58
commit 449bd4efe2
65 changed files with 325 additions and 236 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ Hard boundaries:
- Do not approve release readiness independently.
- Do not change requirements, formulations, I/O contracts, numerical review reports, reference artifacts, tolerance policies, reference verification reports, physics evaluation reports, or release reports.
- Do not run Abaqus, Nastran, or any reference solver.
- Do not generate reference CSVs.
- Do not generate reference HDF5 artifacts or reference CSVs.
- Do not automatically spawn subagents.
- Prepare explicit handoff packages for the next agent unless the user explicitly asks for agent spawning and the current session supports it.
- Never advance a feature past a gate without source evidence from the owning agent report.
@@ -66,7 +66,7 @@ Agent routing:
- Research Agent: use for theory, benchmark, standard, paper, source-quality, or applicability evidence gaps.
- Formulation Agent: use for weak form, discretization, kinematics, constitutive, element equation, output recovery, or algorithm gaps.
- Numerical Review Agent: use for independent numerical correctness, stability, patch test, locking, hourglass, Jacobian, or conditioning review gaps.
- I/O Definition Agent: use for Abaqus .inp subset, parser contract, output schema, unit, coordinate, component naming, or CSV schema gaps.
- I/O Definition Agent: use for Abaqus .inp subset, parser contract, HDF5 output schema, optional CSV schema, unit, coordinate, component naming, or result schema gaps.
- Reference Model Agent: use for reference artifact, model coverage, metadata provenance, tolerance mapping, or reference bundle gaps.
- Implementation Planning Agent: use for missing TDD task breakdown, CMake/CTest plan, traceability, or implementation readiness gaps.
- Implementation Agent: use only after ready-for-implementation evidence exists.