feat: curated preset builds for quick pet selection#13
Closed
Co-Messi wants to merge 2 commits into
Closed
Conversation
Add a "Browse presets" option at the start of the interactive flow that offers 10 themed pet combos (e.g., Arcane Dragon, Royal Capybara, Cozy Cat) so users can pick a full build in one step instead of choosing species, eyes, rarity, and hat individually. Also adds --preset flag for non-interactive use. Selecting "Customize" falls through to the existing manual flow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
Hey currently doing a typescript rewrite this should be live soon but i'll need you to update your PR should be done within the next hour |
- Expanded from 10 to 23 curated presets covering all 18 species - Shows full ASCII sprite preview below the highlighted preset so users can see exactly what they're picking before committing - Includes rarity stars and attribute details in the preview Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
@Co-Messi did the full refactor if you want to add this in again please read the new contributing.md |
Contributor
Author
|
Thanks for the heads up! Rebased onto the TS rewrite — new PR incoming with proper types, tests, and formatting. 🫡 |
5 tasks
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
--preset "Name"CLI flag for non-interactive use (e.g.,any-buddy --preset "Arcane Dragon" -y)How it works
Test plan
any-buddyand select "Browse presets" — verify preset applies correctlyany-buddyand select "Customize" — verify existing flow unchangedany-buddy --preset "Arcane Dragon" -y— verify non-interactive preset worksany-buddy --preset "nonexistent"— verify clear error with available namesany-buddy -s dragon -r legendary— verify flags skip preset prompt entirely🤖 Generated with Claude Code