LICENSE
README.md
pyproject.toml
src/stepback/__init__.py
src/stepback/__main__.py
src/stepback/cli.py
src/stepback/engine.py
src/stepback/errors.py
src/stepback/lock.py
src/stepback/repo.py
src/stepback/store.py
src/stepback/watcher.py
src/stepback.egg-info/PKG-INFO
src/stepback.egg-info/SOURCES.txt
src/stepback.egg-info/dependency_links.txt
src/stepback.egg-info/entry_points.txt
src/stepback.egg-info/requires.txt
src/stepback.egg-info/top_level.txt
src/stepback/adapters/__init__.py
src/stepback/adapters/base.py
src/stepback/adapters/claude_code.py
src/stepback/adapters/codex.py
tests/test_adapters.py
tests/test_cli.py
tests/test_engine.py
tests/test_hardening.py
tests/test_store.py
tests/test_watcher.py