mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat: update project overview hook to include projectPath in queryKey
docs: add team lifecycle orchestrator skill documentation with detailed architecture, agent registry, and execution phases docs: introduce team planex skill for issue-by-issue execution with Codex CLI, including input parsing and session management
This commit is contained in:
@@ -38,7 +38,7 @@ export function useProjectOverview(options: UseProjectOverviewOptions = {}) {
|
||||
const queryEnabled = enabled && !!projectPath;
|
||||
|
||||
const query = useQuery({
|
||||
queryKey: projectOverviewKeys.detail(),
|
||||
queryKey: projectOverviewKeys.detail(projectPath),
|
||||
queryFn: () => fetchProjectOverview(projectPath),
|
||||
staleTime,
|
||||
enabled: queryEnabled,
|
||||
|
||||
Reference in New Issue
Block a user