LICENSE
README.md
pyproject.toml
auxiscaffold.egg-info/PKG-INFO
auxiscaffold.egg-info/SOURCES.txt
auxiscaffold.egg-info/dependency_links.txt
auxiscaffold.egg-info/entry_points.txt
auxiscaffold.egg-info/requires.txt
auxiscaffold.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/analyzer/__init__.py
src/analyzer/analyzer.py
src/models/__init__.py
src/models/spec.py
src/renderer/__init__.py
src/renderer/renderer.py
src/templates/.env.example.j2
src/templates/.gitignore.j2
src/templates/CHANGELOG.md.j2
src/templates/Dockerfile.j2
src/templates/LICENSE.j2
src/templates/Makefile.j2
src/templates/README.md.j2
src/templates/docker-compose.yml.j2
src/templates/models.py.j2
src/templates/pyproject.toml.j2
src/templates/requirements.txt.j2
src/templates/server.py.j2
src/templates/tasks.ps1.j2
src/templates/.github/workflows/ci.yml.j2
src/templates/docs/api.md.j2
src/templates/docs/architecture.md.j2
src/templates/docs/tools.md.j2
src/templates/examples/sample_outputs.json.j2
src/templates/examples/sample_requests.json.j2
src/templates/src/package/__init__.py.j2
src/templates/src/package/config.py.j2
src/templates/src/package/server.py.j2
src/templates/src/package/models/__init__.py.j2
src/templates/src/package/models/requests.py.j2
src/templates/src/package/models/responses.py.j2
src/templates/src/package/services/__init__.py.j2
src/templates/src/package/tools/__init__.py.j2
src/templates/src/package/tools/tool.py.j2
src/templates/src/package/utils/__init__.py.j2
src/templates/tests/__init__.py.j2
src/templates/tests/test_server.py.j2
src/templates/tests/test_tool.py.j2
src/templates/tests/fixtures/sample_requests.json.j2
src/templates/tests/fixtures/sample_responses.json.j2
tests/test_placeholder.py