YeonGyu-Kim
40aa882375
fix : #160 — add list_sessions, session_exists, delete_session to session_store
...
- list_sessions(directory=None) -> list[str]: enumerate stored session IDs
- session_exists(session_id, directory=None) -> bool: check existence without FileNotFoundError
- delete_session(session_id, directory=None) -> bool: unlink a session file
- load_session now raises typed SessionNotFoundError (subclass of KeyError) instead of FileNotFoundError
- Claws can now manage session lifecycle without reaching past the module to glob filesystem
Closes ROADMAP #160 . Acceptance: claw can call list_sessions(), session_exists(id), delete_session(id) without importing Path or knowing .port_sessions/<id>.json layout.
2026-04-28 18:39:49 +09:00
..
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-03-31 07:17:34 -07:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-04-03 18:35:27 +09:00
2026-03-31 08:16:20 -07:00
2026-04-03 18:35:27 +09:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-04-28 18:39:49 +09:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 07:17:34 -07:00
2026-03-31 08:16:20 -07:00
2026-03-31 08:16:20 -07:00