CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/grga/__init__.py
src/grga/__main__.py
src/grga/cli.py
src/grga/deep_search.py
src/grga/env_loader.py
src/grga/exit_codes.py
src/grga/expand.py
src/grga/file_read.py
src/grga/gui.py
src/grga/meta.py
src/grga/models.py
src/grga/paths.py
src/grga/probe.py
src/grga/related.py
src/grga/runtime_env.py
src/grga/search.py
src/grga/skill_install.py
src/grga/suggest.py
src/grga/toolchain.py
src/grga.egg-info/PKG-INFO
src/grga.egg-info/SOURCES.txt
src/grga.egg-info/dependency_links.txt
src/grga.egg-info/entry_points.txt
src/grga.egg-info/requires.txt
src/grga.egg-info/top_level.txt
src/grga/graph/__init__.py
src/grga/graph/build.py
src/grga/graph/ids.py
src/grga/graph/inspect.py
src/grga/graph/promote.py
src/grga/graph/schema.py
src/grga/graph/votes.py
src/grga/prompts/__init__.py
src/grga/prompts/suggest_expand.txt
src/grga/prompts/suggest_reformulate.txt
src/grga/prompts/suggest_rerank.txt
src/grga/skills/grga/SKILL.md
src/grga/skills/grga/examples/probe-search-reflect.md
src/grga/skills/grga/examples/search-expand-chapter.md
src/grga/skills/grga/examples/search-related-graph.md
src/grga/skills/grga/examples/search-suggest.md
src/grga/skills/grga/references/anti-patterns.md
src/grga/skills/grga/references/reflection-loop.md
src/grga/skills/grga/references/storage-model.md
src/grga/skills/grga/references/troubleshooting.md
src/grga/skills/grga/references/verbs.md
src/grga/structure/__init__.py
src/grga/structure/md.py
src/grga/structure/sidecar.py
tests/test_cli_expand.py
tests/test_cli_json.py
tests/test_cli_smoke.py
tests/test_ensure_tools.py
tests/test_env_loader.py
tests/test_exit_codes.py
tests/test_expand.py
tests/test_graph_build.py
tests/test_graph_schema.py
tests/test_incremental_build.py
tests/test_md_parser_eval.py
tests/test_meta.py
tests/test_models.py
tests/test_paths.py
tests/test_promote.py
tests/test_related.py
tests/test_related_keywords.py
tests/test_related_signals.py
tests/test_scaffold.py
tests/test_schema_v5_migration.py
tests/test_schema_v8_migration.py
tests/test_scope_stopwords.py
tests/test_search_cap.py
tests/test_sidecar.py
tests/test_skill_install_cli.py
tests/test_structure_md.py
tests/test_suggest.py
tests/test_toolchain_dependencies.py
tests/test_toolchain_sha256_verify.py
tests/test_votes.py