mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Refactored AutoModeService to delegate tasks to specialized services: featureLoader, featureExecutor, featureVerifier, contextManager, and projectAnalyzer.
- Implemented feature verification logic in a new FeatureVerifier service, which runs tests and updates feature status.
- Added ProjectAnalyzer service to scan project structure and update app_spec.txt.
- Removed obsolete methods related to feature loading and context management from AutoModeService.
- Updated feature status handling to ensure context files are deleted when features are verified.
This refactor enhances modularity and maintainability of the codebase, allowing for better separation of concerns in feature management.
🤖 Generated with Claude Code
37 lines
1.8 KiB
JSON
37 lines
1.8 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"
|
|
}
|
|
] |