LICENSE
README.md
pyproject.toml
src/librarian/__init__.py
src/librarian/__main__.py
src/librarian/apply.py
src/librarian/backfill.py
src/librarian/catalog.py
src/librarian/cli.py
src/librarian/config.py
src/librarian/doctor.py
src/librarian/dream.py
src/librarian/enrich.py
src/librarian/extractors.py
src/librarian/frontmatter.py
src/librarian/ingest.py
src/librarian/output.py
src/librarian/proposals.py
src/librarian/registry.py
src/librarian/render.py
src/librarian/scaffold.py
src/librarian/scanner.py
src/librarian/search.py
src/librarian/suggest.py
src/librarian/verify.py
src/librarian/assets/AGENTS_BLOCK.md
src/librarian/assets/CLAUDE_BLOCK.md
src/librarian/assets/KNOWLEDGE_PROTOCOL.md
src/librarian/assets/NAVIGATOR.template.md
src/librarian/assets/archive_README.md
src/librarian/assets/inbox_README.md
src/librarian/assets/librarian.toml.template
src/librarian/assets/claude/librarian-prompt.sh
src/librarian/assets/claude/librarian-session.sh
src/librarian/assets/claude/commands/librarian-dream.md
src/librarian/assets/claude/commands/librarian-enrich.md
src/librarian/assets/claude/commands/librarian-verify.md
src/librarian/assets/claude/commands/librarian.md
src/librarian/assets/githooks/pre-commit
src/repo_librarian.egg-info/PKG-INFO
src/repo_librarian.egg-info/SOURCES.txt
src/repo_librarian.egg-info/dependency_links.txt
src/repo_librarian.egg-info/entry_points.txt
src/repo_librarian.egg-info/top_level.txt
tests/test_apply.py
tests/test_backfill.py
tests/test_catalog.py
tests/test_cli.py
tests/test_config.py
tests/test_demo_e2e.py
tests/test_dream.py
tests/test_enrich.py
tests/test_extractors.py
tests/test_frontmatter.py
tests/test_fuzz.py
tests/test_golden.py
tests/test_hooks.py
tests/test_ingest.py
tests/test_invariants.py
tests/test_proposals.py
tests/test_propose.py
tests/test_query.py
tests/test_registry.py
tests/test_scaffold.py
tests/test_scanner.py
tests/test_search.py
tests/test_suggest.py
tests/test_verify.py