mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
refactor: reorganize spec regeneration routes and add unit tests
- Removed the old spec regeneration routes and replaced them with a new structure under the app-spec directory for better modularity. - Introduced unit tests for common functionalities in app-spec, covering state management and error handling. - Added documentation on route organization patterns to improve maintainability and clarity for future development.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/**
|
||||
* Spec Regeneration routes - HTTP API for AI-powered spec generation
|
||||
*
|
||||
* This file re-exports from the app-spec directory to maintain backward compatibility.
|
||||
* The actual implementation has been split into smaller modules in ./app-spec/
|
||||
*/
|
||||
|
||||
export { createSpecRegenerationRoutes } from "./app-spec/index.js";
|
||||
Reference in New Issue
Block a user