LICENSE
README.md
pyproject.toml
src/gaia_cli/__init__.py
src/gaia_cli/__main__.py
src/gaia_cli/authz.py
src/gaia_cli/cardRenderer.py
src/gaia_cli/combinator.py
src/gaia_cli/embeddings.py
src/gaia_cli/evidence.py
src/gaia_cli/formatting.py
src/gaia_cli/graph.py
src/gaia_cli/hook.py
src/gaia_cli/install.py
src/gaia_cli/interactive.py
src/gaia_cli/leveling.py
src/gaia_cli/localContext.py
src/gaia_cli/main.py
src/gaia_cli/name.py
src/gaia_cli/pathEngine.py
src/gaia_cli/prWriter.py
src/gaia_cli/promotion.py
src/gaia_cli/push.py
src/gaia_cli/registry.py
src/gaia_cli/resolver.py
src/gaia_cli/scanner.py
src/gaia_cli/semantic_search.py
src/gaia_cli/timeline.py
src/gaia_cli/treeManager.py
src/gaia_cli/versioning.py
src/gaia_cli.egg-info/PKG-INFO
src/gaia_cli.egg-info/SOURCES.txt
src/gaia_cli.egg-info/dependency_links.txt
src/gaia_cli.egg-info/entry_points.txt
src/gaia_cli.egg-info/requires.txt
src/gaia_cli.egg-info/top_level.txt
src/gaia_cli/commands/__init__.py
src/gaia_cli/commands/dev.py
src/gaia_cli/commands/stats.py
src/gaia_cli/data/registry/gaia.json
src/gaia_cli/data/registry/named-skills.json
src/gaia_cli/data/registry/named/devin-ai/autonomous-swe.md
src/gaia_cli/data/registry/named/karpathy/autoresearch.md
src/gaia_cli/data/registry/schema/combination.schema.json
src/gaia_cli/data/registry/schema/meta.json
src/gaia_cli/data/registry/schema/namedSkill.schema.json
src/gaia_cli/data/registry/schema/pluginConfig.schema.json
src/gaia_cli/data/registry/schema/realSkillCatalog.schema.json
src/gaia_cli/data/registry/schema/skill.schema.json
src/gaia_cli/data/registry/schema/skillBatch.schema.json
src/gaia_cli/data/registry/schema/skillSuite.schema.json
src/gaia_cli/data/registry/schema/skillTree.schema.json
src/gaia_cli/tui/__init__.py
src/gaia_cli/tui/app.py
src/gaia_cli/tui/theme.tcss
src/gaia_cli/tui/tokens.py
src/gaia_cli/tui/screens/__init__.py
src/gaia_cli/tui/screens/agent.py
src/gaia_cli/tui/screens/hero.py
src/gaia_cli/tui/screens/levelup.py
src/gaia_cli/tui/screens/scan.py
src/gaia_cli/tui/screens/tree.py
tests/test_authz.py
tests/test_card_renderer.py
tests/test_crawlers.py
tests/test_docs_site.py
tests/test_docs_skill_explorer.py
tests/test_dx.py
tests/test_embeddings.py
tests/test_evidence_inheritance.py
tests/test_formatting.py
tests/test_graph.py
tests/test_install.py
tests/test_intake.py
tests/test_interactive.py
tests/test_leveling.py
tests/test_lifecycle.py
tests/test_local_context.py
tests/test_meta_ops.py
tests/test_named_skills.py
tests/test_packaging.py
tests/test_path_command.py
tests/test_path_engine.py
tests/test_pr540_review.py
tests/test_pr_writer.py
tests/test_promotion.py
tests/test_push.py
tests/test_real_skill_catalog.py
tests/test_registry_layout.py
tests/test_scanner.py
tests/test_stats.py
tests/test_suite_install.py
tests/test_treeManager.py
tests/test_tui_tokens.py
tests/test_unlocked_at_datetime.py
tests/test_validate.py
tests/test_verify_evidence.py
tests/test_workflows.py