diff options
| author | Elvis Claros Castro <elvis@claros.ar> | 2026-09-26 23:33:28 -0300 |
|---|---|---|
| committer | Elvis Claros Castro <elvis@claros.ar> | 2026-09-26 23:33:28 -0300 |
| commit | cbf81b04e57e03b9e1b646e0d0b7f7c1fd79acc2 (patch) | |
| tree | e62f57de5831167bccdc7eb9007ad0bfc9bee4e7 /claude_logbook/__init__.py | |
| parent | 82ab6d5f70e5067a32ba7ad5db5786322c9fef5f (diff) | |
| download | claude-logbook-main.tar.gz claude-logbook-main.zip | |
The CLI output and help stay in Spanish, as documented in the README.
Diffstat (limited to 'claude_logbook/__init__.py')
| -rw-r--r-- | claude_logbook/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/claude_logbook/__init__.py b/claude_logbook/__init__.py index e7f967d..0929294 100644 --- a/claude_logbook/__init__.py +++ b/claude_logbook/__init__.py @@ -1,6 +1,6 @@ -"""Explorador de las sesiones que Claude Code guarda en ~/.claude/projects/. +"""Browser for the sessions Claude Code stores in ~/.claude/projects/. -Sin dependencias: solo la biblioteca estándar. +No dependencies: standard library only. """ __version__ = "1.1.0" |