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/config.py
src/framework/core.py
src/framework/github_client.py
src/framework/project_generator.py
src/framework/pypi_client.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/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/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
tests/test_config.py
tests/test_project_generator.py