.gitattributes
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/compatibility-evidence.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/pull_request_template.md
.github/workflows/ci.yml
.github/workflows/deep-compliance-audit.yml
.github/workflows/mcpb.yml
.github/workflows/pypi.yml
.github/workflows/windows-installer.yml
.github/workflows/windows-signing.yml
.gitignore
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
README.md
README_RU.md
SECURITY.md
benchmarks/__init__.py
benchmarks/benchmark_core.py
benchmarks/benchmark_large_board.py
benchmarks/synthetic_board.py
docs/ACCEPTANCE_SEED_AUDIT.md
docs/API_ERRORS.md
docs/ARCHITECTURE.md
docs/ASYNC_EXECUTION.md
docs/CODE_REVIEW_2026-07-31.md
docs/DEVELOPMENT.md
docs/DOMAIN_MODEL.md
docs/EVIDENCE_CAPTURE.md
docs/EXTERNAL_ADAPTERS.md
docs/FIELD_SOLVER_PROTOCOL.md
docs/FORMAT_COVERAGE.md
docs/GEOMETRY_ENGINE.md
docs/IMPEDANCE_AND_SI.md
docs/INSTALL_FROM_RELEASE.md
docs/LICENSE_DECISION.md
docs/LIVE_ACCEPTANCE_2026-07-31.md
docs/LIVE_EXCHANGE_PATHS.md
docs/MCP_DISTRIBUTION.md
docs/MCP_TOOLS.md
docs/OPEN_QUESTIONS.md
docs/PLACEMENT_ENGINE.md
docs/PROBE_PACK.md
docs/PUBLIC_RELEASE_CHECKLIST.md
docs/REFERENCE_MATERIALS_AUDIT.md
docs/RELEASE_0_2_0_CHECKLIST.md
docs/RELEASE_0_2_1_CHECKLIST.md
docs/RELEASE_PROCESS.md
docs/REVIEW_ENGINE.md
docs/ROADMAP.md
docs/ROUTING_ENGINE.md
docs/SECURITY_AND_POLICY.md
docs/SERVICE_DECOMPOSITION.md
docs/SIGNING.md
docs/SKILL_CONTRACTS.md
docs/TESTING.md
docs/TRANSACTIONS.md
docs/TRUSTED_PROVENANCE_REGISTRY.md
docs/USAGE.md
docs/WINDOWS_INSTALLER.md
docs/WINDOWS_WSL_LOCK_INTEROP.md
docs/XML_COMPATIBILITY.md
docs/badges/coverage.svg
docs/compliance/BASELINE_AUDIT.md
docs/compliance/BRANCH_PROTECTION_STATUS.md
docs/compliance/DIPTRACE_MATERIALS_STATUS.md
docs/compliance/INDEPENDENT_REVIEW_PACKAGE.md
docs/compliance/INDEPENDENT_REVIEW_TEMPLATE.md
docs/compliance/POST_MERGE_AUDIT_2026-08-02.md
docs/compliance/PROVENANCE_INVENTORY.csv
docs/compliance/THIRD_PARTY_NOTICES.md
docs/compliance/WINDOWS_BUNDLE_INVENTORY.md
docs/compliance/dependency-inventory.json
docs/compliance/sbom.cdx.json
docs/evidence_capture/open-save.attestations.template.json
docs/evidence_capture/operator-answers.template.json
docs/evidence_capture/pcb-format-question.recipe.template.json
docs/evidence_capture/q1-component-angle.HUMAN_ACTION_REQUIRED.md
docs/evidence_capture/q1-component-angle.recipe.json
docs/evidence_capture/q1-component-angle.result.json
docs/evidence_capture/reexport.attestations.template.json
docs/evidence_capture/source.attestations.template.json
docs/releases/v0.1.0.md
docs/releases/v0.1.1.md
docs/releases/v0.1.2.md
docs/releases/v0.2.0.md
docs/releases/v0.2.1.md
examples/claude_desktop_config.json
examples/codex-config.toml
installer/DipTraceMCP.iss
installer/README.md
packaging/README_FIRST.txt
packaging/diptrace_mcp_configure.spec
packaging/diptrace_mcp_server.spec
packaging/inno_setup_prerequisite.json
packaging/install_portable.ps1
packaging/mcpb/README.md
packaging/mcpb/README_FIRST.md
packaging/mcpb/manifest.template.json
packaging/registry/server.template.json
packaging/remove_owned_state.ps1
packaging/windows-constraints.txt
packaging/write_installation_manifest.ps1
plugin/bridge_entry.py
plugin/build_bridge.ps1
plugin/install_plugin.ps1
plugin/package_plugin.ps1
plugin/settings/component.settings.xml
plugin/settings/pattern.settings.xml
plugin/settings/pcb.settings.xml
plugin/settings/schematic.settings.xml
plugin/uninstall_plugin.ps1
plugin/verify_signature.ps1
pyproject.toml
reference/diptrace-xml/REFERENCE.md
reference/diptrace-xml/SKILL.md
reference/diptrace-xml/spec_inventory.json
reference/mcp-tools-list.snapshot.json
reference/service-facade-contract.json
scripts/audit_acceptance_seeds.py
scripts/audit_event_loop.py
scripts/audit_reference_materials.py
scripts/audit_release_artifacts.py
scripts/audit_windows_bundle.py
scripts/build_mcpb.py
scripts/build_windows_configurator.ps1
scripts/build_windows_installer.ps1
scripts/build_windows_server.ps1
scripts/capture_diptrace_evidence.py
scripts/check_coverage.py
scripts/check_dco.py
scripts/check_provenance_inventory.py
scripts/check_public_privacy.py
scripts/check_service_facade_contract.py
scripts/compare_artifact_sbom.py
scripts/extract_spec_inventory.py
scripts/frozen_server_smoke.py
scripts/generate_compliance_inventory.py
scripts/generate_coverage_badge.py
scripts/generate_fixture_hash_manifest.py
scripts/generate_mcp_tools_snapshot.py
scripts/generate_pcb_skills.py
scripts/generate_registry_server_json.py
scripts/gitleaks.toml
scripts/hatch_build.py
scripts/ingest_fixtures.py
scripts/make_probe_pack.py
scripts/mcp_smoke.py
scripts/measure_mcp_surface.py
scripts/probe_windows_wsl_lock_interop.py
scripts/release_artifact_allowlist.txt
scripts/report_format_coverage.py
scripts/run_clean_room_audit.py
scripts/run_deep_audit.py
scripts/run_dependency_audit.py
scripts/smoke_bridge_headless.py
scripts/spec_inventory_integrity.py
scripts/summarize_pyinstaller_inventory.py
scripts/summarize_scancode.py
scripts/validate_service_decomposition.py
scripts/verify_geometry_backend.py
skills/README.md
skills/SOURCES.sha256
skills/SURVIVAL_CRITERIA.md
skills/capability-map.json
skills/catalog.json
skills/critical-net-router/SKILL.md
skills/diptrace-evidence-capture/SKILL.md
skills/diptrace-evidence-capture/references/operator-workflow.md
skills/diptrace-evidence-capture/scripts/capture_diptrace_evidence.py
skills/diptrace-evidence-capture/scripts/ingest_fixtures.py
skills/library-quality-audit/SKILL.md
skills/pcb-project-intake/SKILL.md
skills/release-gate/SKILL.md
skills/schematic-erc-review/SKILL.md
skills/shared/result.schema.json
skills/signal-integrity-review/SKILL.md
skills/testpoint-planner/SKILL.md
src/diptrace_mcp/__init__.py
src/diptrace_mcp/__main__.py
src/diptrace_mcp/adapters.py
src/diptrace_mcp/advanced_review.py
src/diptrace_mcp/backups.py
src/diptrace_mcp/bom.py
src/diptrace_mcp/bridge.py
src/diptrace_mcp/capabilities.py
src/diptrace_mcp/capability_model.py
src/diptrace_mcp/clearance.py
src/diptrace_mcp/config.py
src/diptrace_mcp/connectivity.py
src/diptrace_mcp/data/trusted_provenance_registry.json
src/diptrace_mcp/design_compare.py
src/diptrace_mcp/domain.py
src/diptrace_mcp/error_boundary.py
src/diptrace_mcp/errors.py
src/diptrace_mcp/evidence_status.py
src/diptrace_mcp/exports.py
src/diptrace_mcp/external_adapters.py
src/diptrace_mcp/external_process.py
src/diptrace_mcp/findings.py
src/diptrace_mcp/frozen_server.py
src/diptrace_mcp/geometry.py
src/diptrace_mcp/geometry_backend.py
src/diptrace_mcp/impedance.py
src/diptrace_mcp/inspector.py
src/diptrace_mcp/jobs.py
src/diptrace_mcp/lengths.py
src/diptrace_mcp/library_adapters.py
src/diptrace_mcp/model_cache.py
src/diptrace_mcp/multirouter.py
src/diptrace_mcp/numeric_inputs.py
src/diptrace_mcp/operations.py
src/diptrace_mcp/placement.py
src/diptrace_mcp/plans.py
src/diptrace_mcp/policy.py
src/diptrace_mcp/preview.py
src/diptrace_mcp/previews.py
src/diptrace_mcp/provenance_registry.py
src/diptrace_mcp/record_ids.py
src/diptrace_mcp/record_store.py
src/diptrace_mcp/retention.py
src/diptrace_mcp/return_path.py
src/diptrace_mcp/review.py
src/diptrace_mcp/routing.py
src/diptrace_mcp/routing_compiler.py
src/diptrace_mcp/scaffolding.py
src/diptrace_mcp/semantic_compiler.py
src/diptrace_mcp/server.py
src/diptrace_mcp/service.py
src/diptrace_mcp/services/__init__.py
src/diptrace_mcp/services/bom.py
src/diptrace_mcp/services/context.py
src/diptrace_mcp/services/discovery.py
src/diptrace_mcp/services/documents.py
src/diptrace_mcp/services/evidence.py
src/diptrace_mcp/services/exports.py
src/diptrace_mcp/services/external_jobs.py
src/diptrace_mcp/services/jobs.py
src/diptrace_mcp/services/live_sessions.py
src/diptrace_mcp/services/placement.py
src/diptrace_mcp/services/review.py
src/diptrace_mcp/services/routing.py
src/diptrace_mcp/services/scaffolding.py
src/diptrace_mcp/services/semantic_engine.py
src/diptrace_mcp/services/semantic_operations.py
src/diptrace_mcp/services/synchronization.py
src/diptrace_mcp/services/transactions.py
src/diptrace_mcp/services/xml_writes.py
src/diptrace_mcp/sessions.py
src/diptrace_mcp/silkscreen.py
src/diptrace_mcp/spatial.py
src/diptrace_mcp/specctra.py
src/diptrace_mcp/synchronization.py
src/diptrace_mcp/transactions.py
src/diptrace_mcp/via_styles.py
src/diptrace_mcp/windows_configurator.py
src/diptrace_mcp/windows_job.py
src/diptrace_mcp/write_limits.py
src/diptrace_mcp/xml_document.py
tests/fixture_hashes.sha256
tests/fixtures/component_library.xml
tests/fixtures/diff_pair_pcb.xml
tests/fixtures/diptrace-5.3/README.md
tests/fixtures/diptrace-5.3/manifest.json
tests/fixtures/diptrace-5.3/manifest.schema.json
tests/fixtures/diptrace_5_3/README.md
tests/fixtures/diptrace_5_3/manifest.pending.schema.json
tests/fixtures/diptrace_5_3/manifest.schema.json
tests/fixtures/diptrace_5_3/power_multilayer/README.md
tests/fixtures/diptrace_5_3/power_multilayer/expected_summary.json
tests/fixtures/diptrace_5_3/power_multilayer/manifest.pending.json
tests/fixtures/diptrace_5_3/power_multilayer/pours/README_pending_manual.md
tests/fixtures/diptrace_5_3/power_multilayer/preview.json
tests/fixtures/diptrace_5_3/power_multilayer/preview.svg
tests/fixtures/diptrace_5_3/power_multilayer/source_board.xml
tests/fixtures/diptrace_5_3/power_multilayer/specctra/README_pending_manual.md
tests/fixtures/diptrace_5_3/power_multilayer/specctra/source_board.xml
tests/fixtures/exact_geometry_pcb.xml
tests/fixtures/openems_stripline_result.json
tests/fixtures/pattern_library.xml
tests/fixtures/pcb.xml
tests/fixtures/pcb_4layer.xml
tests/fixtures/pcb_patterns.xml
tests/fixtures/pcb_unicode.xml
tests/fixtures/schematic.xml
tests/test_acceptance_seed_audit.py
tests/test_advanced_review.py
tests/test_adversarial_xml_corpus.py
tests/test_audit_reference_materials.py
tests/test_badges.py
tests/test_bounded_payloads.py
tests/test_bridge.py
tests/test_capability_parity.py
tests/test_capture_diptrace_evidence.py
tests/test_check_coverage.py
tests/test_ci_workflow.py
tests/test_clearance_resolution.py
tests/test_config_paths.py
tests/test_connectivity.py
tests/test_copper_pour_obstacles.py
tests/test_creation_sha_gate.py
tests/test_cross_platform_exchange_paths.py
tests/test_diptrace53_fixture_manifest.py
tests/test_diptrace53_fixture_pack.py
tests/test_documentation_links.py
tests/test_error_boundary.py
tests/test_event_loop_responsiveness.py
tests/test_evidence_mcp.py
tests/test_exports.py
tests/test_external_process.py
tests/test_extract_spec_inventory.py
tests/test_fixture_hash_manifest.py
tests/test_format_coverage.py
tests/test_foundation.py
tests/test_frozen_server_smoke.py
tests/test_geometry.py
tests/test_impedance_invariants.py
tests/test_ingest_fixtures.py
tests/test_inspector.py
tests/test_large_synthetic_board.py
tests/test_libraries.py
tests/test_live_apply_binding.py
tests/test_live_session_lifecycle.py
tests/test_mcp_error_contracts.py
tests/test_mcp_tool_chain.py
tests/test_mcp_tools_snapshot.py
tests/test_mcpb_distribution.py
tests/test_model_cache.py
tests/test_models.py
tests/test_multirouter.py
tests/test_ngspice.py
tests/test_nonfinite_inputs.py
tests/test_openems.py
tests/test_operation_schema.py
tests/test_pattern_validation.py
tests/test_phase4.py
tests/test_placement.py
tests/test_plugin_settings.py
tests/test_policy.py
tests/test_post_merge_audit.py
tests/test_power_multilayer_fixture.py
tests/test_preview.py
tests/test_probe_pack.py
tests/test_prompt_acceptance.py
tests/test_provenance_registry.py
tests/test_public_compliance.py
tests/test_record_store_base.py
tests/test_release_artifacts.py
tests/test_retention.py
tests/test_review.py
tests/test_router.py
tests/test_routing_4layer.py
tests/test_routing_primitives.py
tests/test_scaffolding.py
tests/test_schematic_authoring.py
tests/test_schematic_pcb_sync.py
tests/test_semantic_dispatch.py
tests/test_server.py
tests/test_server_bundle.py
tests/test_service.py
tests/test_service_facade_contract.py
tests/test_session_concurrency.py
tests/test_sessions.py
tests/test_signal_integrity.py
tests/test_silkscreen.py
tests/test_skill_packages.py
tests/test_skills_integrity.py
tests/test_spatial.py
tests/test_spec_inventory.py
tests/test_spec_inventory_integrity.py
tests/test_specctra.py
tests/test_store_identifiers.py
tests/test_transaction_recovery.py
tests/test_trust_model.py
tests/test_windows_bundle_audit.py
tests/test_windows_configurator.py
tests/test_windows_installer_sources.py
tests/test_windows_wsl_lock_interop_probe.py
tests/test_write_object_limit.py
tests/test_xml_document.py
tests/test_xml_encoding_preservation.py
