README.md
pyproject.toml
indexer/__init__.py
indexer/ast_parser.py
indexer/cli.py
indexer/config.py
indexer/git.py
indexer/graph.py
indexer/grouper.py
indexer/hooks.py
indexer/js_parser.py
indexer/langs.py
indexer/llm.py
indexer/manifest.py
indexer/repair.py
indexer/scip.py
indexer/ts_extract.py
indexer/verify.py
indexer/wiki.py
indexer/templates/index.md.j2
indexer/templates/page.md.j2
indexer/templates/skill.md.j2
kiwiskil.egg-info/PKG-INFO
kiwiskil.egg-info/SOURCES.txt
kiwiskil.egg-info/dependency_links.txt
kiwiskil.egg-info/entry_points.txt
kiwiskil.egg-info/requires.txt
kiwiskil.egg-info/top_level.txt
tests/test_ast_parser.py
tests/test_config.py
tests/test_graph.py
tests/test_grouper.py
tests/test_init.py
tests/test_langs.py
tests/test_llm_dispatch.py
tests/test_manifest.py
tests/test_multilang.py
tests/test_repair_plan.py
tests/test_scip.py
tests/test_smart_integration.py
tests/test_verify.py
tests/test_wiki.py