Files
automaker/.automaker/feature_list.json
Cody Seibert 479b2545e5 Add concurrency slider for automode to control max parallel agents
- Added maxConcurrency state to app-store with persistence
- Created slider UI component using Radix UI
- Added concurrency slider to board-view header (left of Auto Mode button)
- Updated use-auto-mode hook to expose canStartNewTask based on limit
- Block dragging features to in_progress when at max concurrency
- Added test utilities for concurrency slider interactions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 00:54:26 -05:00

46 lines
1.5 KiB
JSON

[
{
"id": "feature-1765252193603-eb6fx2zcy",
"category": "UI",
"description": "change the description in add new feature modal to a textarea",
"steps": [
"go to kanban view",
"click new feature button",
"verify description is textarea"
],
"status": "verified"
},
{
"id": "feature-1765252237454-1gudpwx26",
"category": "Kanban",
"description": "change category to a typeahead and save the category of the feature inside the feature_list.json",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765252262937-bt0wotam8",
"category": "Kanban",
"description": "Deleting a feature should show a confirm dialog",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765252502536-t11kphnca",
"category": "Kanban",
"description": "If i have the output of a feature open while it's in progress, then it gets verified, automatically close the output modal",
"steps": [
"1. drag YOLO11 to in progress",
"2. open the output modal",
"3. wait until it is moved to verified",
"4. assert modal is hidden"
],
"status": "in_progress"
},
{
"id": "feature-1765254432072-bqk25kivv",
"category": "Automode",
"description": "Add a concurrency slider left of automode so I can specify how many max agents should be running at one time. if we are at max, do not pull over more tasks from the backlog",
"steps": [],
"status": "verified"
}
]