Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Format: newest entries first.

---

## 2026-06-04 (step 250)

### Added
- **`forge leaderboard --round <round_id>`** (PR #307, `cli.py`): new flag scopes the leaderboard to a single competition round. Shows ranked contributors with wins/specs-entered/score, per-tier progress bars (easy/medium/hard), and unclaimed spec count. Uses `GET /rounds/{round_id}/leaderboard` + `GET /rounds/{round_id}/stats`. Example: `forge leaderboard --round round_001`.

---

## 2026-06-04 (step 246)

### Changed
Expand Down
Loading