LICENSE
README.md
pyproject.toml
docops/__init__.py
docops/main.py
docops/py.typed
docops.egg-info/PKG-INFO
docops.egg-info/SOURCES.txt
docops.egg-info/dependency_links.txt
docops.egg-info/entry_points.txt
docops.egg-info/requires.txt
docops.egg-info/top_level.txt
docops/commands/__init__.py
docops/commands/init.py
docops/commands/sync.py
docops/core/__init__.py
docops/core/aggregator.py
docops/core/llm.py
docops/core/parser.py
docops/core/templates.py
docops/core/walker.py
tests/test_aggregator.py
tests/test_llm.py
tests/test_parser.py
tests/test_templates.py
tests/test_walker.py