.codecrate.toml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
.taskledger.toml
AGENTS.md
AUTHORS
LICENSE
MANIFEST.in
Makefile
README.md
cliff.toml
pyproject.toml
pytest.ini
setup.py
docs/Makefile
docs/README.md
docs/agent_command_inventory.rst
docs/agent_contract.rst
docs/agent_output_audit.rst
docs/api.rst
docs/build.sh
docs/changelog.rst
docs/cli.rst
docs/command_inventory.rst
docs/conf.py
docs/configuration.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/interfaces.rst
docs/migrate-odoo-conf.rst
docs/quickstart.rst
docs/requirements.txt
docs/technical_documentation.rst
docs/api/addons_path_manager.rst
docs/api/api_models.rst
docs/api/builders.rst
docs/api/cli_app.rst
docs/api/cli_typer.rst
docs/api/cli_types.rst
docs/api/config_loader.rst
docs/api/demo_process_manager.rst
docs/api/exceptions.rst
docs/api/manifest.rst
docs/api/manifest_collection.rst
docs/api/module_manager.rst
docs/api/modules.rst
docs/api/odoo_code_executor.rst
docs/api/odoo_inspector.rst
docs/api/odoo_operations.rst
docs/api/odoo_query.rst
docs/api/operation_result.rst
docs/api/operation_sets.rst
docs/api/output.rst
docs/api/process_manager.rst
docs/api/utils.rst
docs/maintainer/agent_contract_changes.md
docs/maintainer/public_api.md
examples/README.md
examples/code_executor_example.py
examples/database_operations_example.py
examples/demo_comparison.py
examples/demo_mode_example.py
examples/demo_test_scenarios.py
examples/enhanced_demo_example.py
examples/execute_python_example.py
examples/install_module_example.py
examples/manifest_collection_example.py
examples/module_manifest_example.py
examples/run_command_yielding_example.py
examples/series_detection_example.py
examples/shell_command_example.py
examples/simple_shell_example.py
examples/simple_yield_test.py
examples/test_module_example.py
examples/update_module_example.py
examples/yield_line_example.py
integration_tests/.oduit.toml
integration_tests/README.md
integration_tests/conftest.py
integration_tests/test_agent_workflows.py
integration_tests/test_basic_operations.py
integration_tests/myaddons/a/__init__.py
integration_tests/myaddons/a/__manifest__.py.tmpl
integration_tests/myaddons/b/__init__.py
integration_tests/myaddons/b/__manifest__.py.tmpl
integration_tests/myaddons/b/tests/__init__.py
integration_tests/myaddons/b/tests/test_basic.py
integration_tests/myaddons/c/__init__.py
integration_tests/myaddons/c/__manifest__.py.tmpl
integration_tests/myaddons/c/models.py
integration_tests/myaddons/c/views/test_dummy_views.xml
integration_tests/myaddons/d/__init__.py
integration_tests/myaddons/d/__manifest__.py.tmpl
integration_tests/myaddons/e/__init__.py
integration_tests/myaddons/e/__manifest__.py.tmpl
integration_tests/myaddons/e/models.py
integration_tests/myaddons/e/tests/__init__.py
integration_tests/myaddons/e/tests/test_basic.py
integration_tests/myaddons/e/views/test_dummy_views.xml
oduit/__init__.py
oduit/_version.py
oduit/addons_path_manager.py
oduit/api_models.py
oduit/arc42_renderer.py
oduit/base_process_manager.py
oduit/builders.py
oduit/cli_typer.py
oduit/cli_types.py
oduit/config_loader.py
oduit/config_provider.py
oduit/demo_process_manager.py
oduit/documentation_policy.py
oduit/documentation_renderer.py
oduit/documentation_tracking.py
oduit/exceptions.py
oduit/managed_markdown.py
oduit/manifest.py
oduit/manifest_collection.py
oduit/module_manager.py
oduit/mutation_policy.py
oduit/odoo_code_executor.py
oduit/odoo_embedded_manager.py
oduit/odoo_inspector.py
oduit/odoo_operations.py
oduit/odoo_query.py
oduit/operation_result.py
oduit/operation_sets.py
oduit/output.py
oduit/process_manager.py
oduit/project_paths.py
oduit/py.typed
oduit/schemas.py
oduit/source_locator.py
oduit/technical_documentation.py
oduit/utils.py
oduit.egg-info/PKG-INFO
oduit.egg-info/SOURCES.txt
oduit.egg-info/dependency_links.txt
oduit.egg-info/entry_points.txt
oduit.egg-info/requires.txt
oduit.egg-info/top_level.txt
oduit/_operations/__init__.py
oduit/_operations/base.py
oduit/_operations/database.py
oduit/_operations/discovery.py
oduit/_operations/documentation.py
oduit/_operations/query.py
oduit/_operations/runtime.py
oduit/_operations/source_analysis.py
oduit/_operations/unsafe_execution.py
oduit/cli/__init__.py
oduit/cli/addon_filters.py
oduit/cli/agent_support.py
oduit/cli/app.py
oduit/cli/bootstrap_support.py
oduit/cli/command_inventory.py
oduit/cli/dependency_output.py
oduit/cli/doctor.py
oduit/cli/errors.py
oduit/cli/init_env.py
oduit/cli/main_support.py
oduit/cli/manifest_support.py
oduit/cli/register_agent_commands.py
oduit/cli/register_app_commands.py
oduit/cli/register_documentation_commands.py
oduit/cli/register_inspection_commands.py
oduit/cli/runtime_context.py
oduit/cli/agent/__init__.py
oduit/cli/agent/documentation.py
oduit/cli/agent/mutate.py
oduit/cli/agent/payloads.py
oduit/cli/agent/planning.py
oduit/cli/agent/query.py
oduit/cli/agent/read_only.py
oduit/cli/agent/services.py
oduit/cli/agent/validate.py
oduit/cli/commands/__init__.py
oduit/cli/commands/addons.py
oduit/cli/commands/database.py
oduit/cli/commands/dependencies.py
oduit/cli/commands/documentation.py
oduit/cli/commands/module_input.py
oduit/cli/commands/operation_set_cli.py
oduit/cli/commands/runtime.py
schemas/result-envelope.schema.json
schemas/agent/addon-change-context.schema.json
schemas/agent/addon-change-preflight.schema.json
schemas/agent/addon-change-validation.schema.json
schemas/agent/addon-documentation.schema.json
schemas/agent/addon-file-inventory.schema.json
schemas/agent/addon-info.schema.json
schemas/agent/addon-inspection.schema.json
schemas/agent/addon-install-checks.schema.json
schemas/agent/addon-inventory.schema.json
schemas/agent/addon-model-inventory.schema.json
schemas/agent/addon-root-resolution.schema.json
schemas/agent/addon-test-inventory.schema.json
schemas/agent/batch-addon-inspection.schema.json
schemas/agent/column-description.schema.json
schemas/agent/config-resolution.schema.json
schemas/agent/constraint-inventory.schema.json
schemas/agent/cron-inspection.schema.json
schemas/agent/dependency-graph.schema.json
schemas/agent/duplicate-modules.schema.json
schemas/agent/environment-context.schema.json
schemas/agent/field-existence.schema.json
schemas/agent/field-inspection.schema.json
schemas/agent/field-source-location.schema.json
schemas/agent/index-usage-metrics.schema.json
schemas/agent/m2m-inspection.schema.json
schemas/agent/manifest-validation.schema.json
schemas/agent/manifest.schema.json
schemas/agent/model-existence.schema.json
schemas/agent/model-extension-inventory.schema.json
schemas/agent/model-inspection.schema.json
schemas/agent/model-source-location.schema.json
schemas/agent/model-view-inventory.schema.json
schemas/agent/module-inspection.schema.json
schemas/agent/query-result.schema.json
schemas/agent/recommended-test-plan.schema.json
schemas/agent/slow-query-metrics.schema.json
schemas/agent/subtype-inventory.schema.json
schemas/agent/table-description.schema.json
schemas/agent/table-inventory.schema.json
schemas/agent/table-scan-metrics.schema.json
schemas/agent/technical-documentation-next.schema.json
schemas/agent/technical-documentation-status.schema.json
schemas/agent/technical-documentation.schema.json
schemas/agent/update-plan.schema.json
schemas/agent/xmlid-inspection.schema.json
scripts/agent-output-matrix.example.json
scripts/oduit_agent_output_audit.py
skills/oduit/SKILL.md
skills/oduit-technical-documentation/SKILL.md
tests/__init__.py
tests/test_addons_path_manager.py
tests/test_agent_cli.py
tests/test_agent_payload_contract.py
tests/test_agent_services.py
tests/test_agent_source_location.py
tests/test_agent_workflows.py
tests/test_builders.py
tests/test_cli_app.py
tests/test_cli_documentation.py
tests/test_cli_inspection_commands.py
tests/test_cli_odoo_series.py
tests/test_cli_typer.py
tests/test_commands.py
tests/test_config_loader.py
tests/test_config_provider.py
tests/test_database_operations.py
tests/test_demo_mode.py
tests/test_docs_surface.py
tests/test_doctor.py
tests/test_documentation_renderer.py
tests/test_documentation_tracking.py
tests/test_json_parser.py
tests/test_managed_markdown.py
tests/test_manifest.py
tests/test_manifest_collection.py
tests/test_module_manager_find_modules.py
tests/test_module_manager_series.py
tests/test_module_sorting.py
tests/test_multi_addon_documentation.py
tests/test_odoo_embedded_manager.py
tests/test_odoo_inspector.py
tests/test_odoo_query.py
tests/test_operation_result.py
tests/test_operation_result_real_logs.py
tests/test_operation_sets.py
tests/test_output.py
tests/test_process_manager.py
tests/test_python_api.py
tests/test_security_tasks.py
tests/test_utils.py
tests/fixtures/real_logs/install_unmet_dependencies.log
tests/fixtures/real_logs/test_failure_dvo.log
tests/fixtures/real_logs/test_failure_truncated_traceback.log
tests/fixtures/real_logs/test_failure_wrapped_traceback.log