mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
- Added Phase 2: Test-Cycle Execution documentation outlining the process for dynamic test-fix execution, including agent roles, core responsibilities, intelligent strategy engine, and progressive testing. - Introduced new PowerShell scripts for analyzing TypeScript errors, focusing on error categorization and reporting. - Created end-to-end tests for the Help Page, ensuring content visibility, documentation navigation, internationalization support, and accessibility compliance.
30 lines
945 B
JSON
30 lines
945 B
JSON
{
|
|
"id": "commands/general/flow-create",
|
|
"title": "/flow-create",
|
|
"description": "Generate workflow templates for flow-coordinator",
|
|
"source": "@site/docs/commands/general/flow-create.mdx",
|
|
"sourceDirName": "commands/general",
|
|
"slug": "/commands/general/flow-create",
|
|
"permalink": "/docs/commands/general/flow-create",
|
|
"draft": false,
|
|
"unlisted": false,
|
|
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/flow-create.mdx",
|
|
"tags": [],
|
|
"version": "current",
|
|
"sidebarPosition": 6,
|
|
"frontMatter": {
|
|
"title": "/flow-create",
|
|
"sidebar_label": "/flow-create",
|
|
"sidebar_position": 6,
|
|
"description": "Generate workflow templates for flow-coordinator"
|
|
},
|
|
"sidebar": "docs",
|
|
"previous": {
|
|
"title": "/ccw-debug",
|
|
"permalink": "/docs/commands/general/ccw-debug"
|
|
},
|
|
"next": {
|
|
"title": "/codex-coordinator",
|
|
"permalink": "/docs/commands/general/codex-coordinator"
|
|
}
|
|
} |