mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
- Implement `test-cli-command-gen.js` to verify the logic of `buildCliCommand` function. - Create `test-e2e-model-alias.js` for end-to-end testing of model alias resolution in `ccw cli`. - Add `test-model-alias.js` to test model alias resolution for different models. - Introduce `test-model-alias.txt` for prompt testing with model alias. - Develop `test-update-claude-command.js` to test command generation for `update_module_claude`. - Create a test file in `test-update-claude/src` for future tests.
229 lines
8.5 KiB
JavaScript
229 lines
8.5 KiB
JavaScript
import React from 'react';
|
|
import ComponentCreator from '@docusaurus/ComponentCreator';
|
|
|
|
export default [
|
|
{
|
|
path: '/docs/zh/',
|
|
component: ComponentCreator('/docs/zh/', '47a'),
|
|
routes: [
|
|
{
|
|
path: '/docs/zh/',
|
|
component: ComponentCreator('/docs/zh/', 'dec'),
|
|
routes: [
|
|
{
|
|
path: '/docs/zh/',
|
|
component: ComponentCreator('/docs/zh/', 'aea'),
|
|
routes: [
|
|
{
|
|
path: '/docs/zh/commands/cli/cli-init',
|
|
component: ComponentCreator('/docs/zh/commands/cli/cli-init', 'fe3'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/cli/codex-review',
|
|
component: ComponentCreator('/docs/zh/commands/cli/codex-review', 'e65'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/ccw',
|
|
component: ComponentCreator('/docs/zh/commands/general/ccw', '83a'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/ccw-coordinator',
|
|
component: ComponentCreator('/docs/zh/commands/general/ccw-coordinator', 'f35'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/ccw-debug',
|
|
component: ComponentCreator('/docs/zh/commands/general/ccw-debug', 'b0a'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/ccw-plan',
|
|
component: ComponentCreator('/docs/zh/commands/general/ccw-plan', '39d'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/ccw-test',
|
|
component: ComponentCreator('/docs/zh/commands/general/ccw-test', '765'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/codex-coordinator',
|
|
component: ComponentCreator('/docs/zh/commands/general/codex-coordinator', '486'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/general/flow-create',
|
|
component: ComponentCreator('/docs/zh/commands/general/flow-create', 'd53'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-convert-to-plan',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-convert-to-plan', '0df'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-discover',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-discover', '9b4'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-execute',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-execute', 'cfd'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-from-brainstorm',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-from-brainstorm', 'd2f'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-new',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-new', '7f9'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-plan',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-plan', 'ed4'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/issue/issue-queue',
|
|
component: ComponentCreator('/docs/zh/commands/issue/issue-queue', 'a4b'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/memory/memory-compact',
|
|
component: ComponentCreator('/docs/zh/commands/memory/memory-compact', '8dc'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/memory/memory-docs-full-cli',
|
|
component: ComponentCreator('/docs/zh/commands/memory/memory-docs-full-cli', '1a7'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/memory/memory-docs-related-cli',
|
|
component: ComponentCreator('/docs/zh/commands/memory/memory-docs-related-cli', 'f28'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/memory/memory-load',
|
|
component: ComponentCreator('/docs/zh/commands/memory/memory-load', 'aee'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/memory/memory-update-full',
|
|
component: ComponentCreator('/docs/zh/commands/memory/memory-update-full', '2a1'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/commands/memory/memory-update-related',
|
|
component: ComponentCreator('/docs/zh/commands/memory/memory-update-related', '991'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/faq',
|
|
component: ComponentCreator('/docs/zh/faq', '9bf'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/overview',
|
|
component: ComponentCreator('/docs/zh/overview', '2d1'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/overview.zh',
|
|
component: ComponentCreator('/docs/zh/overview.zh', 'ce0'),
|
|
exact: true
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/faq',
|
|
component: ComponentCreator('/docs/zh/workflows/faq', '319'),
|
|
exact: true
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/introduction',
|
|
component: ComponentCreator('/docs/zh/workflows/introduction', 'dc8'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/level-1-ultra-lightweight',
|
|
component: ComponentCreator('/docs/zh/workflows/level-1-ultra-lightweight', '4d3'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/level-2-rapid',
|
|
component: ComponentCreator('/docs/zh/workflows/level-2-rapid', 'e2a'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/level-3-standard',
|
|
component: ComponentCreator('/docs/zh/workflows/level-3-standard', '936'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/level-4-brainstorm',
|
|
component: ComponentCreator('/docs/zh/workflows/level-4-brainstorm', '87d'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/workflows/level-5-intelligent',
|
|
component: ComponentCreator('/docs/zh/workflows/level-5-intelligent', 'b09'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/',
|
|
component: ComponentCreator('/docs/zh/', '0e3'),
|
|
exact: true,
|
|
sidebar: "docs"
|
|
},
|
|
{
|
|
path: '/docs/zh/',
|
|
component: ComponentCreator('/docs/zh/', '792'),
|
|
exact: true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
path: '*',
|
|
component: ComponentCreator('*'),
|
|
},
|
|
];
|