.gitignore
AGENTS.md
CHANGELOG.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
repokeeper.yml
uv.lock
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/patrol.yml
.github/workflows/radar.yml
.github/workflows/release-drafter.yml
.github/workflows/release.yml
.github/workflows/repokeeper.yml
docs/changelog.md
docs/index.md
docs/module-1-radar.md
docs/module-2-patrol.md
docs/module-3-agent.md
docs/module-4-profile.md
docs/quick-start.md
docs/setup.md
docs/assets/favicon.svg
docs/assets/logo.svg
docs/reference/env-vars.md
docs/reference/github-actions.md
docs/reference/profile-schema.md
docs/stylesheets/extra.css
src/repokeeper/__init__.py
src/repokeeper/agent.py
src/repokeeper/cli.py
src/repokeeper/patrol.py
src/repokeeper/profile.py
src/repokeeper/radar.py
src/repokeeper.egg-info/PKG-INFO
src/repokeeper.egg-info/SOURCES.txt
src/repokeeper.egg-info/dependency_links.txt
src/repokeeper.egg-info/entry_points.txt
src/repokeeper.egg-info/requires.txt
src/repokeeper.egg-info/top_level.txt
src/repokeeper/templates/workflows/patrol.yml
src/repokeeper/templates/workflows/radar.yml
src/repokeeper/templates/workflows/repokeeper.yml
tests/test_agent.py
tests/test_cli.py
tests/test_patrol.py
tests/test_profile.py
tests/test_radar.py