mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat: Add orchestrator template and roles for executor and planner
- Created a new orchestrator template for Codex skill design, detailing structure and execution phases. - Introduced the executor role with responsibilities for task execution, including routing to backends and handling implementation. - Added the planner role for requirement breakdown, issue creation, and task dispatching, ensuring a structured planning process.
This commit is contained in:
@@ -235,6 +235,10 @@ export const useConfigStore = create<ConfigStore>()(
|
||||
secondaryModel: t.secondaryModel || '',
|
||||
tags: t.tags || [],
|
||||
type: t.type || 'builtin',
|
||||
// Load additional fields from backend (fixes cross-browser config sync)
|
||||
envFile: t.envFile,
|
||||
settingsFile: t.settingsFile,
|
||||
availableModels: t.availableModels,
|
||||
};
|
||||
}
|
||||
if (Object.keys(cliTools).length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user