rules_score: Various improvements - #437
Draft
bemerybmw wants to merge 4 commits into
Draft
Conversation
bemerybmw
force-pushed
the
brem_safety_sentinel_add_dir_structure
branch
from
August 21, 2026 09:29
f298a9a to
875de79
Compare
`static_view` is an optional additional section for component diagrams that present a partial view of the static architecture (e.g. a diagram scoped to a subsystem). Diagrams passed to `static_view` are parsed like `static`, but are never used to define the units/components validated against the Bazel component graph. Instead, every component/unit defined in a `static_view` diagram must also be defined, under the same parent, in `static`: it may only contain a subset of the units/components of the matching `static` diagram. The `static_view` section can be used for creating additional diagrams that provide a view onto the architecture which make the design easier to view / understand. E.g. you can create a diagram which shows a subset of components as showing all components in one view may be too "busy". It can also be useful when showing the interfaces between components. Adding all the interfaces in the diagrams in the `static` view may result in too many interface lines which is not readable. Instead, a view can be created with a subset of components and only the interfaces between these chosen components can be shown. Co-authored-by: GitHub Copilot <copilot@github.com>
Co-authored-by: GitHub Copilot <copilot@github.com>
bemerybmw
force-pushed
the
brem_safety_sentinel_add_dir_structure
branch
2 times, most recently
from
August 21, 2026 13:20
36f6a54 to
12dd283
Compare
Preserve PlantUML source directory structure in generated Sphinx documentation and create nested navigation indexes. Keep directory entries expandable but non-clickable in the sidebar, while retaining links for individual diagram pages. Co-authored-by: GitHub Copilot <copilot@github.com>
Permit files in different directories to share the same basename while preserving path-based identity. Co-authored-by: GitHub Copilot <copilot@github.com>
bemerybmw
force-pushed
the
brem_safety_sentinel_add_dir_structure
branch
from
August 21, 2026 14:46
12dd283 to
209fece
Compare
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.
Add static_view section to architecture_design. Units/ components in this section will not be used to define units/ components but will rather be checked for consistency against those in the static section. Allows creating views into the static design e.g. for creating diagrams showing interfaces for a subset of components.
Preserve PlantUML source directory structure in generated Sphinx documentation and create nested navigation indexes. Keep directory entries expandable but non-clickable in the sidebar, while retaining links for individual diagram pages.
Before:

After:
