Dev - #781
Merged
Merged
Conversation
* Add authored identity domain topology * Fix SonarCloud findings (cycle 1) * Fix SonarCloud findings (cycle 1)
* chore(main): release 0.19.0 * chore(main): release 0.19.1 * chore(main): release 0.20.0 * chore(main): release 0.21.0 --------- Co-authored-by: Brad Edwards <j.bradley.edwards@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Validate SDL prose and reference contracts
Define participant decision-surface semantics
* Add realization honesty conformance * Fix SonarCloud findings (cycle 1) * Fix SonarCloud findings (cycle 2)
* refactor: split aces_processor/compiler.py into a package Convert the 2677-line compiler module into an API-stable compiler/ package of <=500-line submodules (foundations -> domain compilers -> pipeline -> facade). No behavior change: public API (compile_runtime_model, compile_scenario_runtime_model) and every external import line are unchanged, and the existing test suite passes untouched. Drop the oversized-allowlist entry and remove three unreachable private helpers. Update doc/spec path references to the deleted file. Part of #3. * Fix SonarCloud new-code findings from compiler split The file split re-scans the moved code as new code, so pre-existing maintainability issues surfaced as new violations. Resolve them without behavior change: replace bare `Any` parameter hints with the concrete SDL types (`object` for the polymorphic `_dump`), collapse the two outcome-address if-chains into dict lookups, fold `_resolve_node_ref`'s require_vm/require_switch into a single `required_type` (fewer params and returns), bundle `_compile_workflow_step`'s loop-invariant arguments into a context object, and decompose `_compile_action_contracts` into small extraction helpers. The test suite is unchanged and green.
|
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
Related Issues
Requirement Context
aces-sdlChanges
Test Plan
uvx nox -s verifypasses, or the unchecked sessions are listed belowuvx nox -s docs)Checklist
docs/explain/reference/coding-standards.md)CHANGELOG.mdfrom it)Notes for Review