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.
claudbg/.beans/claudbg-umrv--normalized-db...

539 B

title status type created_at updated_at parent
Normalized DB schema: sessions, messages, tool_uses tables todo task 2026-03-27T19:39:32Z 2026-03-27T19:39:32Z claudbg-6wkk

Create tables: sessions (session_id, project_path, file_path, first_message_at, last_message_at, model, message_count, file_mtime, file_size), messages (id, session_id, uuid, timestamp, type, role, content_json), tool_uses (id, session_id, message_uuid, tool_name, input_json, result_json). Include indexes on session_id and timestamp.