providers+logs: cap Gemini output tokens at 65536, fix sol health logs chronicle path
- Lower default `thinking_budget` in `think/talents.py` from `8192 * 3` to `8192 * 2` (16384); new default total (16384 + 49152) equals Gemini's 65536 cap.
- Clamp outgoing `max_output_tokens` in `think/providers/google.py::_build_generate_config` to `<= GEMINI_MAX_OUTPUT_TOKENS` (65536) with a WARNING log; unit-tested at boundary and above.
- Drop `thinking_budget` / `max_output_tokens` frontmatter overrides from `talent/sense.md` so it inherits the new defaults.
- Fix `think/logs_cli.py::get_today_health_dir` to read from `journal/chronicle/<day>/health/` (missed during the 173c1773 chronicle rename); updated `tests/test_logs_cli.py::make_journal` fixture to match. Regenerated `tests/baselines/api/stats/stats.json` after the sense.md change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>