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_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/exceptions.py
src/maxc_cli/help_format.py
src/maxc_cli/helpers.py
src/maxc_cli/masking.py
src/maxc_cli/models.py
src/maxc_cli/output.py
src/maxc_cli/setting_parser.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/meta.py
src/maxc_cli/backend/odps.py
src/maxc_cli/backend/query.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/migrate-from-odpscmd.md
src/maxc_cli/skills/references/partition-guide.md
src/maxc_cli/skills/references/red-lines.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_backend_data.py
tests/test_backend_data_serialization.py
tests/test_backend_meta.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_e2e_smoke.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_integration.py
tests/test_integration_real.py
tests/test_job_improvements.py
tests/test_masking.py
tests/test_meta_schema_and_partition_cols.py
tests/test_phase1_improvements.py
tests/test_pyinstaller_bundle.py
tests/test_query_auto_promote.py
tests/test_query_result_csv_fallback.py
tests/test_setting_parser.py
tests/test_skill_cli_consistency.py
tests/test_skill_renderer.py