LICENSE
README.md
pyproject.toml
src/ai_monorepo.egg-info/PKG-INFO
src/ai_monorepo.egg-info/SOURCES.txt
src/ai_monorepo.egg-info/dependency_links.txt
src/ai_monorepo.egg-info/entry_points.txt
src/ai_monorepo.egg-info/requires.txt
src/ai_monorepo.egg-info/top_level.txt
src/monorepo/__init__.py
src/monorepo/cli.py
src/monorepo/config.py
src/monorepo/lifecycle_ops.py
src/monorepo/store.py
src/monorepo/wiki.py
src/monorepo/index/__init__.py
src/monorepo/index/build.py
src/monorepo/index/embeddings.py
src/monorepo/mcp/__init__.py
src/monorepo/mcp/lifecycle.py
src/monorepo/mcp/search.py
src/monorepo/mcp/server.py
src/monorepo/pipeline/__init__.py
src/monorepo/pipeline/enrich.py
src/monorepo/pipeline/frontmatter.py
src/monorepo/pipeline/ingest.py
src/monorepo/pipeline/qa.py
src/monorepo/pipeline/adapters/__init__.py
src/monorepo/pipeline/adapters/audio.py
src/monorepo/pipeline/adapters/base.py
src/monorepo/pipeline/adapters/dispatch.py
src/monorepo/pipeline/adapters/localdoc.py
src/monorepo/pipeline/adapters/pdf.py
src/monorepo/pipeline/adapters/url.py
src/monorepo/pipeline/adapters/youtube.py
tests/test_adapters.py
tests/test_audio.py
tests/test_enrich.py
tests/test_frontmatter.py
tests/test_index.py
tests/test_lifecycle.py
tests/test_lifecycle_ops.py
tests/test_wiki.py
tests/test_youtube_parse.py