LICENSE
README.md
pyproject.toml
aicodec/__init__.py
aicodec/py.typed
aicodec.egg-info/PKG-INFO
aicodec.egg-info/SOURCES.txt
aicodec.egg-info/dependency_links.txt
aicodec.egg-info/entry_points.txt
aicodec.egg-info/requires.txt
aicodec.egg-info/top_level.txt
aicodec/application/__init__.py
aicodec/application/services.py
aicodec/assets/decoder_schema.json
aicodec/assets/prompts/full.txt
aicodec/assets/prompts/minimal.txt
aicodec/domain/__init__.py
aicodec/domain/models.py
aicodec/domain/repositories.py
aicodec/infrastructure/__init__.py
aicodec/infrastructure/config.py
aicodec/infrastructure/utils.py
aicodec/infrastructure/cli/__init__.py
aicodec/infrastructure/cli/command_line_interface.py
aicodec/infrastructure/cli/commands/__init__.py
aicodec/infrastructure/cli/commands/aggregate.py
aicodec/infrastructure/cli/commands/apply.py
aicodec/infrastructure/cli/commands/init.py
aicodec/infrastructure/cli/commands/prepare.py
aicodec/infrastructure/cli/commands/prompt.py
aicodec/infrastructure/cli/commands/revert.py
aicodec/infrastructure/cli/commands/schema.py
aicodec/infrastructure/cli/commands/utils.py
aicodec/infrastructure/repositories/__init__.py
aicodec/infrastructure/repositories/file_system_repository.py
aicodec/infrastructure/web/__init__.py
aicodec/infrastructure/web/server.py
aicodec/infrastructure/web/ui/index.html
tests/test_application_services.py
tests/test_domain_models.py
tests/test_infra_cli.py
tests/test_infra_config_utils.py
tests/test_infra_repositories.py
tests/test_infra_web.py
tests/test_infra_web_windows.py