README.md
pyproject.toml
src/sci_agent.egg-info/PKG-INFO
src/sci_agent.egg-info/SOURCES.txt
src/sci_agent.egg-info/dependency_links.txt
src/sci_agent.egg-info/entry_points.txt
src/sci_agent.egg-info/requires.txt
src/sci_agent.egg-info/top_level.txt
src/simple_ci/__init__.py
src/simple_ci/__main__.py
src/simple_ci/errors.py
src/simple_ci/models.py
src/simple_ci/actions/__init__.py
src/simple_ci/actions/base.py
src/simple_ci/actions/build.py
src/simple_ci/actions/deploy.py
src/simple_ci/actions/hooks.py
src/simple_ci/actions/image.py
src/simple_ci/actions/source.py
src/simple_ci/actions/target.py
src/simple_ci/cli/__init__.py
src/simple_ci/cli/client.py
src/simple_ci/cli/config.py
src/simple_ci/cli/history.py
src/simple_ci/cli/main.py
src/simple_ci/cli/render.py
src/simple_ci/server/__init__.py
src/simple_ci/server/app.py
src/simple_ci/server/auth.py
src/simple_ci/server/executor.py
src/simple_ci/server/main.py
src/simple_ci/server/store.py
src/simple_ci/ui/__init__.py
src/simple_ci/ui/server.py
src/simple_ci/ui/static/index.html
tests/test_actions_commands.py
tests/test_cli.py
tests/test_config_loader.py
tests/test_executor.py
tests/test_history.py
tests/test_hooks.py
tests/test_render.py
tests/test_server_api.py
tests/test_version.py