mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
* Remove stale proto exports from province:province The province target was exporting province_event_scala_proto, army_scala_proto, and unaffiliated_hero_scala_proto but no downstream targets actually needed these through that path. Removing these stale exports reduces library/ proto deps from 41 to 26. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix unused import and stale test dependency Remove unused LlmRequestT import and stale unaffiliated_hero_scala_proto dependency that were exposed by removing the province proto exports. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix test build failures from stale proto dependencies - Remove unused ProtoMatchers from tests that don't use it - Add missing unaffiliated_hero_quest_scala_proto dep to quest_fulfillment_utils_test - Remove stale unaffiliated_hero_quest_scala_proto dep from check_for_fulfilled_quests_action_test - Keep ProtoMatchers in ResolveBattleActionTest (uses equalProto matcher) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>