MANIFEST.in
README.md
pyproject.toml
setup.py
scripts/pyinstaller_entry.py
scripts/regression_test.py
src/maxc_cli/__init__.py
src/maxc_cli/__main__.py
src/maxc_cli/_samples.py
src/maxc_cli/agent_platforms.py
src/maxc_cli/app.py
src/maxc_cli/audit.py
src/maxc_cli/auth_continuation.py
src/maxc_cli/auth_providers.py
src/maxc_cli/cache.py
src/maxc_cli/catalog_bootstrap.py
src/maxc_cli/cli.py
src/maxc_cli/config.py
src/maxc_cli/enterprise_tls.py
src/maxc_cli/exceptions.py
src/maxc_cli/help_format.py
src/maxc_cli/helpers.py
src/maxc_cli/job_ids.py
src/maxc_cli/masking.py
src/maxc_cli/mcp_serve.py
src/maxc_cli/models.py
src/maxc_cli/oauth.py
src/maxc_cli/odps_runtime.py
src/maxc_cli/output.py
src/maxc_cli/proxy_auth.py
src/maxc_cli/semantic.py
src/maxc_cli/semantic_management.py
src/maxc_cli/setting_parser.py
src/maxc_cli/state_permissions.py
src/maxc_cli/store.py
src/maxc_cli/utils.py
src/maxc_cli.egg-info/PKG-INFO
src/maxc_cli.egg-info/SOURCES.txt
src/maxc_cli.egg-info/dependency_links.txt
src/maxc_cli.egg-info/entry_points.txt
src/maxc_cli.egg-info/requires.txt
src/maxc_cli.egg-info/top_level.txt
src/maxc_cli/backend/__init__.py
src/maxc_cli/backend/auth.py
src/maxc_cli/backend/catalog.py
src/maxc_cli/backend/data.py
src/maxc_cli/backend/job.py
src/maxc_cli/backend/mcp.py
src/maxc_cli/backend/meta.py
src/maxc_cli/backend/odps.py
src/maxc_cli/backend/query.py
src/maxc_cli/backend/semantic.py
src/maxc_cli/skills/SKILL.md
src/maxc_cli/skills/agents/openai.yaml
src/maxc_cli/skills/references/bootstrap-auth.md
src/maxc_cli/skills/references/bootstrap-flow.md
src/maxc_cli/skills/references/command-patterns.md
src/maxc_cli/skills/references/json-output-format.md
src/maxc_cli/skills/references/maxcompute-select-guide.md
src/maxc_cli/skills/references/maxcompute-sql-notes.md
src/maxc_cli/skills/references/partition-guide.md
src/maxc_cli/skills/references/red-lines.md
src/maxc_cli/skills/references/semantic-packages.md
src/maxc_cli/skills/references/setup-install.md
src/maxc_cli/skills/references/sql-common-errors.md
src/maxc_cli/skills/references/sql-query-patterns.md
src/maxc_cli/skills/references/text2sql-principles.md
tests/test_agent_hints_and_cli.py
tests/test_agent_platforms.py
tests/test_agent_skill_commands.py
tests/test_agent_skill_commands_context.py
tests/test_ai_native_contract_regressions.py
tests/test_auth_logout.py
tests/test_backend_auth.py
tests/test_backend_data.py
tests/test_backend_data_serialization.py
tests/test_backend_mcp.py
tests/test_backend_meta.py
tests/test_build_release_archive_compat.py
tests/test_build_release_script.py
tests/test_cache.py
tests/test_catalog.py
tests/test_catalog_bootstrap.py
tests/test_cli_arg_validation.py
tests/test_cli_mock.py
tests/test_cli_query_parse_and_sanitize.py
tests/test_compat.py
tests/test_config_atomic_write.py
tests/test_e2e_smoke.py
tests/test_effective_hints_contract.py
tests/test_enterprise_tls.py
tests/test_envelope_shape.py
tests/test_error_self_correction.py
tests/test_error_translation.py
tests/test_exit_codes.py
tests/test_external_auth.py
tests/test_flag_hoist.py
tests/test_help_format.py
tests/test_help_version_e2e.py
tests/test_helpers.py
tests/test_helpers_csv.py
tests/test_installer_contracts.py
tests/test_integration.py
tests/test_integration_real.py
tests/test_job_improvements.py
tests/test_job_store_durability.py
tests/test_kb_commands.py
tests/test_manifest_runtime_contract.py
tests/test_masking.py
tests/test_mcp_serve.py
tests/test_meta_schema_and_partition_cols.py
tests/test_oauth.py
tests/test_odps_runtime.py
tests/test_output_action_safety.py
tests/test_output_format_contract.py
tests/test_packaging_metadata.py
tests/test_phase1_improvements.py
tests/test_proxy_auth.py
tests/test_pyinstaller_bundle.py
tests/test_python39_compat.py
tests/test_query_auto_promote.py
tests/test_query_result_csv_fallback.py
tests/test_semantic_management.py
tests/test_semantic_scope.py
tests/test_semantic_transport.py
tests/test_setting_parser.py
tests/test_skill_cli_consistency.py
tests/test_skill_eval.py
tests/test_skill_renderer.py
tests/test_startup_imports.py
tests/test_state_permissions.py
tests/test_state_portability.py