mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
feat: Update feature list and add project initialization utilities
- Removed obsolete feature from feature_list.json related to context file deletion. - Added new features for keyboard shortcuts in Kanban and context management. - Introduced project initialization utilities to create necessary .automaker directory structure and files when opening a new project. - Updated the AgentOutputModal and other components to reference the new agents-context directory. - Enhanced Playwright tests for context file management and project initialization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -6,13 +6,6 @@
|
||||
"steps": [],
|
||||
"status": "verified"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765261027396-b78maajg7",
|
||||
"category": "Kanban",
|
||||
"description": "When the agent is marked as verified, remove their context file",
|
||||
"steps": [],
|
||||
"status": "backlog"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765262225700-q2rkue6l8",
|
||||
"category": "Context",
|
||||
@@ -68,5 +61,40 @@
|
||||
"description": "Add shortcuts keys to all left navigation links, then add shortcuts to the add buttons on the routes (such as kanbam add feature). mske sure they don't mess with normal input or textarea typing or typeaheads. display the shortkey in link or button for users to know (K)",
|
||||
"steps": [],
|
||||
"status": "verified"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765264941688-omfcpy7no",
|
||||
"category": "Kanban",
|
||||
"description": "For the first 10 in progress cards, add shortcut keys 1 through 0 on the keyboard for opening their output modal",
|
||||
"steps": [],
|
||||
"status": "backlog"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765265001317-4eyqyif9z",
|
||||
"category": "Kanban",
|
||||
"description": "Add a delete all button in the verified column header which runs through all verified cards and deletes them with the exact same delete actions. remember to show a confirm delete confirmation dialog before actually deleting.",
|
||||
"steps": [],
|
||||
"status": "backlog"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765265036114-9oong1mrv",
|
||||
"category": "Kanban",
|
||||
"description": "Remove the refresh button from the headers, we should need to ever manually refresh anything if our app is well designed",
|
||||
"steps": [],
|
||||
"status": "backlog"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765265099914-71eq4x4yl",
|
||||
"category": "Core",
|
||||
"description": "Add a ` shortcut to toggle the left side panel (on hover of the toggle show a tool tip with the shortcut info)",
|
||||
"steps": [],
|
||||
"status": "backlog"
|
||||
},
|
||||
{
|
||||
"id": "feature-1765265179876-5zcrlncdf",
|
||||
"category": "Kanban",
|
||||
"description": "Add a button in the backlog header which will just take the top cards and put them into the in progress board (up to the limit of the concurrency of course) so that a user doesn't have to drag each on individually, figure out the best name for it. give it a shortcut as well",
|
||||
"steps": [],
|
||||
"status": "backlog"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user