LICENSE
README.md
pyproject.toml
src/adr_architecture_kit.egg-info/PKG-INFO
src/adr_architecture_kit.egg-info/SOURCES.txt
src/adr_architecture_kit.egg-info/dependency_links.txt
src/adr_architecture_kit.egg-info/entry_points.txt
src/adr_architecture_kit.egg-info/requires.txt
src/adr_architecture_kit.egg-info/top_level.txt
src/adr_kit/__init__.py
src/adr_kit/decorators.py
src/adr_kit/pathing.py
src/adr_kit/projection.py
src/adr_kit/cli/__init__.py
src/adr_kit/cli/main.py
src/adr_kit/compiler/__init__.py
src/adr_kit/compiler/config.py
src/adr_kit/compiler/diagnostics.py
src/adr_kit/compiler/driver.py
src/adr_kit/compiler/pipeline.py
src/adr_kit/compiler/registry_bundle.py
src/adr_kit/compiler/backend/__init__.py
src/adr_kit/compiler/backend/adr_ir_fragment_emitter.py
src/adr_kit/compiler/backend/adr_ir_fragment_rendering.py
src/adr_kit/compiler/backend/common.py
src/adr_kit/compiler/backend/emitters.py
src/adr_kit/compiler/backend/graph_emitter.py
src/adr_kit/compiler/backend/graph_rendering.py
src/adr_kit/compiler/backend/manifest_emitter.py
src/adr_kit/compiler/backend/manifest_rendering.py
src/adr_kit/compiler/backend/markdown_emitter.py
src/adr_kit/compiler/backend/markdown_rendering.py
src/adr_kit/compiler/backend/projection.py
src/adr_kit/compiler/backend/registry_emitter.py
src/adr_kit/compiler/frontend/__init__.py
src/adr_kit/compiler/frontend/builder.py
src/adr_kit/compiler/frontend/parser.py
src/adr_kit/compiler/frontend/support.py
src/adr_kit/compiler/ir/__init__.py
src/adr_kit/compiler/ir/arch_model.py
src/adr_kit/compiler/ir/entity_graph.py
src/adr_kit/compiler/ir/identity.py
src/adr_kit/compiler/ir/parsed_corpus.py
src/adr_kit/compiler/ir/rel_graph.py
src/adr_kit/compiler/ir/unresolved_list.py
src/adr_kit/compiler/passes/__init__.py
src/adr_kit/compiler/passes/derive_relationships.py
src/adr_kit/compiler/passes/detect_unresolved.py
src/adr_kit/compiler/passes/extract_logical_entities.py
src/adr_kit/compiler/passes/extract_physical_entities.py
src/adr_kit/compiler/passes/fixed_order.py
src/adr_kit/compiler/passes/resolve_invariant_canonical.py
src/adr_kit/compiler/passes/score_completeness.py
src/adr_kit/compiler/passes/validate_bundle.py
src/adr_kit/generators/__init__.py
src/adr_kit/generators/_yaml_support.py
src/adr_kit/generators/architecture_index_generator.py
src/adr_kit/generators/entity_registry_generator.py
src/adr_kit/generators/logical_generator.py
src/adr_kit/generators/manifest_generator.py
src/adr_kit/generators/physical_component_generator.py
src/adr_kit/generators/physical_system_generator.py
src/adr_kit/generators/source_adr_generator.py
src/adr_kit/generators/system_overview_generator.py
src/adr_kit/generators/views/__init__.py
src/adr_kit/generators/views/markdown.py
src/adr_kit/integrity/__init__.py
src/adr_kit/integrity/artifacts.py
src/adr_kit/integrity/core.py
src/adr_kit/integrity/legacy_registry.py
src/adr_kit/integrity/validation.py
src/adr_kit/migrators/__init__.py
src/adr_kit/migrators/canonical_id_normalizer.py
src/adr_kit/migrators/e_adr_classification.py
src/adr_kit/migrators/e_adr_parser.py
src/adr_kit/migrators/markdown_to_yaml.py
src/adr_kit/models/__init__.py
src/adr_kit/models/architecture_discovery.py
src/adr_kit/models/common.py
src/adr_kit/models/decision_ledger.py
src/adr_kit/models/entity_registry.py
src/adr_kit/models/implementation_attribution.py
src/adr_kit/models/invariant.py
src/adr_kit/models/logical_adr.py
src/adr_kit/models/manifest.py
src/adr_kit/models/normalized_architecture_model.py
src/adr_kit/models/objection_override.py
src/adr_kit/models/physical_adr.py
src/adr_kit/models/physical_component_adr.py
src/adr_kit/models/physical_system_adr.py
src/adr_kit/models/project_metadata.py
src/adr_kit/models/remediation_ledger.py
src/adr_kit/models/requirements_snapshot.py
src/adr_kit/models/steelman_review.py
src/adr_kit/parser/__init__.py
src/adr_kit/parser/yaml_parser.py
src/adr_kit/repository/__init__.py
src/adr_kit/repository/architecture_repository.py
src/adr_kit/repository/registry_loader.py
src/adr_kit/repository/registry_paths.py
src/adr_kit/repository/semantic_adapter.py
src/adr_kit/schema/__init__.py
src/adr_kit/schema/contract_validation.py
src/adr_kit/schema/implementation_attribution_validation.py
src/adr_kit/schema/kernel_contract.py
src/adr_kit/schema/repository_schema_generator.py
src/adr_kit/schema/v1_0/__init__.py
src/adr_kit/schema/v1_0/adr-common.schema.json
src/adr_kit/schema/v1_0/adr-logical.schema.json
src/adr_kit/schema/v1_0/adr-physical-base.schema.json
src/adr_kit/schema/v1_0/adr-physical-component.schema.json
src/adr_kit/schema/v1_0/adr-physical-system.schema.json
src/adr_kit/schema/v1_0/adr-physical.schema.json
src/adr_kit/schema/v1_0/invariant.schema.json
src/adr_kit/schema/v1_0/manifest.schema.json
src/adr_kit/schema/v1_0/project-metadata.schema.json
src/adr_kit/schema/v1_0/types.schema.json
src/adr_kit/schema/v1_1/__init__.py
src/adr_kit/schema/v1_1/architecture-index.schema.json
src/adr_kit/schema/v1_1/decision-ledger.schema.json
src/adr_kit/schema/v1_1/entity-registry.schema.json
src/adr_kit/schema/v1_1/implementation-attribution-evidence.schema.json
src/adr_kit/schema/v1_1/normalized-entity-registry.schema.json
src/adr_kit/schema/v1_1/objection-override.schema.json
src/adr_kit/schema/v1_1/relationship-registry.schema.json
src/adr_kit/schema/v1_1/remediation-ledger.schema.json
src/adr_kit/schema/v1_1/requirements-snapshot.schema.json
src/adr_kit/schema/v1_1/steelman-review.schema.json
src/adr_kit/schema/v1_1/unresolved-registry.schema.json
src/adr_kit/scope/__init__.py
src/adr_kit/scope/resolver.py
src/adr_kit/templates/adr-logical.md.jinja2
src/adr_kit/templates/adr-physical.md.jinja2
src/adr_kit/templates/system-overview.md.jinja2
src/adr_kit/validators/__init__.py
src/adr_kit/validators/adr_validator.py
src/adr_kit/validators/entity_validator.py
src/adr_kit/validators/runtime_hygiene.py
src/adr_kit/validators/system_overview_validator.py
tests/test_adr_ir_fragment_compiler.py
tests/test_adr_validator.py
tests/test_architecture_index_generator.py
tests/test_architecture_ir_publication.py
tests/test_architecture_repository.py
tests/test_canonical_id_normalizer.py
tests/test_compiler_builder.py
tests/test_compiler_diagnostics.py
tests/test_compiler_driver.py
tests/test_compiler_frontend_parser.py
tests/test_compiler_graph.py
tests/test_compiler_pipeline.py
tests/test_compiler_projection.py
tests/test_compiler_registry_bundle.py
tests/test_compiler_rendering.py
tests/test_decorators.py
tests/test_entity_registry_generator.py
tests/test_entity_registry_schema.py
tests/test_entity_validator.py
tests/test_generated_docs_integrity.py
tests/test_implementation_attribution_schema.py
tests/test_implementation_attribution_validation.py
tests/test_kernel_contract_schemas.py
tests/test_kernel_contract_validation.py
tests/test_kernel_schema_fixture_sync.py
tests/test_manifest_generator.py
tests/test_markdown_generator.py
tests/test_multi_scope_generator.py
tests/test_objection_override.py
tests/test_physical_component_adr.py
tests/test_physical_system_adr.py
tests/test_physical_system_generator.py
tests/test_runtime_hygiene.py
tests/test_schema_validation.py
tests/test_scope_resolver.py
tests/test_semantic_adapter.py
tests/test_source_generators.py
tests/test_system_overview_generator.py