feat: enforce portable SDL identifiers - #736
Merged
Merged
Conversation
|
|
…iers # Conflicts: # contracts/schema-publication-manifest.json # implementations/python/packages/aces_contracts/planning.py # implementations/python/packages/aces_contracts/runtime_state.py
Base automatically changed from
722-normative-sdl-catalogs
to
721-canonical-sdl-yaml
July 11, 2026 23:46
…iers # Conflicts: # contracts/schema-publication-manifest.json # docs/explain/sdl/parser.md # examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml # examples/scenarios/port-authority-surge-response.sdl.yaml # examples/scenarios/satcom-release-poisoning.sdl.yaml # implementations/python/packages/aces_backend_libvirt/techvault_native.py # implementations/python/packages/aces_sdl/__init__.py # implementations/python/packages/aces_sdl/_reference_targetability.py # implementations/python/packages/aces_sdl/_source_profile.py # implementations/python/packages/aces_sdl/_yaml_loader.py # implementations/python/packages/aces_sdl/composition.py # implementations/python/packages/aces_sdl/parser.py # implementations/python/packages/aces_sdl/scenario.py # implementations/python/packages/aces_sdl/validator/_core.py # implementations/python/tests/test_language_service.py # implementations/python/tests/test_runtime_models.py # implementations/python/tests/test_sdl_canonicalization.py # implementations/python/tests/test_sdl_format_cli.py # implementations/python/tests/test_sdl_parser.py # implementations/python/tests/test_sdl_source_format.py # implementations/python/tests/test_yaml_mapping_keys.py # specs/sdl/diagnostics.md # specs/sdl/document-model.md
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Define and enforce one portable, exact SDL identity contract from authoring through composition, compilation, planning, runtime state, and backend realization, with explicit standards lineage and no claim that ACES addresses are URIs or that this identifier layer establishes behavioral bisimulation.
Requirement UIDs
DSL-101DSL-102SEM-205Related Issues
Closes #723
ADR Impact
Changes
Test Plan
make test)make integration)make checkpasses (Spotless, SpotBugs, Error Prone, Checkstyle, JaCoCo)Canonical verification passed: 3,277 tests passed, 1 skipped, 41 deselected; 92% coverage; 31 integration tests; schema/catalog/policy checks and Sphinx documentation build passed. Pre-commit, two core-review cycles, final GRC screening, and test-quality review are clean.
Ground Control Checks
make policypassesgc_evaluate_quality_gatespasses or is unchanged by this repo-only changegc_run_sweepreviewed; findings fixed or recorded with rationaleTraceability
Checklist
docs/CODING_STANDARDS.md)@Auditedon new entities if applicableDocumentation
Updated: see diff.