You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move date to front in session ID naming convention
Change format from `{prefix}-{slug}-{date}` to `{prefix}-{date}-{slug}`
across all workflow/skill session generators, so sessions sort
chronologically by default within each prefix group.
Scope: 73 docs/templates + 1 parser (analysis-routes.ts). Parser
retains backward-compatible fallback for legacy `ANL-{slug}-{date}`
folders already on disk. WFS sessions unchanged.
0 commit comments