.gitignore
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
cliff.toml
mkdocs.yml
pyproject.toml
repokeeper.yml
uv.lock
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/draft-release.yml
.github/workflows/patrol.yml
.github/workflows/radar.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/security.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/git_ops.py
src/repokeeper/llm_client.py
src/repokeeper/logs.py
src/repokeeper/patrol.py
src/repokeeper/profile.py
src/repokeeper/radar.py
src/repokeeper/repo_context.py
src/repokeeper/verifier.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