feat(policy): updateed policy system and added new reaction chains

Reacions chains now contain more information and are broken out in a more detailed fashion.
This commit is contained in:
2025-11-06 09:18:23 -05:00
parent dbb6934fe6
commit 534a44448b
10 changed files with 732 additions and 370 deletions

View File

@@ -24,6 +24,9 @@ gridfire_sources = files(
'lib/partition/partition_rauscher_thielemann.cpp',
'lib/partition/partition_ground.cpp',
'lib/partition/composite/partition_composite.cpp',
'lib/policy/chains.cpp',
'lib/policy/policy_logical.cpp',
'lib/policy/stellar_policy.cpp',
'lib/utils/logging.cpp',
)