feat: Implement policy evaluation framework with YAML configuration and UI integration

This commit is contained in:
scawful
2025-10-02 14:13:30 -04:00
parent c8d79d9e99
commit 0bc340e06d
9 changed files with 778 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ if (APPLE)
# CLI service sources (needed for ProposalDrawer)
cli/service/proposal_registry.cc
cli/service/rom_sandbox_manager.cc
cli/service/policy_evaluator.cc
# Bundled Resources
${YAZE_RESOURCE_FILES}
)
@@ -58,6 +59,7 @@ else()
# CLI service sources (needed for ProposalDrawer)
cli/service/proposal_registry.cc
cli/service/rom_sandbox_manager.cc
cli/service/policy_evaluator.cc
)
# Add asset files for Windows/Linux builds