README.md
pyproject.toml
src/jules_cli/__init__.py
src/jules_cli/banner.py
src/jules_cli/cache.py
src/jules_cli/cli.py
src/jules_cli/db.py
src/jules_cli/state.py
src/jules_cli.egg-info/PKG-INFO
src/jules_cli.egg-info/SOURCES.txt
src/jules_cli.egg-info/dependency_links.txt
src/jules_cli.egg-info/entry_points.txt
src/jules_cli.egg-info/requires.txt
src/jules_cli.egg-info/top_level.txt
src/jules_cli/commands/__init__.py
src/jules_cli/commands/apply.py
src/jules_cli/commands/auth.py
src/jules_cli/commands/auto.py
src/jules_cli/commands/commit.py
src/jules_cli/commands/config.py
src/jules_cli/commands/doctor.py
src/jules_cli/commands/history.py
src/jules_cli/commands/hooks.py
src/jules_cli/commands/init.py
src/jules_cli/commands/interact.py
src/jules_cli/commands/plan.py
src/jules_cli/commands/pr.py
src/jules_cli/commands/refactor.py
src/jules_cli/commands/session.py
src/jules_cli/commands/stage.py
src/jules_cli/commands/suggest.py
src/jules_cli/commands/task.py
src/jules_cli/commands/testgen.py
src/jules_cli/commands/upgrade.py
src/jules_cli/commands/workspace.py
src/jules_cli/core/__init__.py
src/jules_cli/core/api.py
src/jules_cli/git/__init__.py
src/jules_cli/git/vcs.py
src/jules_cli/patch/__init__.py
src/jules_cli/patch/apply.py
src/jules_cli/patch/resolver.py
src/jules_cli/testing/__init__.py
src/jules_cli/testing/runner.py
src/jules_cli/tui/__init__.py
src/jules_cli/tui/app.py
src/jules_cli/utils/__init__.py
src/jules_cli/utils/branch.py
src/jules_cli/utils/commands.py
src/jules_cli/utils/config.py
src/jules_cli/utils/decorators.py
src/jules_cli/utils/environment.py
src/jules_cli/utils/exceptions.py
src/jules_cli/utils/ignore.py
src/jules_cli/utils/logging.py
src/jules_cli/utils/output.py
tests/test_auth.py
tests/test_banner.py
tests/test_cache.py
tests/test_cli.py
tests/test_cli_coverage.py
tests/test_cli_coverage_more.py
tests/test_cli_extra.py
tests/test_completion.py
tests/test_conflict_resolver.py
tests/test_db.py
tests/test_db_coverage.py
tests/test_hooks.py
tests/test_ignore.py
tests/test_init.py
tests/test_plugins.py
tests/test_runner_flaky.py
tests/test_tui.py
tests/test_upgrade.py
tests/test_vcs_extra.py
tests/test_vcs_integration.py
tests/test_workspace.py