Commit 48b492a
committed
Audit sweep: bump to 0.2.0, expand test description, polish next-steps
After the rescue feature shipped, ran a full audit pass to align everything:
- pyproject.toml: bump version 0.1.0 -> 0.2.0 (major surface change since
initial release: Cowork support, subagents, handoff, rescue). Description
updated from 'Export Claude Code session history to Markdown' to
'Backup Claude Code & Cowork sessions to Markdown; portable handoff to
any other AI agent' so PyPI / 'pip show' / pip search hits reflect what
the tool now does.
- claude_backup/__init__.py: __version__ -> 0.2.0; module docstring
updated to mention the dual scope.
- README.md / README.ru.md: the 'Test coverage 91% (106/106) covers ...'
enumeration was missing handoff and rescue. Added both, with a one-line
description of what each test file specifically guards (Cyrillic/ASCII
language detection for handoff, single-source fallback and default-output
behaviour for rescue).
- QUICKSTART.md: 'Next steps' section was a stale 4-bullet list from the
pre-handoff/rescue era. Added two bullets pointing readers at handoff
(next time you want to switch agents) and rescue (bookmark for the day
Anthropic suspends an account).
No code changes; docs and metadata only. 106/106 tests still pass.1 parent f559f0c commit 48b492a
5 files changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
| 309 | + | |
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments