You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
460 B
Markdown
12 lines
460 B
Markdown
---
|
|
# claudbg-g5uv
|
|
title: Session file discovery
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-03-27T19:39:15Z
|
|
updated_at: 2026-03-27T19:39:15Z
|
|
parent: claudbg-mztt
|
|
---
|
|
|
|
Walk ~/.claude/projects/ to enumerate all session .jsonl files. Decode URL-encoded directory names (e.g. -run-media-pop-... → /run/media/pop/...) to recover the project path. Return a list of SessionRef { session_id: Uuid, project_path: PathBuf, file_path: PathBuf, modified_at: SystemTime }.
|