docs: refresh project guidance and environment setup

Add env example defaults for Vite API and login settings, document
template structure and page creation flow, and align agent guidance with
current LLM development rules. Also allow committing the env example while
keeping local env files ignored.docs: refresh project guidance and environment setup

Add env example defaults for Vite API and login settings, document
template structure and page creation flow, and align agent guidance with
current LLM development rules. Also allow committing the env example while
keeping local env files ignored.
This commit is contained in:
skytek_xinliang
2026-05-05 14:29:52 +08:00
parent 23218703f9
commit 87fbc1dda8
10 changed files with 818 additions and 89 deletions
+9
View File
@@ -5,3 +5,12 @@ args = ["chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9222"]
[mcp_servers.code-review-graph]
command = "uvx"
args = ["code-review-graph", "serve"]
[mcp_servers.code-review-graph.tools.get_minimal_context_tool]
approval_mode = "approve"
[mcp_servers.code-review-graph.tools.query_graph_tool]
approval_mode = "approve"
[mcp_servers.code-review-graph.tools.build_or_update_graph_tool]
approval_mode = "approve"