* fix(templates): add pre_gen_project hook validating project_name identifier * fix(templates): use valid identifier defaults in cookiecutter.json * test(templates): add regression tests for project_name identifier validation * fix(tests): resolve fullstack package name via backend ctx --------- Co-authored-by: opencode-agent <agent@opencode.local>
8 lines
No EOL
201 B
JSON
8 lines
No EOL
201 B
JSON
{
|
|
"project_name": "my_fullstack",
|
|
"project_type": "fullstack",
|
|
"description": "Fullstack project description",
|
|
"use_auth": ["no", "yes"],
|
|
"use_db": ["yes", "no"],
|
|
"python_version": "3.13"
|
|
} |