Skip to content

Commit a245aed

Browse files
committed
fix: correct orphan gist IDs in stats dashboard -- v0.2.2
The stats dashboard at docs/stats/ showed "unable to load statistics" because ghtraf --configure substituted orphan gist IDs (from a duplicate gist pair that was later deleted) into docs/stats/index.html and docs/stats/README.md. Replaced with the authoritative badge (7aa669e4...) and archive (6ee098fb...) gist IDs that .ghtraf.json and the repo variables point at. Version bump 0.2.1 -> 0.2.2 across all four version locations. Refs djdarcy/github-traffic-tracker#78
1 parent dfae68f commit a245aed

7 files changed

Lines changed: 15 additions & 9 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "dazzle-claude-session-backup",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "DazzleML Claude Code plugins",
66
"owner": {
77
"name": "DazzleML",
@@ -11,7 +11,7 @@
1111
{
1212
"name": "claude-session-backup",
1313
"description": "Git-backed session backup -- auto-archives before compaction and on session end",
14-
"version": "0.2.1",
14+
"version": "0.2.2",
1515
"source": "./",
1616
"category": "developer-tools"
1717
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-session-backup",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Git-backed Claude Code session backup -- auto-archives sessions before compaction and on session end",
55
"author": {
66
"name": "djdarcy",

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Status: **prealpha**. Until the first alpha release, breaking changes may land b
99

1010
## [Unreleased]
1111

12+
## [0.2.2] -- 2026-04-15
13+
14+
### Fixed
15+
- **Stats dashboard showed "unable to load statistics"** -- `docs/stats/index.html` and `docs/stats/README.md` had orphan gist IDs hardcoded by a stray `ghtraf --configure` run. Replaced with the authoritative badge (`7aa669e4...`) and archive (`6ee098fb...`) gist IDs that `.ghtraf.json` and the repo variables point at.
16+
1217
## [0.2.1] -- 2026-04-15
1318

1419
First release with the repository public. Focus: make the install path work today (GitHub-based `pip install` and URL-based Claude Code plugin install), fix broken or inaccurate pieces of the published surface, and set up repo infrastructure for later automation.
@@ -36,6 +41,7 @@ First release with the repository public. Focus: make the install path work toda
3641

3742
First public release. `csb list --sort`, `csb scan` with folder-usage search, cross-platform Claude Code plugin with Node.js bootstrapper, two-commit backup model, timeline view with purge countdown, session resume and restore. 73/73 tests pass. See the [v0.2.0 release notes](https://github.com/DazzleML/Claude-Session-Backup/releases/tag/v0.2.0) for the full highlight list.
3843

39-
[Unreleased]: https://github.com/DazzleML/Claude-Session-Backup/compare/v0.2.1...HEAD
44+
[Unreleased]: https://github.com/DazzleML/Claude-Session-Backup/compare/v0.2.2...HEAD
45+
[0.2.2]: https://github.com/DazzleML/Claude-Session-Backup/compare/v0.2.1...v0.2.2
4046
[0.2.1]: https://github.com/DazzleML/Claude-Session-Backup/compare/v0.2.0...v0.2.1
4147
[0.2.0]: https://github.com/DazzleML/Claude-Session-Backup/releases/tag/v0.2.0

claude_session_backup/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# Version components - edit these for version bumps
1616
MAJOR = 0
1717
MINOR = 2
18-
PATCH = 1
18+
PATCH = 2
1919
PHASE = "" # Per-MINOR feature set: None, "alpha", "beta", "rc1", etc.
2020
PRE_RELEASE_NUM = 1 # PEP 440 pre-release number (e.g., a1, b2)
2121
PROJECT_PHASE = "prealpha" # Project-wide: "prealpha", "alpha", "beta", "stable"
2222

2323
# Auto-updated by git hooks - do not edit manually
24-
__version__ = "0.2.1"
24+
__version__ = "0.2.2"
2525
__app_name__ = "claude-session-backup"
2626

2727

docs/images/ghtraf-banner.png

-26 KB
Loading

docs/stats/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A [GitHub Actions workflow](../../.github/workflows/traffic-badges.yml) runs dai
2323

2424
| Source | Type | Contents |
2525
|--------|------|----------|
26-
| [Badge Gist](https://gist.github.com/djdarcy/2b9d61915effeeaa8550cced3032b8c0) | Public | Current stats, rolling 31-day daily history |
26+
| [Badge Gist](https://gist.github.com/djdarcy/7aa669e4d85856079eacc71f88c58f6b) | Public | Current stats, rolling 31-day daily history |
2727
| Archive Gist | Unlisted | Monthly snapshots with full daily breakdowns |
2828
| GitHub Statistics API | Public | Commit activity, code frequency, participation, contributors |
2929

docs/stats/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,9 +946,9 @@ <h2>Contributors</h2>
946946

947947
<script>
948948
// Configuration
949-
const GIST_RAW_BASE = 'https://gist.githubusercontent.com/djdarcy/2b9d61915effeeaa8550cced3032b8c0/raw';
949+
const GIST_RAW_BASE = 'https://gist.githubusercontent.com/djdarcy/7aa669e4d85856079eacc71f88c58f6b/raw';
950950
const STATE_URL = GIST_RAW_BASE + '/state.json';
951-
const ARCHIVE_GIST_ID = 'c761c61b13c9b8dfb021a8d332c36fc4';
951+
const ARCHIVE_GIST_ID = '6ee098fb22f5edb48d033a640aa0a194';
952952
const ARCHIVE_API_URL = 'https://api.github.com/gists/' + ARCHIVE_GIST_ID;
953953
const REPO_OWNER = 'DazzleML';
954954
const REPO_NAME = 'Claude-Session-Backup';

0 commit comments

Comments
 (0)