.git-blame-ignore-revs
.gitignore
.l5x-toolkit.toml.example
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
PLUGINS.md
README.md
SECURITY.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/beta.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/AI_Agent_L5X_Reference_Guide.md
docs/README.md
docs/architecture.md
docs/cookbook.md
docs/development.md
docs/getting-started.md
docs/library-setup.md
docs/releasing.md
docs/surface-map.md
docs/tool-reference.md
docs/adr/0001-xml-tree-canonical.md
docs/adr/0002-core-sole-lxml-importer.md
docs/adr/0003-hybrid-tool-surface.md
docs/adr/0004-native-in-place-editing.md
docs/adr/0005-dry-run-universal.md
docs/adr/0006-naming-and-vocabulary.md
docs/adr/0007-return-envelope.md
docs/adr/0008-modules-import-only.md
docs/adr/0009-motion-seam.md
docs/adr/0010-toml-config-python-311.md
docs/adr/0011-library-resolution.md
docs/adr/0012-plc-transplant-partition.md
docs/adr/0013-manage-axes-dedicated.md
docs/adr/0014-language-managers.md
docs/adr/0015-v1-authoring-scope.md
docs/adr/0016-xlang-refactor-v1-cut.md
docs/adr/0017-single-scanner-single-schema.md
docs/adr/0018-equipment-phases-reserved.md
docs/adr/0019-aoi-instance-value-resolution.md
docs/adr/0020-aois-are-not-programs-native-edit-only.md
docs/adr/0021-no-deprecation-shims-clean-replacement.md
docs/adr/0022-manage-aoi-udt-fold-create-refactor.md
docs/adr/0023-fbd-sfc-authoring-shipped.md
docs/adr/0024-universal-envelope-conformance.md
docs/adr/0025-aoi-local-tag-crud-and-default-value-editing.md
docs/adr/0026-validator-type-source-from-catalog.md
docs/adr/0027-library-source-instruction-names-and-member-layouts.md
docs/adr/README.md
docs/adr/_template.md
docs/architecture/principles.md
docs/implementation/validator-robustness-plan.md
docs/internal/alarm-audit.md
docs/internal/data-format-audit.md
docs/internal/element-map.md
docs/internal/instruction-audit.md
docs/internal/ra-vcs-tools-map.md
docs/internal/refactor-layer.md
docs/internal/version-audit.md
docs/superpowers/plans/2026-06-03-fbd-sfc-authoring-plan.md
examples/plugins/l5x_plugin_tag_report/README.md
examples/plugins/l5x_plugin_tag_report/pyproject.toml
examples/plugins/l5x_plugin_tag_report/l5x_plugin_tag_report/__init__.py
examples/plugins/l5x_plugin_tag_report/l5x_plugin_tag_report/plugin.py
l5x_agent_toolkit/__init__.py
l5x_agent_toolkit/accessors.py
l5x_agent_toolkit/aoi.py
l5x_agent_toolkit/component_export.py
l5x_agent_toolkit/component_import.py
l5x_agent_toolkit/data_format.py
l5x_agent_toolkit/mcp_server.py
l5x_agent_toolkit/models.py
l5x_agent_toolkit/modules.py
l5x_agent_toolkit/plugin.py
l5x_agent_toolkit/programs.py
l5x_agent_toolkit/project.py
l5x_agent_toolkit/rll_content.py
l5x_agent_toolkit/rungs.py
l5x_agent_toolkit/schema.py
l5x_agent_toolkit/tags.py
l5x_agent_toolkit/type_resolver.py
l5x_agent_toolkit/udt.py
l5x_agent_toolkit/utils.py
l5x_agent_toolkit/validator.py
l5x_agent_toolkit/version.py
l5x_agent_toolkit/core/__init__.py
l5x_agent_toolkit/core/cdata.py
l5x_agent_toolkit/core/config.py
l5x_agent_toolkit/core/constants.py
l5x_agent_toolkit/core/fbd_content.py
l5x_agent_toolkit/core/library.py
l5x_agent_toolkit/core/motion.py
l5x_agent_toolkit/core/portability.py
l5x_agent_toolkit/core/refs.py
l5x_agent_toolkit/core/sfc_content.py
l5x_agent_toolkit/core/st_content.py
l5x_agent_toolkit/core/tree.py
l5x_agent_toolkit/io/__init__.py
l5x_agent_toolkit/io/transplant.py
l5x_agent_toolkit/model/__init__.py
l5x_agent_toolkit/model/resolve.py
l5x_agent_toolkit/ops/__init__.py
l5x_agent_toolkit/ops/axes.py
l5x_agent_toolkit/ops/fbd_layout.py
l5x_agent_toolkit/ops/graph_utils.py
l5x_agent_toolkit/ops/modules.py
l5x_agent_toolkit/ops/param_connections.py
l5x_agent_toolkit/ops/safety_tag_map.py
l5x_agent_toolkit/ops/sfc_layout.py
l5x_agent_toolkit/ops/trends.py
l5x_agent_toolkit/plugins/__init__.py
l5x_agent_toolkit/query/__init__.py
l5x_agent_toolkit/query/aoi_read.py
l5x_agent_toolkit/query/constants.py
l5x_agent_toolkit/query/errors.py
l5x_agent_toolkit/query/inspect.py
l5x_agent_toolkit/query/inventory.py
l5x_agent_toolkit/query/references.py
l5x_agent_toolkit/query/resolver.py
l5x_agent_toolkit/refactor/__init__.py
l5x_agent_toolkit/refactor/alarm_ops.py
l5x_agent_toolkit/refactor/aoi_ops.py
l5x_agent_toolkit/refactor/data_blocks.py
l5x_agent_toolkit/refactor/planner.py
l5x_agent_toolkit/refactor/rung_rewriter.py
l5x_agent_toolkit/refactor/typed_refs.py
l5x_agent_toolkit/refactor/types.py
l5x_agent_toolkit/refactor/udt_ops.py
l5x_agent_toolkit/reference/__init__.py
l5x_agent_toolkit/reference/catalog.py
l5x_agent_toolkit/reference/data/PROVENANCE.md
l5x_agent_toolkit/reference/data/validate.py.reference
l5x_agent_toolkit/reference/data/DataTypes/Atomic.json
l5x_agent_toolkit/reference/data/DataTypes/_index.md
l5x_agent_toolkit/reference/data/DataTypes/General/ALARM_SET_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/General/EXT_ROUTINE_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/General/EXT_ROUTINE_PARAMETERS.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_BIT_FIELD_DISTRIBUTE.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_BOOLEAN_AND.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_BOOLEAN_NOT.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_BOOLEAN_OR.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_BOOLEAN_XOR.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_COMPARE.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_CONVERT.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_COUNTER.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_LIMIT.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_LOGICAL.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_MASKED_MOVE.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_MASK_EQUAL.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_MATH.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_MATH_ADVANCED.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_ONESHOT.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_TIMER.json
l5x_agent_toolkit/reference/data/DataTypes/General/FBD_TRUNCATE.json
l5x_agent_toolkit/reference/data/DataTypes/General/SERIAL_PORT_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/General/SFC_ACTION.json
l5x_agent_toolkit/reference/data/DataTypes/General/SFC_STEP.json
l5x_agent_toolkit/reference/data/DataTypes/General/SFC_STOP.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/AXIS_CIP_DRIVE.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/AXIS_VIRTUAL.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/CAM.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/CAM_PROFILE.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/COORDINATE_SYSTEM.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/MOTION_GROUP.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/MOTION_INSTRUCTION.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/OUTPUT_CAM.json
l5x_agent_toolkit/reference/data/DataTypes/Motion/OUTPUT_COMPENSATION.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/ALARM_ANALOG.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/ALARM_DIGITAL.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/CONNECTION_STATUS.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/COUNTER.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/MESSAGE.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/PID.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/STRING.json
l5x_agent_toolkit/reference/data/DataTypes/Predefined/TIMER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/ALARM.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/CC.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/DEADTIME.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/DERIVATIVE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/DISCRETE_2STATE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/DISCRETE_3STATE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/DOMINANT_RESET.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/DOMINANT_SET.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/FILTER_HIGH_PASS.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/FILTER_LOW_PASS.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/FILTER_NOTCH.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/FLIP_FLOP_D.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/FLIP_FLOP_JK.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/FUNCTION_GENERATOR.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/HL_LIMIT.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/HMIBC.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/IMC.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/INTEGRATOR.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/LEAD_LAG.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/LEAD_LAG_SEC_ORDER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/MAXIMUM_CAPTURE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/MINIMUM_CAPTURE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/MMC.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/MOVING_AVERAGE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/MOVING_STD_DEV.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/MULTIPLEXER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/PIDE_AUTOTUNE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/PID_ENHANCED.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/POSITION_PROP.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/PROP_INT.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/PULSE_MULTIPLIER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/RAMP_SOAK.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/RATE_LIMITER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SCALE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SEC_ORDER_CONTROLLER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SELECT.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SELECTABLE_NEGATE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SELECTED_SUMMER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SELECT_ENHANCED.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/SPLIT_RANGE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/S_CURVE.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/TOTALIZER.json
l5x_agent_toolkit/reference/data/DataTypes/Process_Drives/UP_DOWN_ACCUM.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/AUX_VALVE_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/CAMSHAFT_MONITOR.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/CB_CONTINUOUS_MODE.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/CB_CRANKSHAFT_POS_MONITOR.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/CB_INCH_MODE.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/CB_SINGLE_STROKE_MODE.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/CONFIGURABLE_ROUT.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DCI_MONITOR.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DCI_START.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DCI_STOP.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DCI_STOP_TEST.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DCI_STOP_TEST_LOCK.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DCI_STOP_TEST_MUTE.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/DIVERSE_INPUT.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/EIGHT_POS_MODE_SELECTOR.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/EMERGENCY_STOP.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/ENABLE_PENDANT.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/FIVE_POS_MODE_SELECTOR.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/LIGHT_CURTAIN.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/MAIN_VALVE_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/MANUAL_VALVE_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/MUTING_FOUR_SENSOR_BIDIR.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/MUTING_TWO_SENSOR_ASYM.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/MUTING_TWO_SENSOR_SYM.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/REDUNDANT_INPUT.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/REDUNDANT_OUTPUT.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFELY_LIMITED_POSITION.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFELY_LIMITED_SPEED.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFETY_FEEDBACK_INTERFACE.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFETY_MAT.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFE_BRAKE_CONTROL.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFE_DIRECTION.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFE_OPERATING_STOP.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFE_STOP_1.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/SAFE_STOP_2.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/THRS_ENHANCED.json
l5x_agent_toolkit/reference/data/DataTypes/Safety/TWO_HAND_RUN_STATION.json
l5x_agent_toolkit/reference/data/Instructions/_fbd_structures.json
l5x_agent_toolkit/reference/data/Instructions/_index.json
l5x_agent_toolkit/reference/data/Instructions/_mnemonic_aliases.json
l5x_agent_toolkit/reference/data/Instructions/General/01_Bit.json
l5x_agent_toolkit/reference/data/Instructions/General/02_Timer_Counter.json
l5x_agent_toolkit/reference/data/Instructions/General/03_Compare.json
l5x_agent_toolkit/reference/data/Instructions/General/04_Compute_Math.json
l5x_agent_toolkit/reference/data/Instructions/General/05_Move_Logical.json
l5x_agent_toolkit/reference/data/Instructions/General/06_Array_File_Misc.json
l5x_agent_toolkit/reference/data/Instructions/General/07_Array_File_Shift.json
l5x_agent_toolkit/reference/data/Instructions/General/08_Sequencer.json
l5x_agent_toolkit/reference/data/Instructions/General/09_Program_Control.json
l5x_agent_toolkit/reference/data/Instructions/General/10_For_Break.json
l5x_agent_toolkit/reference/data/Instructions/General/11_Special.json
l5x_agent_toolkit/reference/data/Instructions/General/12_Trigonometric.json
l5x_agent_toolkit/reference/data/Instructions/General/13_Advanced_Math.json
l5x_agent_toolkit/reference/data/Instructions/General/14_Math_Conversion.json
l5x_agent_toolkit/reference/data/Instructions/General/15_ASCII_Serial_Port.json
l5x_agent_toolkit/reference/data/Instructions/General/16_ASCII_String.json
l5x_agent_toolkit/reference/data/Instructions/General/17_ASCII_Conversion.json
l5x_agent_toolkit/reference/data/Instructions/General/18_Input_Output.json
l5x_agent_toolkit/reference/data/Instructions/General/19_Alarm.json
l5x_agent_toolkit/reference/data/Instructions/General/20_Debug_License.json
l5x_agent_toolkit/reference/data/Instructions/Motion/01_State.json
l5x_agent_toolkit/reference/data/Instructions/Motion/02_Move.json
l5x_agent_toolkit/reference/data/Instructions/Motion/03_Group.json
l5x_agent_toolkit/reference/data/Instructions/Motion/04_Event.json
l5x_agent_toolkit/reference/data/Instructions/Motion/05_Configuration.json
l5x_agent_toolkit/reference/data/Instructions/Motion/06_Coordinated.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/01_Process.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/02_Drives.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/03_Filter.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/04_Select_Limit.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/05_Statistical.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/06_Logical_Move.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/07_Equipment_Phase.json
l5x_agent_toolkit/reference/data/Instructions/Process_Drives/08_Equipment_Sequence.json
l5x_agent_toolkit/reference/data/Instructions/Safety/01_Safety.json
l5x_agent_toolkit/reference/data/Instructions/Safety/02_Metal_Form.json
l5x_agent_toolkit/reference/data/Instructions/Safety/03_Drive_Safety.json
l5x_agent_toolkit/reference/data/Instructions/Safety/04_Safety_Legacy.json
l5x_agent_toolkit/reference/data/Instructions/_by_language/FBD.json
l5x_agent_toolkit/reference/data/Instructions/_by_language/LD.json
l5x_agent_toolkit/reference/data/Instructions/_by_language/ST.json
l5x_agent_toolkit/server/__init__.py
l5x_agent_toolkit/server/envelope.py
l5x_agent_toolkit/server/reads.py
l5x_agent_toolkit/server/tools_lifecycle.py
l5x_agent_toolkit/server/tools_structural.py
l5x_agent_toolkit/server/tools_write.py
l5x_agent_toolkit/validate/__init__.py
l5x_agent_toolkit/validate/fbd.py
l5x_agent_toolkit/validate/instructions.py
l5x_agent_toolkit/validate/modules.py
l5x_agent_toolkit/validate/report.py
l5x_agent_toolkit/validate/sfc.py
l5x_agent_toolkit/validate/xsd.py
l5x_toolkit.egg-info/PKG-INFO
l5x_toolkit.egg-info/SOURCES.txt
l5x_toolkit.egg-info/dependency_links.txt
l5x_toolkit.egg-info/entry_points.txt
l5x_toolkit.egg-info/requires.txt
l5x_toolkit.egg-info/scm_file_list.json
l5x_toolkit.egg-info/scm_version.json
l5x_toolkit.egg-info/top_level.txt
references/FBDTest.L5X
schemas/README.md
schemas/manifest.json
scripts/__init__.py
scripts/check_schema_drift.py
tests/__init__.py
tests/test_alarm.py
tests/test_alarm_array_convention.py
tests/test_alarm_nested_udt.py
tests/test_alarm_rebuild.py
tests/test_aoi.py
tests/test_aoi_call_placeholders.py
tests/test_aoi_construction.py
tests/test_aoi_construction_integration.py
tests/test_aoi_l5k_rebuild.py
tests/test_aoi_routine_language.py
tests/test_aoi_rung_edit.py
tests/test_aoi_st_seams.py
tests/test_change_datatype.py
tests/test_config_cache.py
tests/test_config_defaults.py
tests/test_config_references.py
tests/test_create_tag.py
tests/test_create_tag_inout.py
tests/test_data_format.py
tests/test_docs_surface.py
tests/test_envelope.py
tests/test_envelope_conformance.py
tests/test_exception_mapping.py
tests/test_export_component_envelope.py
tests/test_extended_validation.py
tests/test_fbd_content.py
tests/test_fbd_layout.py
tests/test_fbd_pins.py
tests/test_fbd_sfc_seam_fixes.py
tests/test_find_tag_resolution.py
tests/test_gap_p0_fixes.py
tests/test_gap_p1_operand_counts.py
tests/test_gap_p2_aoi_instructions.py
tests/test_graph_utils.py
tests/test_import_alarm_defs.py
tests/test_import_component_envelope.py
tests/test_import_convert.py
tests/test_import_transplant.py
tests/test_instantiate_tag.py
tests/test_instruction_languages.py
tests/test_instruction_validation.py
tests/test_layer_imports.py
tests/test_library_enumerate.py
tests/test_library_single_source.py
tests/test_list_library_entity.py
tests/test_load_project_envelope.py
tests/test_manage_aoi.py
tests/test_manage_axes.py
tests/test_manage_blocks.py
tests/test_manage_lines.py
tests/test_manage_modules.py
tests/test_manage_steps.py
tests/test_manage_tags_envelope.py
tests/test_manage_tags_new_actions.py
tests/test_manage_trends.py
tests/test_manage_udt.py
tests/test_mcp_build_tools.py
tests/test_mcp_server.py
tests/test_member_references.py
tests/test_motion.py
tests/test_motion_seam.py
tests/test_operand_classification.py
tests/test_operand_edge_cases.py
tests/test_p6_4_aoi_timestamp_contract.py
tests/test_p6_5_round_trip_hardening.py
tests/test_param_connections.py
tests/test_plugins.py
tests/test_produced_consumed_tags.py
tests/test_programs.py
tests/test_propagation_regressions.py
tests/test_reference_bridge.py
tests/test_reference_lookup_tools.py
tests/test_replace_operand.py
tests/test_reserved_cells.py
tests/test_rll_content.py
tests/test_rung_syntax.py
tests/test_rung_types.py
tests/test_safety_tag_map.py
tests/test_schema_arity.py
tests/test_schema_drift.py
tests/test_set_tag_class.py
tests/test_sfc_content.py
tests/test_sfc_layout.py
tests/test_tool_surface.py
tests/test_topo_sort_on_save.py
tests/test_type_resolver.py
tests/test_udt_bit_overlays.py
tests/test_udt_construction.py
tests/test_udt_rename_and_cdata.py
tests/test_udt_string_family.py
tests/test_validator_safety_types.py
tests/test_version.py
tests/core/__init__.py
tests/core/test_cdata.py
tests/core/test_config.py
tests/core/test_controller_order.py
tests/core/test_core_package.py
tests/core/test_library.py
tests/core/test_portability_partition.py
tests/core/test_refs.py
tests/core/test_refs_convergence.py
tests/core/test_refs_symbol.py
tests/core/test_tree.py
tests/corpus/__init__.py
tests/corpus/conftest.py
tests/corpus/test_roundtrip.py
tests/fixtures/__init__.py
tests/fixtures/minimal.L5X
tests/model/__init__.py
tests/model/test_legacy_dto_reexport.py
tests/model/test_resolve_dtos.py
tests/query/__init__.py
tests/query/test_inspect.py
tests/query/test_inspect_aoi.py
tests/query/test_inspect_program.py
tests/query/test_inventory.py
tests/query/test_inventory_aoi.py
tests/query/test_inventory_program_type.py
tests/query/test_references.py
tests/query/test_resolver.py
tests/query/test_set_parameter_wired_safety.py
tests/refactor/__init__.py
tests/refactor/conftest.py
tests/refactor/test_alarm_propagation.py
tests/refactor/test_aoi_ops.py
tests/refactor/test_aoi_refactor_xlang.py
tests/refactor/test_aoi_remove_param_memberrefs.py
tests/refactor/test_data_block_edit_schema.py
tests/refactor/test_data_blocks.py
tests/refactor/test_datablock_memberkind.py
tests/refactor/test_mcp_refactor.py
tests/refactor/test_planner.py
tests/refactor/test_planner_aoi_scope.py
tests/refactor/test_rung_rewriter.py
tests/refactor/test_typed_refs.py
tests/refactor/test_types.py
tests/refactor/test_udt_ops.py
tests/refactor/test_udt_overlay_refactor.py
tests/refactor/test_udt_rename_type_frozen.py
tests/server/__init__.py
tests/server/test_create_structural.py
tests/server/test_envelope.py
tests/server/test_manage_programs.py
tests/server/test_manage_rungs.py
tests/server/test_manage_tags_setparam.py
tests/server/test_reads_aoi.py
tests/server/test_reads_find_references.py
tests/server/test_reads_inspect.py
tests/server/test_reads_list.py
tests/server/test_reads_validate.py
tests/server/test_tools_lifecycle.py
tests/validate/__init__.py
tests/validate/test_aoi_context_checks.py
tests/validate/test_fbd_check.py
tests/validate/test_instructions_check.py
tests/validate/test_phase_context.py
tests/validate/test_run_checks.py
tests/validate/test_sfc_check.py