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.
29 lines
922 B
JSON
29 lines
922 B
JSON
{
|
||
"id": "overview",
|
||
"title": "欢迎使用 CCW",
|
||
"description": "CCW 是一个专业的工作流自动化平台,结合了 AI 驱动的智能与结构化开发工作流。凭借 40+ 命令和 15 个集成工作流,CCW 彻底改变了您构建、测试和交付软件的方式。",
|
||
"source": "@site/i18n/zh/docusaurus-plugin-content-docs/current/overview.mdx",
|
||
"sourceDirName": ".",
|
||
"slug": "/overview",
|
||
"permalink": "/docs/zh/overview",
|
||
"draft": false,
|
||
"unlisted": false,
|
||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/overview.mdx",
|
||
"tags": [],
|
||
"version": "current",
|
||
"sidebarPosition": 1,
|
||
"frontMatter": {
|
||
"title": "欢迎使用 CCW",
|
||
"sidebar_label": "概览",
|
||
"sidebar_position": 1
|
||
},
|
||
"sidebar": "docs",
|
||
"previous": {
|
||
"title": "首页",
|
||
"permalink": "/docs/zh/"
|
||
},
|
||
"next": {
|
||
"title": "/ccw",
|
||
"permalink": "/docs/zh/commands/general/ccw"
|
||
}
|
||
} |