LICENSE
README.md
pyproject.toml
src/golden_thread/__init__.py
src/golden_thread/cli.py
src/golden_thread/config.py
src/golden_thread/manifest.py
src/golden_thread/notion/__init__.py
src/golden_thread/notion/client.py
src/golden_thread/notion/registry.py
src/golden_thread/parsers/__init__.py
src/golden_thread/parsers/base.py
src/golden_thread/parsers/go_parser.py
src/golden_thread/parsers/python_parser.py
src/golden_thread/parsers/typescript_parser.py
src/golden_thread/reports/__init__.py
src/golden_thread/reports/json.py
src/golden_thread/validators/__init__.py
src/golden_thread/validators/consistency.py
src/golden_thread/validators/coverage.py
src/golden_thread/validators/orphans.py
src/golden_thread_framework.egg-info/PKG-INFO
src/golden_thread_framework.egg-info/SOURCES.txt
src/golden_thread_framework.egg-info/dependency_links.txt
src/golden_thread_framework.egg-info/entry_points.txt
src/golden_thread_framework.egg-info/requires.txt
src/golden_thread_framework.egg-info/top_level.txt
tests/test_config.py
tests/test_manifest.py
tests/test_notion.py
tests/test_validators.py