LICENSE
README.md
pyproject.toml
src/jules_agent/__init__.py
src/jules_agent/__main__.py
src/jules_agent/client.py
src/jules_agent/codex.py
src/jules_agent/config.py
src/jules_agent/git.py
src/jules_agent/github.py
src/jules_agent/models.py
src/jules_agent/persistence.py
src/jules_agent/pipeline.py
src/jules_agent/review.py
src/jules_agent.egg-info/PKG-INFO
src/jules_agent.egg-info/SOURCES.txt
src/jules_agent.egg-info/dependency_links.txt
src/jules_agent.egg-info/entry_points.txt
src/jules_agent.egg-info/requires.txt
src/jules_agent.egg-info/top_level.txt
src/jules_agent/cli/__init__.py
src/jules_agent/cli/__main__.py
src/jules_agent/cli/advance_core.py
src/jules_agent/cli/io.py
src/jules_agent/cli/state.py
src/jules_agent/cli/commands/__init__.py
src/jules_agent/cli/commands/advance.py
src/jules_agent/cli/commands/approve.py
src/jules_agent/cli/commands/delete.py
src/jules_agent/cli/commands/feedback.py
src/jules_agent/cli/commands/import_command.py
src/jules_agent/cli/commands/merge.py
src/jules_agent/cli/commands/next.py
src/jules_agent/cli/commands/review.py
src/jules_agent/cli/commands/run.py
src/jules_agent/cli/commands/send.py
src/jules_agent/cli/commands/status.py
src/jules_agent/cli/commands/sync.py
tests/test_advance.py
tests/test_claude_adapter.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_feedback.py
tests/test_github.py
tests/test_import.py
tests/test_interactive_selection.py
tests/test_merge.py
tests/test_next_command.py
tests/test_opencode.py
tests/test_pipeline.py
tests/test_review.py
tests/test_status.py
tests/test_sync.py
tests/test_sync_output.py