Files
automaker/.automaker/feature_list.json
Cody Seibert ac73d275af feat(kanban): Make In Progress column double-width with 2-column masonry layout
Modified KanbanColumn to accept isDoubleWidth prop.
In Progress column now renders at 37rem width (double the standard 18rem).
Cards in In Progress display in a CSS columns-2 masonry layout.
Other columns maintain their standard single-column width.

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

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

72 lines
2.9 KiB
JSON

[
{
"id": "feature-1765260864296-98yunv0vj",
"category": "Kanban",
"description": "Remove drag icon from cards when in in progress or verified. also add a timer that tracks how long it has been since the agent started, a count up timer basically formatted 00:00",
"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",
"description": "Add Context File should show a file name and a textarea for the context info, that text area should allow drag n drop for txt files and .md files which the system will parse and put into the text area",
"steps": [],
"status": "in_progress"
},
{
"id": "feature-1765262348401-hivjg6vuq",
"category": "Kanban",
"description": "Make in progress column double width so that the cards display 2 columns masonry layout",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765262430461-vennhg2b5",
"category": "Core",
"description": "When the electron ui refreshes, it often redirects me back to the overview, remeber my last route and restore on app load",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765263521367-vse4n57j8",
"category": "Spec Editor",
"description": "The spec editor no longer shows the content of the file, check the path if correct and using the .automaker directory",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765263773317-k2cmvg9qh",
"category": "Core",
"description": "When opening a new project, verify the .automaker directory is created with necessary files and kick off an agent to analyze the project, refactor the app_spec to describe the project and it's tech stack, and any features currently implemented, also define a blank feature_list.json, create necessary context and agents-context directories, and coding_prompt.md.",
"steps": [],
"status": "in_progress"
},
{
"id": "feature-1765263831805-mr6mduv8p",
"category": "Core",
"description": "remove claude-progress from anywhere in code or prompts as it's no longer needed",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765264341539-km1238av9",
"category": "Core",
"description": "remove the code view link",
"steps": [],
"status": "verified"
},
{
"id": "feature-1765264472003-ikdarjmlw",
"category": "Core",
"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": "in_progress"
}
]