.gitignore
CLAUDE.md
README.md
pyproject.toml
uv.lock
.github/workflows/release.yml
docs/design.md
examples/config.yml
examples/content/company/documentation.md
examples/content/company/security.md
examples/content/org/code-review.md
examples/content/org/testing.md
examples/content/teams/api/testing.md
examples/content/teams/frontend/testing.md
src/sdlc_mcp/__init__.py
src/sdlc_mcp/__main__.py
src/sdlc_mcp/config.py
src/sdlc_mcp/hierarchy.py
src/sdlc_mcp/merge.py
src/sdlc_mcp/repo.py
src/sdlc_mcp/server.py
src/sdlc_mcp.egg-info/PKG-INFO
src/sdlc_mcp.egg-info/SOURCES.txt
src/sdlc_mcp.egg-info/dependency_links.txt
src/sdlc_mcp.egg-info/entry_points.txt
src/sdlc_mcp.egg-info/requires.txt
src/sdlc_mcp.egg-info/top_level.txt
src/sdlc_mcp/sources/__init__.py
src/sdlc_mcp/sources/git.py
src/sdlc_mcp/sources/local.py
tests/__init__.py
tests/test_config.py
tests/test_git_source.py
tests/test_hierarchy.py
tests/test_merge.py
tests/test_server.py