LICENSE
README.md
pyproject.toml
src/autorunne/__init__.py
src/autorunne/cli.py
src/autorunne.egg-info/PKG-INFO
src/autorunne.egg-info/SOURCES.txt
src/autorunne.egg-info/dependency_links.txt
src/autorunne.egg-info/entry_points.txt
src/autorunne.egg-info/requires.txt
src/autorunne.egg-info/top_level.txt
src/autorunne/commands/__init__.py
src/autorunne/commands/adopt.py
src/autorunne/commands/checkpoint.py
src/autorunne/commands/completion.py
src/autorunne/commands/daemon.py
src/autorunne/commands/doctor.py
src/autorunne/commands/export.py
src/autorunne/commands/finish.py
src/autorunne/commands/hermes_task.py
src/autorunne/commands/hooks.py
src/autorunne/commands/init.py
src/autorunne/commands/open.py
src/autorunne/commands/release.py
src/autorunne/commands/start.py
src/autorunne/commands/status.py
src/autorunne/commands/sync.py
src/autorunne/commands/vscode.py
src/autorunne/commands/watch.py
src/autorunne/core/__init__.py
src/autorunne/core/exporter.py
src/autorunne/core/filewatch.py
src/autorunne/core/gitops.py
src/autorunne/core/paths.py
src/autorunne/core/release.py
src/autorunne/core/scanner.py
src/autorunne/core/summarizer.py
src/autorunne/core/templater.py
src/autorunne/core/vscode.py
src/autorunne/core/writer.py
src/autorunne/models/config.py
tests/test_cli.py
tests/test_gitops_exporter.py
tests/test_install_script.py
tests/test_scanner.py