MANIFEST.in
README.md
pyproject.toml
setup.py
scripts/regression_test.py
src/maxc_cli/__init__.py
src/maxc_cli/__main__.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/cli.py
src/maxc_cli/config.py
src/maxc_cli/exceptions.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/nohup.out
src/maxc_cli/skills/agents/openai.yaml
src/maxc_cli/skills/references/bootstrap-auth.md
src/maxc_cli/skills/references/command-patterns.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/setup-install.md
tests/test_agent_hints_and_cli.py
tests/test_agent_skill_commands_context.py
tests/test_cache.py
tests/test_catalog.py
tests/test_cli_mock.py
tests/test_compat.py
tests/test_e2e_smoke.py
tests/test_error_self_correction.py
tests/test_external_auth.py
tests/test_integration.py
tests/test_integration_real.py
tests/test_job_improvements.py
tests/test_masking.py
tests/test_phase1_improvements.py
tests/test_query_auto_promote.py
tests/test_setting_parser.py