LICENSE
MANIFEST.in
README.md
pyproject.toml
src/auto_package_framework.egg-info/PKG-INFO
src/auto_package_framework.egg-info/SOURCES.txt
src/auto_package_framework.egg-info/dependency_links.txt
src/auto_package_framework.egg-info/entry_points.txt
src/auto_package_framework.egg-info/requires.txt
src/auto_package_framework.egg-info/top_level.txt
src/framework/__init__.py
src/framework/ai_developer.py
src/framework/cli.py
src/framework/code_generator.py
src/framework/config.py
src/framework/config_manager.py
src/framework/core.py
src/framework/github_client.py
src/framework/project_generator.py
src/framework/pypi_client.py
src/framework/skill.py
src/framework/templates/.gitignore
src/framework/templates/.pre-commit-config.yaml
src/framework/templates/AI_CONTEXT.md
src/framework/templates/AI_START_PROMPT.md
src/framework/templates/CHANGELOG.md
src/framework/templates/CODE_OF_CONDUCT.md
src/framework/templates/CONTRIBUTING.md
src/framework/templates/LICENSE
src/framework/templates/Makefile
src/framework/templates/PROJECT_IDEA.md
src/framework/templates/QUICK_START.md
src/framework/templates/README.md
src/framework/templates/README_TEMPLATE.md
src/framework/templates/SECURITY.md
src/framework/templates/START_HERE.md
src/framework/templates/__init__.py
src/framework/templates/cookiecutter.json
src/framework/templates/llms.txt.template
src/framework/templates/pyproject.toml
src/framework/templates/release-please-config.json
src/framework/templates/.github/dependabot.yml
src/framework/templates/.github/pull_request_template.md
src/framework/templates/.github/ISSUE_TEMPLATE/bug_report.yml
src/framework/templates/.github/ISSUE_TEMPLATE/feature_request.yml
src/framework/templates/.github/workflows/ci.yml
src/framework/templates/.github/workflows/release.yml
src/framework/templates/{{ cookiecutter.project_name }}/.gitignore
src/framework/templates/{{ cookiecutter.project_name }}/.pre-commit-config.yaml
src/framework/templates/{{ cookiecutter.project_name }}/AI_CONTEXT.md
src/framework/templates/{{ cookiecutter.project_name }}/AI_START_PROMPT.md
src/framework/templates/{{ cookiecutter.project_name }}/CHANGELOG.md
src/framework/templates/{{ cookiecutter.project_name }}/CODE_OF_CONDUCT.md
src/framework/templates/{{ cookiecutter.project_name }}/CONTRIBUTING.md
src/framework/templates/{{ cookiecutter.project_name }}/LICENSE
src/framework/templates/{{ cookiecutter.project_name }}/Makefile
src/framework/templates/{{ cookiecutter.project_name }}/PROJECT_IDEA.md
src/framework/templates/{{ cookiecutter.project_name }}/QUICK_START.md
src/framework/templates/{{ cookiecutter.project_name }}/README.md
src/framework/templates/{{ cookiecutter.project_name }}/README_TEMPLATE.md
src/framework/templates/{{ cookiecutter.project_name }}/SECURITY.md
src/framework/templates/{{ cookiecutter.project_name }}/START_HERE.md
src/framework/templates/{{ cookiecutter.project_name }}/llms.txt.template
src/framework/templates/{{ cookiecutter.project_name }}/pyproject.toml
src/framework/templates/{{ cookiecutter.project_name }}/release-please-config.json
src/framework/templates/{{ cookiecutter.project_name }}/.github/dependabot.yml
src/framework/templates/{{ cookiecutter.project_name }}/.github/pull_request_template.md
src/framework/templates/{{ cookiecutter.project_name }}/.github/ISSUE_TEMPLATE/bug_report.yml
src/framework/templates/{{ cookiecutter.project_name }}/.github/ISSUE_TEMPLATE/feature_request.yml
src/framework/templates/{{ cookiecutter.project_name }}/.github/workflows/ci.yml
src/framework/templates/{{ cookiecutter.project_name }}/.github/workflows/release.yml
tests/test_config.py
tests/test_project_generator.py