Files
hermes-webui/api
Hermes Bot 0c6c6b3bb1 fix: absorb Opus advisor doc-only SHOULD-FIX nits
(1) api/session_recovery.py: removed misleading dated-format comment claim.
    YYYYMMDD_HHMMSS_*.json files don't start with '_' so the underscore-
    skip wouldn't apply to them anyway. Replaced with the truthful general
    statement: any future non-session JSON marked with the '_' convention
    is skipped automatically.

(2) CHANGELOG.md: fixed self-referential typo. v0.50.284 obviously couldn't
    have said 'v0.50.285' inside its release notes — the quoted text was
    'after deploying v0.50.284'.

Pure documentation. No behavior change. Tests still pass (8/8 in
tests/test_metadata_save_wipe_1558.py).
2026-05-03 20:54:02 +00:00
..