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.
14 lines
764 B
Markdown
14 lines
764 B
Markdown
---
|
|
# claudbg-28ao
|
|
title: Move claudbg.db and claudbg.tui.history to ~/.claude/claudbg/
|
|
status: completed
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-04-01T16:47:11Z
|
|
updated_at: 2026-04-01T17:13:41Z
|
|
---
|
|
|
|
Move the claudbg.db database file and claudbg.tui.history filter history file from ~/.claude/ into a dedicated ~/.claude/claudbg/ subdirectory to reduce clutter in the ~/.claude/ root.
|
|
|
|
Moved default_db_path() from ~/.claude/claudbg.db to ~/.claude/claudbg/claudbg.db and history_file_path() from ~/.claude/claudbg.tui.history to ~/.claude/claudbg/claudbg.tui.history. Both functions already call create_dir_all on the parent so the new subdirectory is created automatically. Updated the default_db_path_suffix test to match the new path. All 297 tests pass.
|