Files
automaker/.automaker/feature_list.json
Kacper b901d2bb6c fix(board): preserve waiting_approval state when stopping commit operation
When a feature with skipTests=true is stopped during commit operation, it now
returns to waiting_approval status instead of backlog, allowing users to retry
commit or perform follow-up actions without losing the approval workflow state.

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

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2025-12-09 23:50:56 +01:00

75 lines
4.0 KiB
JSON

[
{
"id": "feature-1765288408132-3pmld0an6",
"category": "Core",
"description": "Can you add a shortcut key for O to open up a new project? To click on the open new project button that's in like the logo header area.",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765300273422-a8ovhdlwq",
"category": "Core",
"description": "I want the ability to press P which will automatically select my projects drop down and show all my projects. And then for each one, put a hotkey in the left that says 12345 and selecting one of those with my keyboard should automatically select that project.\n",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765301095506-cpy06q9u0",
"category": "Core",
"description": "It seems like there's only a limit of five of how many things show up in the project select drop down. I need to show everything.",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765301127030-a4nnqp0ja",
"category": "Kanban",
"description": "In creating new cards in Kanban, I need the ability to drag and drop images into the description section, which will attach the image as context in store in the temp directory, so that later on when the agent runs, it can know where to fetch that image from.",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765301184184-ttvhd8kkt",
"category": "Core",
"description": "-o should actually open the select folder prompt. Right now when you click o it goes to like the overview page. That's not the correct experience I'm looking for. Also just clicking on the top left open folder icon should do the same thing of opening the system prompt so they can select a project.",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765305181443-qze22t1hl",
"category": "Other",
"description": "the settings view is not allowing us to scroll to see rest of the content ",
"steps": [
"start the project",
"open Setting view",
"try to scroll "
],
"status": "verified"
},
{
"id": "feature-1765310151816-plx1pxl0z",
"category": "Kanban",
"description": "So i want to improve the look of the view of agent output modal its just plain text and im thinking to parse it better and kinda make it look like the last image of coolify logs nice colorded and somehow grouped into some types of info / debug so in our case like prompt / tool call etc",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765318148517-715isvwwb",
"category": "Kanban",
"description": "When agent finish work the cards is moved either to waiting approval or into verified one But mostly its include some type of summary at the end i want you to modify our prompts and ui so when its in both states we can see the feature summary of what was done / modified instead of relying on going to code editor to see what got changed etc.",
"steps": [],
"status": "verified",
"startedAt": "2025-12-09T22:09:13.684Z",
"imagePaths": [],
"skipTests": true
},
{
"id": "feature-1765319491258-x933j6kbq",
"category": "Core",
"description": "When running new feature in skip automated testing once its got finished its moved to waiting approval for us to manual test it / follow up prompt. Once we are satisfied we can click commit button so ai agent can commit it work this is only hapening in this scenerio because if we have unchecked the skip automated testing its do it automaticly and commit already. But the issue is when its going to commit we move it to in progress state where we can use stop button and if user use that button its moved to backlog column and. that kinda break what we are doing becase we have no longer even abbility to move it back to waiting approval or to run commit button / follow up again so if user use manual one and stop the commit i want it to be again moved back to waiting approval state / column",
"steps": [],
"status": "verified",
"startedAt": "2025-12-09T22:31:41.946Z",
"imagePaths": [],
"skipTests": true
}
]