* refactor(infra): introduce RepoCtx, eliminate globals in project-status * refactor(infra): split check_pyproject into 13 sub-functions * test(infra): add RepoCtx + 13 sub-function tests, migrate cookiecutter tests --------- Co-authored-by: opencode-agent <agent@opencode.local>
* fix(infra): nested src/<package>/ layout in project-status oracle * fix(templates): nested packages and drop src. prefix in cookiecutter * test(infra): cover nested src/<package>/ layout contract #241 --------- Co-authored-by: opencode-agent <agent@opencode.local>
* feat(infra): backend cookiecutter template with fastapi tortoise * feat(infra): cli cookiecutter template with typer entry point * feat(infra): fullstack cookiecutter template with sveltekit frontend * test(infra): cookiecutter template tests and render fixes * style(infra): ruff cleanup for cookiecutter template tests * style(infra): ruff format cookiecutter template tests * fix(infra): handle use_db no use_auth no in cookiecutter --------- Co-authored-by: opencode-agent <agent@opencode.local>