v7.3.7 — Session ID Chronological Sort
Summary
- Session ID format flipped:
{PREFIX}-{slug}-{date}→{PREFIX}-{date}-{slug}so session folders sort chronologically under each type prefix (e.g.ANL-2026-04-16-my-topic). Hooks installation now backs up existing content; CLI stderr classifier detects tool from non-JSON output. - Backward compatible parser:
analysis-routes.tsaccepts both new and legacy formats via fallback regex — existing session folders keep working without migration. - Scope: 74 files across
.claude/commands/workflow/,.codex/skills/,.codex/agents/, and ccw parser.
What's Changed
refactor: move date to front in session ID naming convention(61d2a98)feat: refactor hooks installation logic and ensure backup of existing content during installation(53ed240)feat: enhance JsonLinesParser to classify non-JSON stderr content based on detected CLI tool(6415f42)
Migration
No action required. New sessions will use the new format; legacy folders (e.g. ANL-my-topic-2026-04-12/) continue to parse correctly.
Full Changelog: v7.3.6...v7.3.7