Conversation
Refs: MSG-247
Refs: MSG-247
Refs: MSG-247
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Refs: MSG-247
mbuckton
force-pushed
the
MSG-247-cot-nato-symbol-mapping
branch
2 times, most recently
from
September 14, 2026 07:53
0b99dbb to
8a6c725
Compare
Refs: MSG-247
Refs: MSG-247
Refs: MSG-247
Refs: MSG-247
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
Derive outbound Cursor-on-Target atom types from preserved NATO/MIL-STD-2525 classification data when it is available on a
DroneTwin, rather than reducing every vehicle to the existing hard-codedVehicleClassmapping.Scope
node-CoT/@orbat-mapper/convert-symbology.DroneTwin.description; no STANAG-specific fields are added to the generic Twin model.VehicleClassCoT mappings as fallback behaviour for non-NATO twins or incomplete NATO classification.CotEventPolicy; policy now only applies the configured affiliation to an existing atom type and falls back toVehicleClassmapping only when no type was produced.a-f-Stoa-f-S-C-Uwhen the twin is already explicitly classified asVehicleClass.USV, without mutating the shared twin description or STANAG output.TakEventMapper, and policy tests covering full hierarchy mapping, affiliation, air/land/sea mapping, fallback, NATO precedence, broad sea-surface USV refinement, and downstream type preservation.Notably, APP-6D unmanned aircraft classification maps to
a-f-A-M-F-Q; the previous generic UAV fallback remains unchanged for compatibility when no NATO classification is available.Validation
Targeted tests are included. The policy regression tests now use the live Stickleback-style broad description (
FRIEND / SEA_SURFACE / 11 / 00 / 00) and verify that a configured USV maps toa-f-S-C-Uand remainsa-f-S-C-UthroughCotEventPolicy. A configured affiliation still changes only the affiliation segment (a-h-S-C-U) without replacing the classification hierarchy.Maven could not be executed from this ChatGPT execution environment because outbound DNS access to GitHub/Maven repositories is unavailable; repository CI should perform the authoritative build/test run.
Refs: MSG-247