LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
anyspecs/__init__.py
anyspecs/cli.py
anyspecs/config.py
anyspecs/py.typed
anyspecs.egg-info/PKG-INFO
anyspecs.egg-info/SOURCES.txt
anyspecs.egg-info/dependency_links.txt
anyspecs.egg-info/entry_points.txt
anyspecs.egg-info/not-zip-safe
anyspecs.egg-info/requires.txt
anyspecs.egg-info/top_level.txt
anyspecs/ai_clients/__init__.py
anyspecs/ai_clients/aihubmix_client.py
anyspecs/ai_clients/base_client.py
anyspecs/ai_clients/kimi_client.py
anyspecs/ai_clients/minimax_client.py
anyspecs/ai_clients/ppio_client.py
anyspecs/config/__init__.py
anyspecs/config/ai_config.py
anyspecs/config/prompts.py
anyspecs/core/__init__.py
anyspecs/core/ai_processor.py
anyspecs/core/extractors.py
anyspecs/core/formatters.py
anyspecs/exporters/__init__.py
anyspecs/exporters/augment.py
anyspecs/exporters/claude.py
anyspecs/exporters/cursor.py
anyspecs/exporters/kiro.py
anyspecs/utils/__init__.py
anyspecs/utils/logging.py
anyspecs/utils/paths.py
anyspecs/utils/specs_formatter.py
anyspecs/utils/upload.py