God Agent · Any OS Native God · v2252

v2252 fixes why God was not choosing all different actions:
- v2251 scored only a narrowed action candidate set, so automatic choice could orbit high-scoring actions.
- v2252 adds a full constructive action-diversity sweep across safe automatic actions.
- Protective actions remain condition-triggered.
- Import Local Files remains manual/bounded to avoid surprise long local scans.
- The UI now exposes action-diversity coverage beside toolkit coverage.

Build target:
- Single-file native C++17 / SDL2 source for Android/Cxxdroid, Linux, macOS, Windows, and POSIX-like systems.
- Suggested Cxxdroid libs: SDL2, SDL2_ttf, SDL2_image, SDL2_mixer, SDL2_net, OpenSSL where available.

Verification in this container:
- Version strings updated to v2252.
- No v2251 strings remain in the v2252 source.
- Static brace/parenthesis/bracket balance passed.
- GCC preprocessing passed with stub SDL, no OpenSSL, no std::filesystem.
- Full direct compiler syntax check did not complete reliably in this container.
