forked from cleveragents/cleveragents-core
7e3e676b32
The E2E Suite Setup creates SUITE_HOME with dots in the basename (e.g., E2E.M4_Acceptance). When init derives the project name from the directory basename, the dot triggers a Pydantic validation error. Pass an explicit name argument to avoid this. ISSUES CLOSED: #744