feat: AquaPrime: The Fading — voice text RPG ability#196
Closed
sentientari-commits wants to merge 3 commits intoopenhome-dev:devfrom
Closed
feat: AquaPrime: The Fading — voice text RPG ability#196sentientari-commits wants to merge 3 commits intoopenhome-dev:devfrom
sentientari-commits wants to merge 3 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>
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results✅
|
…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>
Contributor
|
Please share the demo video. |
|
Will get one going this week. Needs a little more work. |
7 tasks
|
Superseded by #204 — complete rewrite with server-side game engine, Privy embedded wallets, memory system, and new companion wallet ability. |
|
I had to create a new one please close this one. New one is here with proper wallet integration: #204 |
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
Changes from PR #169
__tests__/, pytest.ini, requirements-test.txtregister_capability()method with# {{register_capability}}tagltoitemHow It Works
Player says "play AquaPrime" → ARI narrates the opening scene → player speaks actions → D20 resolves → ARI narrates outcome → loop until death, victory, or "stop"
No external APIs or keys required. Uses the device LLM for all narration.
Test plan
🤖 Generated with Claude Code