Skip to content

feat: contribution ledger and ring milestones (1.3.0) - #43

Open
tastybento wants to merge 5 commits into
developfrom
worktree-feature+1.2.0-ledger-milestones
Open

feat: contribution ledger and ring milestones (1.3.0)#43
tastybento wants to merge 5 commits into
developfrom
worktree-feature+1.2.0-ledger-milestones

Conversation

@tastybento

Copy link
Copy Markdown
Member

Summary

  • Island Contribution Ledger (Island contribution ledger #7): New /ch ledger [days] command shows each team member's contributions (blocks broken, chunks claimed, rings completed) from the activity counters foundation. Supports an optional day-window filter for recent activity.
  • Ring-Completion Milestones (Ring-completion milestones #3): Ring completions now record RINGS_COMPLETED activity (visible in ledger and feeding trophy conditions). /ch chunks shows progress toward the next ring ("Ring 2: 12/16 chunks to go"). New island_next_ring_remaining placeholder for scoreboards. Default trophies.yml expanded with trophies for rings 2 and 3.
  • Version bumped to 1.3.0-SNAPSHOT.

Closes #7, closes #3.

Test plan

  • Run mvn test — all 737 tests pass (including 5 new IslandLedgerCommandTest and 5 new ChunkManagerTest ring-remaining tests)
  • On a test server, run /ch ledger with team members who have broken blocks and claimed chunks — verify member rows and totals
  • Run /ch ledger 7 to verify the day-window filter
  • Run /ch chunks and verify the new "Ring N: X/Y chunks to go" line appears when a ring is incomplete
  • Complete a ring and verify the trophy awards and RINGS_COMPLETED counter increments
  • Check %chunkblock_island_next_ring_remaining% placeholder returns the correct count

🤖 Generated with Claude Code

https://claude.ai/code/session_0114k1MQ9RoWNXKW4NHiwLxC

tastybento and others added 5 commits August 16, 2026 18:45
Add /ch ledger [days] showing per-member contributions (blocks, chunks,
rings) from the activity counters foundation. Enhance ring milestones:
record RINGS_COMPLETED activity, show next-ring progress in /ch chunks,
add island_next_ring_remaining placeholder, and ship default trophies
for rings 2 and 3.

Closes #7, closes #3.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0114k1MQ9RoWNXKW4NHiwLxC
Unquoted colons in the description field break SnakeYAML's scanner,
causing InvalidDescriptionException on Pladdon load.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0114k1MQ9RoWNXKW4NHiwLxC
- Boss bar status now prepends the island's active title when set
- /ch title (no args) toggles the title on/off instead of listing
- /ch title list shows earned trophies (was the old no-args behavior)
- Trophy award message now says "toggle it on and off using /ch title"
- Renamed default trophy titles to island-appropriate names:
  Ring Bearer → The Outpost, Ring Champion → The Stronghold,
  Ring Master → The Citadel, Block Breaker → The Forge

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0114k1MQ9RoWNXKW4NHiwLxC
BentoBox's getTranslationOrNothing does variable replacement inside
its own pipeline, but [island-title] was not being substituted. Do
the replacement as a post-step on the translated string instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0114k1MQ9RoWNXKW4NHiwLxC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Island contribution ledger Ring-completion milestones

1 participant