From b348ce8381a03adc397c18dc8a6708ec7deb1714 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Feb 2026 19:41:54 +0000 Subject: [PATCH] story-kit: create 62_story_allow_frontend_ui_to_accept_permissions_requests --- ...w_frontend_ui_to_accept_permissions_requests.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.story_kit/work/1_upcoming/62_story_allow_frontend_ui_to_accept_permissions_requests.md b/.story_kit/work/1_upcoming/62_story_allow_frontend_ui_to_accept_permissions_requests.md index 4c33ead..b6c0e83 100644 --- a/.story_kit/work/1_upcoming/62_story_allow_frontend_ui_to_accept_permissions_requests.md +++ b/.story_kit/work/1_upcoming/62_story_allow_frontend_ui_to_accept_permissions_requests.md @@ -1,5 +1,5 @@ --- -name: Allow frontend UI to accept permissions requests +name: Agent Permission Prompts in Web UI test_plan: pending --- @@ -7,12 +7,18 @@ test_plan: pending ## User Story -As a ..., I want ..., so that ... +As a user interacting with an agent through the web UI, I want to be prompted for permission approvals (e.g. file writes, commits) so that the agent can complete tasks that require elevated permissions without getting blocked. ## Acceptance Criteria -- [ ] TODO +- [ ] When an agent action requires permission (e.g. writing to a file, committing), the web UI surfaces a prompt to the user +- [ ] The user can approve or deny the permission request from the UI +- [ ] On approval, the agent continues with the requested action +- [ ] On denial, the agent receives the denial and adjusts its approach +- [ ] Permission prompts display enough context (file path, action type) for the user to make an informed decision + ## Out of Scope -- TBD +- Bulk/blanket permission grants (e.g. "allow all writes to this directory") +- Persisting permission decisions across sessions