* 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
187 B
JSON
8 lines
No EOL
187 B
JSON
{
|
|
"project_name": "my_project",
|
|
"project_type": "backend",
|
|
"description": "Project description",
|
|
"use_auth": ["no", "yes"],
|
|
"use_db": ["yes", "no"],
|
|
"python_version": "3.13"
|
|
} |