diff --git a/Makefile b/Makefile index 46a503b..f0cf92d 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,15 @@ help: @echo " build Build the application" @echo " clean Clean generated files" @echo " test Run all tests" - @echo " swag Generate swagger docs" - @echo " help Show this help message" + @echo " swag Generate Swagger docs" @echo " proto Generate protobuf files" - @echo " lint Lint the code" + @echo " lint Lint the code" + @echo " dev Run in development mode with hot-reload" + @echo " mcp-chrome Start the Google Chrome MCP server" + @echo " mcp-pgsql Start the PostgreSQL MCP server" + @echo " tree Generate the project file structure list" + @echo " gemini Start the gemini-cli" + @echo " help Show this help message" # 运行应用 .PHONY: run diff --git a/project_structure.txt b/project_structure.txt index 0dd433a..634d32f 100644 --- a/project_structure.txt +++ b/project_structure.txt @@ -37,7 +37,7 @@ design/archive/2025-11-05-provide-logger-with-mothed/task-webhook.md design/archive/2025-11-06-health-check-routing/index.md design/archive/2025-11-06-system-plan-continuously-triggered/index.md design/archive/2025-11-10-exceeding-threshold-alarm/index.md -design/recipe-management/index.md +design/archive/2025-11-29-recipe-management/index.md docs/docs.go docs/swagger.json docs/swagger.yaml