.gitignore
.pre-commit-config.yaml
.roomodes
CHANGELOG.md
CLAUDE.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
test-results.xml
.claude/config.json
.claude/settings.json
.claude/commands/sparc/coder.md
.claude/commands/sparc/orchestrator.md
.claude/commands/sparc/researcher.md
.claude/commands/swarm/analysis.md
.claude/commands/swarm/development.md
.claude/commands/swarm/examples.md
.claude/commands/swarm/maintenance.md
.claude/commands/swarm/optimization.md
.claude/commands/swarm/research.md
.claude/commands/swarm/testing.md
.github/workflows/ci.yml
.github/workflows/extended-tests.yml
.github/workflows/release.yml
docs/RELEASE_PROCESS.md
py_autotask/__init__.py
py_autotask/auth.py
py_autotask/cli.py
py_autotask/client.py
py_autotask/exceptions.py
py_autotask/types.py
py_autotask/utils.py
py_autotask.egg-info/PKG-INFO
py_autotask.egg-info/SOURCES.txt
py_autotask.egg-info/dependency_links.txt
py_autotask.egg-info/entry_points.txt
py_autotask.egg-info/not-zip-safe
py_autotask.egg-info/requires.txt
py_autotask.egg-info/top_level.txt
py_autotask/entities/__init__.py
py_autotask/entities/accounts.py
py_autotask/entities/allocation_codes.py
py_autotask/entities/analytics.py
py_autotask/entities/api_usage_metrics.py
py_autotask/entities/attachments.py
py_autotask/entities/audit_logs.py
py_autotask/entities/automation_rules.py
py_autotask/entities/backup_configuration.py
py_autotask/entities/base.py
py_autotask/entities/billing_codes.py
py_autotask/entities/billing_items.py
py_autotask/entities/business_divisions.py
py_autotask/entities/business_rules.py
py_autotask/entities/change_requests.py
py_autotask/entities/companies.py
py_autotask/entities/compliance_frameworks.py
py_autotask/entities/configuration_item_types.py
py_autotask/entities/configuration_items.py
py_autotask/entities/contacts.py
py_autotask/entities/contract_adjustments.py
py_autotask/entities/contract_blocks.py
py_autotask/entities/contract_charges.py
py_autotask/entities/contract_exclusions.py
py_autotask/entities/contract_services.py
py_autotask/entities/contracts.py
py_autotask/entities/custom_fields.py
py_autotask/entities/dashboards.py
py_autotask/entities/data_export.py
py_autotask/entities/data_integrations.py
py_autotask/entities/departments.py
py_autotask/entities/expenses.py
py_autotask/entities/holiday_sets.py
py_autotask/entities/incident_types.py
py_autotask/entities/integration_endpoints.py
py_autotask/entities/invoices.py
py_autotask/entities/manager.py
py_autotask/entities/notes.py
py_autotask/entities/notification_rules.py
py_autotask/entities/operations.py
py_autotask/entities/performance_metrics.py
py_autotask/entities/products.py
py_autotask/entities/project_budgets.py
py_autotask/entities/project_charges.py
py_autotask/entities/project_milestones.py
py_autotask/entities/project_phases.py
py_autotask/entities/project_reports.py
py_autotask/entities/project_templates.py
py_autotask/entities/projects.py
py_autotask/entities/purchase_orders.py
py_autotask/entities/query_builder.py
py_autotask/entities/quotes.py
py_autotask/entities/reports.py
py_autotask/entities/resource_allocation.py
py_autotask/entities/resource_roles.py
py_autotask/entities/resource_skills.py
py_autotask/entities/resources.py
py_autotask/entities/security_policies.py
py_autotask/entities/service_calls.py
py_autotask/entities/service_level_agreements.py
py_autotask/entities/subscriptions.py
py_autotask/entities/system_configuration.py
py_autotask/entities/system_health.py
py_autotask/entities/task_dependencies.py
py_autotask/entities/tasks.py
py_autotask/entities/teams.py
py_autotask/entities/ticket_categories.py
py_autotask/entities/ticket_priorities.py
py_autotask/entities/ticket_sources.py
py_autotask/entities/ticket_statuses.py
py_autotask/entities/tickets.py
py_autotask/entities/time_entries.py
py_autotask/entities/user_defined_fields.py
py_autotask/entities/vendor_types.py
py_autotask/entities/work_types.py
py_autotask/entities/workflow_rules.py
py_autotask/entities/workflows.py
scripts/release.sh
tests/__init__.py
tests/conftest.py
tests/test_attachments.py
tests/test_auth.py
tests/test_batch_operations.py
tests/test_client.py
tests/test_companies.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_performance.py
tests/test_query_builder.py
tests/test_tickets.py