story-kit: queue 211_story_skip_selection_screen_when_cli_path_argument_provided for merge

This commit is contained in:
Dave
2026-02-26 16:02:18 +00:00
parent 21cf318fc0
commit dc8fb4df56

View File

@@ -1,19 +0,0 @@
---
name: "Skip selection screen when CLI path argument provided"
---
# Story 211: Skip selection screen when CLI path argument provided
## User Story
As a user, I want the frontend to go straight to the project workspace when I start the server with an explicit path argument (e.g. `story-kit-server .`), so that I don't have to click through the selection screen for a project the server already opened.
## Acceptance Criteria
- [ ] When the server is started with a positional path argument, the frontend loads directly into the project workspace without showing the selection screen
- [ ] When the server is started without a path argument and no project was previously open, the selection screen is shown as before
- [ ] The getCurrentProject() API is called on frontend mount to check if a project is already open server-side
## Out of Scope
- TBD