feat: AquaPrime voice RPG + wallet ability (server-side rewrite)#204
Open
Bradymck wants to merge 7 commits intoopenhome-dev:devfrom
Open
feat: AquaPrime voice RPG + wallet ability (server-side rewrite)#204Bradymck wants to merge 7 commits intoopenhome-dev:devfrom
Bradymck wants to merge 7 commits intoopenhome-dev:devfrom
Conversation
…ewrite) Rewrites the AquaPrime ability with accurate lore from the Obsidian vault. Fixes all CI issues from PR openhome-dev#169: removes files outside community/, replaces raw open() with register_capability tag, fixes E741 lint errors. The game is now correctly set in a post-digital metaverse of airships and moonstone mining (not underwater). Regions, factions, encounters, and skills all match the canonical AquaPrime universe. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ator The ability validator does naive string matching for blocked imports. "redistribution" contains "redis" as a substring, triggering a false positive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…lets
Complete rewrite of the AquaPrime: The Fading voice RPG ability:
- Server-side game engine via UnifiedTurnService (all mechanics resolved server-side)
- Real Ethereum wallets via Privy embedded wallets (replaces pseudo-addresses)
- Memory system with 5 containers, sacrifice choices, critical fail erasure
- Cardinal direction navigation on a grid with regions
- Battery economy, Sand Dollar rewards, loot drops
- Live 3D map at platypuspassions.com/stream-view (enter room code)
- Mid-game wallet address queries ("what's my address")
- config.json with trigger hotwords
New companion ability: aquaprime-wallet
- Standalone wallet lookup — ask "what's my address" anytime without starting a game
- Idempotent registration — creates wallet on first call, returns existing on subsequent
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 tasks
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
🔍 Lint Results✅
|
Contributor
✅ Ability Validation Passed |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f217874 to
2d2662c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete rewrite of the AquaPrime: The Fading voice RPG ability, replacing the old client-side game engine with a server-side architecture. Supersedes #196.
New: aquaprime-wallet companion ability
Standalone wallet lookup — say "what's my address" or "my wallet" anytime without starting a game session. Creates a wallet on first call, returns existing on subsequent.
Changes from PR #196
Test plan
🤖 Generated with Claude Code