Skip to content

feat: Ask-Claude note box + add rides from catalog#31

Merged
illinigirl merged 1 commit into
mainfrom
feat/ask-claude-note-and-adds
Jul 3, 2026
Merged

feat: Ask-Claude note box + add rides from catalog#31
illinigirl merged 1 commit into
mainfrom
feat/ask-claude-note-and-adds

Conversation

@illinigirl

Copy link
Copy Markdown
Owner

A free-text context box on Ask Claude, and the ability to ADD rides (real catalog ride_ids, atomic list_append). Re-sequence + drop + add, driven by your note. Web-only.

🤖 Generated with Claude Code

…catalog

Two upgrades to the /replan "Ask Claude" re-plan:

- Free-text note box: type context before asking ("leaving by 5, skip
  water rides, add a couple headliners") — passed to Sonnet and weighted
  heavily.
- Add rides: the prompt now includes the park's OTHER rides (not in the
  plan) with live waits, and Claude may propose ADDS (real catalog
  ride_ids only, validated server-side). Apply appends them via DDB's
  atomic list_append (no read-modify-write, no race), then sets the order
  (incl. added ids), then drops. The suggestion UI shows "+ Add: …".

So Ask Claude can now re-sequence, drop, AND add — driven by the note.

Tests: addRidesToSequence list_append shape + empty no-op. 52 web green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@illinigirl illinigirl merged commit 42df39e into main Jul 3, 2026
5 checks passed
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.

1 participant