refactor(policy): extract combat selection and context modules

This commit is contained in:
0xrsydn 2026-09-22 12:45:46 +07:00
commit 484551047c
9 changed files with 1247 additions and 1167 deletions

1
policy/__init__.py Normal file
View file

@ -0,0 +1 @@
"""Policy components. Use brain.decide as the observe-to-proposal entry point."""