LICENSE
README.md
pyproject.toml
src/gaia_cli/__init__.py
src/gaia_cli/__main__.py
src/gaia_cli/auth.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/grading.py
src/gaia_cli/graph.py
src/gaia_cli/hook.py
src/gaia_cli/impl.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/redaction.py
src/gaia_cli/registry.py
src/gaia_cli/resolver.py
src/gaia_cli/scanner.py
src/gaia_cli/securityScanner.py
src/gaia_cli/selector.py
src/gaia_cli/semantic_search.py
src/gaia_cli/share.py
src/gaia_cli/timeline.py
src/gaia_cli/treeManager.py
src/gaia_cli/trustMagnitude.py
src/gaia_cli/validate.py
src/gaia_cli/verification.py
src/gaia_cli/versioning.py
src/gaia_cli/windowsLinks.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/auth.py
src/gaia_cli/commands/base.py
src/gaia_cli/commands/docs_cmd.py
src/gaia_cli/commands/graph_cmd.py
src/gaia_cli/commands/hook_cmd.py
src/gaia_cli/commands/init.py
src/gaia_cli/commands/mcp_cmd.py
src/gaia_cli/commands/misc.py
src/gaia_cli/commands/network.py
src/gaia_cli/commands/progression.py
src/gaia_cli/commands/push.py
src/gaia_cli/commands/release.py
src/gaia_cli/commands/scan.py
src/gaia_cli/commands/share_cmd.py
src/gaia_cli/commands/skills.py
src/gaia_cli/commands/stats.py
src/gaia_cli/commands/tree.py
src/gaia_cli/commands/validate_cmd.py
src/gaia_cli/commands/dev/__init__.py
src/gaia_cli/commands/dev/audit.py
src/gaia_cli/commands/dev/build.py
src/gaia_cli/commands/dev/calibrate.py
src/gaia_cli/commands/dev/evidence.py
src/gaia_cli/commands/dev/helpers.py
src/gaia_cli/commands/dev/list.py
src/gaia_cli/commands/dev/merge.py
src/gaia_cli/commands/dev/named.py
src/gaia_cli/commands/dev/rename.py
src/gaia_cli/commands/dev/timeline.py
src/gaia_cli/commands/dev/verify.py
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_auth.py
tests/test_authz.py
tests/test_build_docs_redaction_backstop.py
tests/test_calibrate_evidence_grades.py
tests/test_card_renderer.py
tests/test_cli_command_migration.py
tests/test_cli_core.py
tests/test_crawlers.py
tests/test_dev_audit.py
tests/test_dev_build.py
tests/test_dev_calibrate.py
tests/test_dev_evidence.py
tests/test_dev_helpers.py
tests/test_dev_merge.py
tests/test_dev_named.py
tests/test_dev_rename.py
tests/test_dev_timeline.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_evidence_regrade.py
tests/test_evidence_ui_redesign.py
tests/test_formatting.py
tests/test_generate_badges.py
tests/test_grading.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_mcp_cmd.py
tests/test_meta_guard.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_pr635_review.py
tests/test_pr_writer.py
tests/test_promotion.py
tests/test_push.py
tests/test_real_skill_catalog.py
tests/test_redaction.py
tests/test_registry_layout.py
tests/test_row_grading.py
tests/test_scan_state.py
tests/test_scanner.py
tests/test_security_scanner.py
tests/test_security_scanner_integration.py
tests/test_selector.py
tests/test_share.py
tests/test_stats.py
tests/test_suite_install.py
tests/test_timeline_routing.py
tests/test_timelines.py
tests/test_treeManager.py
tests/test_tree_renderer.py
tests/test_trust_magnitude.py
tests/test_tui_tokens.py
tests/test_unlocked_at_datetime.py
tests/test_validate.py
tests/test_verification.py
tests/test_verify_evidence.py
tests/test_versioning.py
tests/test_windowsLinks.py
tests/test_workflows.py